BNLNPPS / esi-shell

Apache License 2.0
0 stars 0 forks source link

Build fails with recent opticks updates main@2adf7fc2 #41

Closed plexoos closed 4 months ago

plexoos commented 4 months ago
2.150 ############## glfw ###############
2.150 
2.150 
2.173 === opticks-curl : dir /usr/local/opticks/externals/glfw url https://github.com/glfw/glfw/releases/download/3.3.2/glfw-3.3.2.zip dist glfw-3.3.2.zip OPTICKS_DOWNLOAD_CACHE cmd curl -L -O https://github.com/glfw/glfw/releases/download/3.3.2/glfw-3.3.2.zip
2.177   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2.177                                  Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1400k  100 1400k    0     0  2556k      0 --:--:-- --:--:-- --:--:-- 6484k
2.781 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
2.781   Compatibility with CMake < 3.5 will be removed from a future version of
2.781   CMake.
2.781 
2.781   Update the VERSION argument <min> value or use a ...<max> suffix to tell
2.781   CMake that the project does not need compatibility with older versions.
2.781 
2.781 
2.817 -- The C compiler identification is GNU 11.4.0
2.828 -- Detecting C compiler ABI info
2.873 -- Detecting C compiler ABI info - done
2.881 -- Check for working C compiler: /usr/bin/cc - skipped
2.881 -- Detecting C compile features
2.881 -- Detecting C compile features - done
2.884 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
2.929 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
2.929 -- Found Threads: TRUE  
2.931 -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
2.931 -- Using X11 for window creation
2.955 -- Found X11: /usr/include   
2.955 -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
2.998 -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
2.998 -- Looking for gethostbyname
3.038 -- Looking for gethostbyname - found
3.038 -- Looking for connect
3.080 -- Looking for connect - found
3.080 -- Looking for remove
3.122 -- Looking for remove - found
3.122 -- Looking for shmat
3.161 -- Looking for shmat - found
3.161 CMake Error at CMakeLists.txt:211 (message):
3.161   Xinerama headers not found; install libxinerama development package
3.161 
3.161 
3.161 -- Configuring incomplete, errors occurred!
3.163 === glfw-- : cmake FAIL
3.163 === opticks-installer- : RC 2 from pkg glfw : ABORTING
plexoos commented 4 months ago

The new version of opticks required additional dependencies: libxinerama-dev libxcursor-dev libxi-dev