Page 1 of 1
build troubles (OPENAL?)
Posted: Tue Aug 09, 2011 1:26 am
by Nale
I am trying to build VBA-M from subversion on Ubuntu but I am having trouble. Cmake gives the output
Â
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE):
Could NOT find OpenAL (missing: OPENAL_LIBRARY OPENAL_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindOpenAL.cmake:101 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
src/wx/CMakeLists.txt:20 (FIND_PACKAGE)
Â
Â
What should I do?
build troubles (OPENAL?)
Posted: Tue Aug 09, 2011 1:59 am
by Squall Leonhart
use the prewx branch, and make sure OpenAL sdk is at the required location.
build troubles (OPENAL?)
Posted: Tue Aug 09, 2011 11:22 am
by Nale
Now I get the error
Â
CMake Error in CMakeLists.txt:
Cannot find source file "7zAlloc.c". Tried extensions .c .C .c++ .cc .cpp
.cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
Â
The file 7zAlloc.c exists under dependencies/fex/7z_C but it doesn't seem able to find it for some reason.
build troubles (OPENAL?)
Posted: Tue Aug 09, 2011 6:08 pm
by Squall Leonhart
move it into the prewx folder, the cmake file still needs to be updated since i moved fex into dependencies
build troubles (OPENAL?)
Posted: Thu Aug 11, 2011 12:32 am
by Nale
Ok, I've gotten it built and sort of working. Thanks for the help.
Â
Â
There's something a little strange though since when I try to run my game, it becomes very glitchy, even though it works fine on the windows version.