Skip to content
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

Trusty ACE too old for gcc-7 #169

Closed
KrisThielemans opened this issue Dec 9, 2018 · 1 comment
Closed

Trusty ACE too old for gcc-7 #169

KrisThielemans opened this issue Dec 9, 2018 · 1 comment

Comments

@KrisThielemans
Copy link
Member

On Ubuntu Trust (as used on Travis), the system version is ace-6.0.3. Using a recent gcc gives an error when compiling Gadgetron

/usr/include/ace/TSS_T.cpp:357:39: error: no matching function for call to
ACE_Thread::keycreate(ACE_thread_key_t*, void (*)(void*), void*)(void *) this);

see an example Travis log. This is likely due to the fact that the ACE configuration files don't know about this compiler yet. A probably related message on compiling ACE 6.1 and later with gcc-8.1 is here.

KrisThielemans pushed a commit that referenced this issue Dec 9, 2018
Possibly work-around the fact that ACE is too old otherwise #169
KrisThielemans pushed a commit to SyneRBI/SIRF that referenced this issue Dec 9, 2018
- add realpath package (needed for building ACE)
- OSX: brew install fftw if needed
- when using gcc-7, build ACE (SyneRBI/SIRF-SuperBuild#169)
@KrisThielemans
Copy link
Member Author

We cannot do anything about this, aside from building it, but see #174

KrisThielemans added a commit to SyneRBI/SIRF that referenced this issue Dec 13, 2018
ACE fails to build currently
SyneRBI/SIRF-SuperBuild#174
but system ACE is too old for gcc-7
SyneRBI/SIRF-SuperBuild#169
paskino added a commit to paskino/SIRF-SuperBuild that referenced this issue Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant