|
From: Martin G. <ma...@gy...> - 2006-04-03 13:09:01
|
Hi Henri You were right, of course. "./configure --prefix=/usr/local" helped, and it compiled correctly. SIP calls on my Siemens phone are now correctly detected! The only thing that doesn't work is playback of recorded calls, which of course isn't surprising, as you're relying on Windows Media Player for playback. How about you simply offering the possibility to download the file and supplying the correct Mime-type? Then any application (mplayer for Unix, iTunes...) could playback the file? Cheers, Martin > Hi Marin, > > It looks like those undefined symbols are from liborkbase.so. In your link > statement, it looks for /usr/local/lib/liborkbase.so I would not be > surprised if liborkbase.so was in /usr/lib instead. > > Is this the case ? > Henri > export CPPFLAGS="-I /usr/local/include/" > libtoolize --force > aclocal > automake -a > gmake -f Makefile.cvs > ./configure > gmake > gmake install > > orkaudio needs this, > > export CPPFLAGS="-I /usr/local/include/" > export LDFLAGS="-L/usr/local/lib/" > libtoolize --force > aclocal > automake -a > gmake -f Makefile.cvs > ./configure > gmake |