-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[cxxmodules] Re-introduce Cling modules #2628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Starting build on |
|
|
||
| if(CMAKE_PROJECT_NAME STREQUAL ROOT) | ||
| set(includedirs -I${CMAKE_SOURCE_DIR} | ||
| -I${CMAKE_SOURCE_DIR}/interpreter/cling/include # This is for the RuntimeUniverse |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will likely not build a module for RuntimUniverse.h and friends.
|
Modules is broken now, and we're still working on this PR because we cannot reproduce the error locally. |
|
You can harvest all relevant include files from the remote machine and copy them over to a local machine. Then you can readjust the rootcling invocation and start reducing. I believe that’s the way to go. |
f86c2eb to
0e00acd
Compare
|
Starting build on |
|
@phsft-bot build just on slc6/gcc62 with flags -Druntime_cxxmodules=On -Dctest_test_exclude_none=on |
|
Starting build on |
0e00acd to
71ee64f
Compare
|
Starting build on |
71ee64f to
7d76894
Compare
|
Starting build on |
7d76894 to
8ab3ffe
Compare
|
Starting build on |
8ab3ffe to
f6add7b
Compare
|
Starting build on |
f6add7b to
264af7f
Compare
|
Starting build on |
|
Build failed on slc6/gcc62. |
264af7f to
a9df55d
Compare
|
Starting build on |
|
Build failed on slc6/gcc62. |
a9df55d to
2134b04
Compare
|
Starting build on |
|
Build failed on slc6/gcc62. Errors:
And 15 more |
|
@phsft-bot build just on slc6/gcc62 with flags -Druntime_cxxmodules=On -Dctest_test_exclude_none=on |
|
Starting build on |
7ea2b29 to
2fabd55
Compare
|
Starting build on |
|
@phsft-bot build just on slc6/gcc62 with flags -Dccache=ON -Druntime_cxxmodules=On |
|
Starting build on |
|
Build failed on slc6/gcc62. |
2fabd55 to
e4978c4
Compare
|
@phsft-bot build just on slc6/gcc62 with flags -Druntime_cxxmodules=On -Dctest_test_exclude_none=on |
|
Starting build on |
|
@phsft-bot build |
|
Starting build on |
|
Build failed on slc6-i686/gcc49. Failing tests: |
|
@phsft-bot build |
|
Starting build on |
e4978c4 to
ee12b2c
Compare
|
Starting build on |
|
Build failed on windows10/vc15. |
|
@phsft-bot build |
|
Starting build on |
|
Build failed on slc6/clang_gcc62. Warnings:
Failing tests: |
This is a revert (316f553) of revert
(76a9ce7 and
88c1658).