Skip to content

Instantly share code, notes, and snippets.

@marceloslacerda
Created March 29, 2011 22:09
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 marceloslacerda/893444 to your computer and use it in GitHub Desktop.
Save marceloslacerda/893444 to your computer and use it in GitHub Desktop.
The output from the ./cmake-build.sh
$ ./cmake-build.sh
Do you want to build tests? (y/n) :
y
-- 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/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for XOpenDisplay in /usr/lib/libX11.so
-- Looking for XOpenDisplay in /usr/lib/libX11.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/lib/libX11.so
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
OPENAL_INCLUDE_DIR
used as include directory in directory /home/marcelo/Downloads/FrozenCow-Monocle-Engine-c288f8c/Code
used as include directory in directory /home/marcelo/Downloads/FrozenCow-Monocle-Engine-c288f8c/Code/Tests
used as include directory in directory /home/marcelo/Downloads/FrozenCow-Monocle-Engine-c288f8c/Code/Tests/Flash
used as include directory in directory /home/marcelo/Downloads/FrozenCow-Monocle-Engine-c288f8c/Code/Tests/FTE
used as include directory in directory /home/marcelo/Downloads/FrozenCow-Monocle-Engine-c288f8c/Code/Tests/Jumper
used as include directory in directory /home/marcelo/Downloads/FrozenCow-Monocle-Engine-c288f8c/Code/Tests/Ogmo
used as include directory in directory /home/marcelo/Downloads/FrozenCow-Monocle-Engine-c288f8c/Code/Tests/Pong
OPENAL_LIBRARY
linked by target "MonocleCore" in directory /home/marcelo/Downloads/FrozenCow-Monocle-Engine-c288f8c/Code
linked by target "TestFlash" in directory /home/marcelo/Downloads/FrozenCow-Monocle-Engine-c288f8c/Code/Tests/Flash
linked by target "TestFTE" in directory /home/marcelo/Downloads/FrozenCow-Monocle-Engine-c288f8c/Code/Tests/FTE
linked by target "TestJumper" in directory /home/marcelo/Downloads/FrozenCow-Monocle-Engine-c288f8c/Code/Tests/Jumper
linked by target "TestOgmo" in directory /home/marcelo/Downloads/FrozenCow-Monocle-Engine-c288f8c/Code/Tests/Ogmo
linked by target "TestPong" in directory /home/marcelo/Downloads/FrozenCow-Monocle-Engine-c288f8c/Code/Tests/Pong
OPENGL_INCLUDE_DIR (ADVANCED)
used as include directory in directory /home/marcelo/Downloads/FrozenCow-Monocle-Engine-c288f8c/Code
used as include directory in directory /home/marcelo/Downloads/FrozenCow-Monocle-Engine-c288f8c/Code/Tests
used as include directory in directory /home/marcelo/Downloads/FrozenCow-Monocle-Engine-c288f8c/Code/Tests/Flash
used as include directory in directory /home/marcelo/Downloads/FrozenCow-Monocle-Engine-c288f8c/Code/Tests/FTE
used as include directory in directory /home/marcelo/Downloads/FrozenCow-Monocle-Engine-c288f8c/Code/Tests/Jumper
used as include directory in directory /home/marcelo/Downloads/FrozenCow-Monocle-Engine-c288f8c/Code/Tests/Ogmo
used as include directory in directory /home/marcelo/Downloads/FrozenCow-Monocle-Engine-c288f8c/Code/Tests/Pong
-- Configuring incomplete, errors occurred!
make: *** No targets specified and no makefile found. Stop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment