[phpBB Debug] PHP Notice: in file /viewtopic.php on line 969: Use of undefined constant gu - assumed 'gu' (this will throw an Error in a future version of PHP)
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 969: Use of undefined constant personal_album_id - assumed 'personal_album_id' (this will throw an Error in a future version of PHP)
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 969: Use of undefined constant gu - assumed 'gu' (this will throw an Error in a future version of PHP)
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 969: Use of undefined constant user_images - assumed 'user_images' (this will throw an Error in a future version of PHP)
Speed Dreams Community • View topic - cmake error ogg_library vorbis_include_dir vorbis_library
Page 1 of 1

cmake error ogg_library vorbis_include_dir vorbis_library

PostPosted: Sun Jun 08, 2014 1:08 pm
by apr-torcs
Hi friends.
I'm Trying to compile from SVN. I'm having this error whith cmake:
-----------------------------------------------------------------------------
cmake /.../.../..../sd-trunk/
-- Build configuration : Release
-- Looking for libraries X11 - found
-- Looking for library plib/ul - found
-- Looking for library plib/js - found
-- Looking for library plib/sg - found
-- Looking for library plib/sl - found
-- Looking for library plib/ssg - found
-- Looking for library plib/ssgaux - found
-- Looking for library OpenAL - found
-- Looking for library Ogg - found
-- Looking for library Vorbis - found
-- Looking for library VorbisFile - found
-- Looking for library ENet - found
-- Looking for library OpenGL - found
-- Looking for library OpenGL/GLU - found
-- Looking for library Zlib - found
-- Looking for library PNG - found
-- Looking for library JPEG - found
-- Looking for library SDL - found
-- Looking for library Expat - found
-- Looking for current subversion revision (may be long) ...
-- Version '2.1-trunk-r5764'
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:
OGG_LIBRARY
linked by target "tgfclient" in directory /home/manfariel/juegosDEV/sd-trunk/src/libs/tgfclient
VORBIS_INCLUDE_DIR
used as include directory in directory /home/manfariel/juegosDEV/sd-trunk/src/libs/tgfclient
VORBIS_LIBRARY
linked by target "tgfclient" in directory /home/manfariel/juegosDEV/sd-trunk/src/libs/tgfclient

-- Configuring incomplete, errors occurred!
------------------------------------------------------------------------

My OS is Debian wheezy 64bits

Re: cmake error ogg_library vorbis_include_dir vorbis_librar

PostPosted: Sun Jun 08, 2014 4:40 pm
by tlow
Have you tried removing the contents of the build directory (or at least CMakeCache.txt)? Ogg, Vorbis, and VorbisFile libraries were found but the cmake output looks like this may be an an old build directory.

Re: cmake error ogg_library vorbis_include_dir vorbis_librar

PostPosted: Sun Jun 08, 2014 5:00 pm
by apr-torcs
ok. Thanks mate ;-)