Back to the Vavoom Forum Archives


Forum

Beyond Vavoom 1.26: switching to Cmake troubles

Mon, 28 Jan 2008 19:34:48

scen

Hi Janis, i've seen that you're switching to Cmake for building Vavoom: great choice! <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) --> But now i've a problem <!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P --> : using the following command
cmake -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_CLIENT=ON -DWITH_ALLEGRO=ON -DWITH_SDL=OFF -DENABLE_ASM=OFF -DWITH_VORBIS=ON -DWITH_OPENGL=ON -DWITH_OPENAL=ON -DWITH_LIBMAD=ON -DWITH_MIKMOD=ON -DWITH_FLAC=ON -DENABLE_SERVER=OFF .
i obtain the following error:
-- ASM prefix:
-- Using Allegro
-- Using LINUX CD-ROM API
-- Found OpenGL
-- Found OpenAL
-- Found PNG: /usr/lib64/libpng.so
-- Found JPEG: /usr/lib64/libjpeg.so
-- Found OggVorbis: /usr/lib64/libogg.so /usr/lib64/libvorbis.so
-- Found LibMAD: /usr/lib64/libmad.so
-- Found MIKMOD: -L/usr/lib;-lmikmod
-- Found FLAC: /usr/lib64/libFLAC.so /usr/lib64/libFLAC++.so
CMake Error: Error in cmake code at
/home/davide/src/svn/vavoom/source/CMakeLists.txt:852:
SET_TARGET_PROPERTIES called with incorrect number of arguments.
Current CMake stack:
[1]     /home/davide/src/svn/vavoom/source/CMakeLists.txt
-- Configuring done
I can't figure out where the problem is? Can you give me some hint? FYI, i'm using cmake 2.4-patch7 on Gentoo Linux x86_x64. Thanks in advance! <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) -->
Mon, 28 Jan 2008 23:22:15

Janis Legzdinsh

Found the problem, fixed.

Back to the Vavoom Forum Archives