SyneRBI / SIRF-SuperBuild

SIRF CMake SuperBuild
http://www.ccpsynerbi.ac.uk
Apache License 2.0
15 stars 17 forks source link

USE_ACE_SYSTEM=OFF fails on Ubuntu 22.04 #909

Closed KrisThielemans closed 1 week ago

KrisThielemans commented 1 week ago

Compilation error:

ace/os_include/sys/os_sysctl.h:25:17: fatal error: sys/sysctl.h: No such file or directory

Apparently this was present in Ubuntu 18.04, but long deprecated. Presumably our default ACE version is quite out-of-date.

We're always building with USE_ACE_SYSTEM=ON and therefore never see this.

22.04 ACE Version is 7.0.6

However, it looks like Gadgetron no longer needs ACE.