I found this page: http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/OWBuildWengoPhone
Which describes the process but I still had problems following its instructions: "Go to the build directory using a shell terminal and run: cmake .. make" Don't work. There is no Makefile generated by 'cmake ..' so make fails. I assume make is supposed to be run in the parent directory? When I do this, I get: ... [ 8%] Built target owutil [ 8%] Built target owwebcam [ 8%] Building CXX object libs/sound/CMakeFiles/owsound.dir/src/unix/UnixSoundThread.o /home/dsandber/telbot/software/wengo-2.1rc2/libs/sound/src/unix/UnixSoundThread.cpp: In member function ‘bool UnixSoundThread::startPlaying(SoundFileData*)’: /home/dsandber/telbot/software/wengo-2.1rc2/libs/sound/src/unix/UnixSoundThread.cpp:119: error: ‘SFM_READ’ was not declared in this scope /home/dsandber/telbot/software/wengo-2.1rc2/libs/sound/src/unix/UnixSoundThread.cpp:119: error: ‘sf_open’ was not declared in this scope /home/dsandber/telbot/software/wengo-2.1rc2/libs/sound/src/unix/UnixSoundThread.cpp: In function ‘int audioCallback(const void*, void*, long unsigned int, const PaStreamCallbackTimeInfo*, PaStreamCallbackFlags, void*)’: /home/dsandber/telbot/software/wengo-2.1rc2/libs/sound/src/unix/UnixSoundThread.cpp:195: error: ‘struct SF_INFO’ has no member named ‘frames’ /home/dsandber/telbot/software/wengo-2.1rc2/libs/sound/src/unix/UnixSoundThread.cpp:197: error: ‘struct SF_INFO’ has no member named ‘frames’ make[2]: *** [libs/sound/CMakeFiles/owsound.dir/src/unix/UnixSoundThread.o] Error 1 make[1]: *** [libs/sound/CMakeFiles/owsound.dir/all] Error 2 make: *** [all] Error 2 Thanks, -Dan _______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
