Discussion:
cmake + openalsoft = error on linux
keghn
2013-07-01 19:00:12 UTC
Permalink
Hello,
I am using Mint 14.1 mate 64 bit OS.

***@keghn-700Z3C-700Z5C ~/openal/openalsoft $ cmake ..
CMake Error: The source directory "/home/keghn/openal" does not appear to
contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

My software manager is using the most stable cmake. Version: 2.8.9-0ubuntu1
I can use openalsoft if the .cpp file dose not need cwave.cpp.

All other companies cmake I tried have 100% fail rate and
"make" has 60% crash rate.

Is there a way to use openalsoft with out cmake?





--
View this message in context: http://openal.996291.n3.nabble.com/cmake-openalsoft-error-on-linux-tp5525.html
Sent from the OpenAL - User mailing list archive at Nabble.com.
Chris Robinson
2013-07-02 02:52:20 UTC
Permalink
Post by keghn
CMake Error: The source directory "/home/keghn/openal" does not appear to
contain CMakeLists.txt.
It looks like you're not telling cmake where OpenAL Soft's root
directory is (where the base CMakeLists.txt is). The source download
should have a build/ subdirectory where you can run 'cmake ..' from.
Otherwise, you need to specify the appropriate path if it's not '..'.
Post by keghn
My software manager is using the most stable cmake. Version: 2.8.9-0ubuntu1
I can use openalsoft if the .cpp file dose not need cwave.cpp.
I have no idea what you mean by this. You can't build OpenAL Soft, but
you can use it if your project doesn't have cwave.cpp?

Loading...