|
From: Jonas S. <jo...@ly...> - 2007-05-20 11:09:05
|
On 19 May 2007 at 18:25, Jonas Svensson wrote: > Never mind, I succeeded to compile from svn. Below is a summary of > what I did (unless I forgot something), there are a few > differences: > > sudo apt-get install libace-dev > sudo apt-get install libboost-dev > sudo apt-get install liblog4cpp4-dev > sudo apt-get install libpcap0.7-dev > sudo apt-get install libxerces27-dev > sudo apt-get install libsndfile1-dev > cd orkaudio-ubuntu-5.04-i386-DEBs/ > sudo dpkg -i log4cxx-0.9.7_0.9.7-1_i386.deb > sudo apt-get install libtool > sudo apt-get install g++ > sudo apt-get install sox > sudo apt-get install subversion > svn co https://oreka.svn.sourceforge.net/svnroot/oreka/trunk oreka > cd orkbasecxx/ > libtoolize --force > cp /usr/share/aclocal/libtool.m4 aclocal.m4 > automake -a > make -f Makefile.cvs > automake --add-missing > make -f Makefile.cvs > ./configure > make > sudo make install > > Now to see if it works... Well, it did not. I got a binary but it usually fails with a segmentation fault. Guess I did something wrong because I had to add the extra steps of cp and add-missing. /Jonas |