[Wengophone-devel] Some problems with external libs

2007-02-03 Thread Dave Neary
Hi all, I have been rubbing noses with some compilation problems with external libs, and thought that others might benefit from my experiences: 1. External FFMPEG: on Dapper, the system ffmpeg is compiled with support for vorbis and theora - but the correct -ls aren't brought in by

Re: [Wengophone-devel] Patch for Linux install

2007-02-03 Thread aurelien . gateau
Hi, Is this line from *build_make.sh* a problem to you??? OPTIONS=-DCMAKE_INSTALL_PREFIX=/usr --graphviz=${BUILDDIR}/wengophone.dot No. Here are the problems to me: First problem: cmake -DCMAKE_INSTALL_PREFIX=/opt/wengophone make make install Will install the wengophone in /usr, not in

Re: [Wengophone-devel] Some problems with external libs

2007-02-03 Thread Claudio André
It is not what you are talking about, anyway: - I think build_make.sh should be changed in order to avoid hardcoded settings that should conflict with DefineWengoOptions, or command line parameters. For example, if i use build_make.sh, Aurelien patch is not going to act as i expect, since a

Re: [Wengophone-devel] Some problems with external libs

2007-02-03 Thread Claudio André
Attached my idea of the patch. Claudio André wrote: It is not exactly what you are talking about, anyway: - I think build_make.sh should be changed in order to avoid hardcoded settings that should conflict with DefineWengoOptions, or command line parameters. For example, if i use