Skip to content

Instantly share code, notes, and snippets.

@fleger
Created September 20, 2011 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fleger/1229528 to your computer and use it in GitHub Desktop.
Save fleger/1229528 to your computer and use it in GitHub Desktop.
lib32-virtualgl build failes
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++
-- Check for working CXX compiler: /usr/bin/g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- CMAKE_BUILD_TYPE = Release
-- VERSION = 2.2.90, BUILD = 20110920
-- CMAKE_INSTALL_PREFIX = /opt/VirtualGL
-- VGL_BINDIR = /usr/bin
-- VGL_DOCDIR = /opt/VirtualGL/doc
-- 32-bit build
-- Linking with static libstdc++:
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../../../lib32/libstdc++.a
-- Looking for XOpenDisplay in /usr/lib32/libX11.so;/usr/lib32/libXext.so
-- Looking for XOpenDisplay in /usr/lib32/libX11.so;/usr/lib32/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib32/libX11.so
-- Found OpenGL: /usr/lib32/libGL.so
-- Enabling X Video support
CMake Error at cmakescripts/FindTurboJPEG.cmake:23 (message):
Could not find turbojpeg.h in /usr/include. If it is installed in a
different place, then set TJPEG_INCLUDE_DIR accordingly.
Call Stack (most recent call first):
CMakeLists.txt:250 (include)
-- Configuring incomplete, errors occurred!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment