On Saturday 05 May 2007 03:28, Dan Sandberg wrote:
> 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/UnixSoundTh
>read.cpp: In member function ‘bool
> UnixSoundThread::startPlaying(SoundFileData*)’:
> /home/dsandber/telbot/software/wengo-2.1rc2/libs/sound/src/unix/UnixSoundTh
>read.cpp:119: error: ‘SFM_READ’ was not declared in this scope
> /home/dsandber/telbot/software/wengo-2.1rc2/libs/sound/src/unix/UnixSoundTh
>read.cpp:119: error: ‘sf_open’ was not declared in this scope
> /home/dsandber/telbot/software/wengo-2.1rc2/libs/sound/src/unix/UnixSoundTh
>read.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/UnixSoundTh
>read.cpp:195: error: ‘struct SF_INFO’ has no member named ‘frames’
> /home/dsandber/telbot/software/wengo-2.1rc2/libs/sound/src/unix/UnixSoundTh
>read.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

Hi Dan,

You should have libsndfile devel installed on your system (libsndfile1-dev for 
debian) Here is a page that descibes how to build on Ubuntu: 
http://dev.openwengo.org/trac/openwengo/trac.cgi/wiki/BuildNgOnUbuntuEdgy
You will find a list of necessary devel packages.

Regards,
-- 
Mathieu Stute <mathieu.stute(at)wengo.com>
GPG: http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x3EE62B4D

Attachment: pgpOYEmskg3jL.pgp
Description: PGP signature

_______________________________________________
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to