Re: [CinCVS] build failure svn 1008

2007-04-25 Thread Martin Ellison
As I have previously posted, I had a similar PIC problem on an AMD on FC6 (ie dual 64/32 bit). So the problem is wider than your specific distro, but seems to be onlly reported for 64 bit. I fixed it by compiling for external ffmpeg. If the linker cannot find g++ -- have you installed gcc

Re: [CinCVS] build failure svn 1008

2007-04-25 Thread Johannes Sixt
On Wednesday 25 April 2007 10:50, Graham Evans wrote: so the final steps were ./autogen.sh ./configure --with-pic --disable-shared --enable-static make sudo make install All the configure flags turned out to be neccessary for a successful build. But...a new problem - cinelerra won't run.

Re: [CinCVS] build failure svn 1008

2007-04-25 Thread Graham Evans
You can also try this (before you try the suggestion in my answer to this other thread): ./configure --without-pic thanks Hannes. That one didn't work. Or any variations on it. So now for the other thread... ___ Cinelerra mailing list

[CinCVS] build failure svn 1008

2007-04-24 Thread Graham Evans
I have just changed from fc4 to debian-sid. I am on an amd-64-smp processor and running the nvidia drivers. Everything is up to date. I downloaded cinelerra cv svn1008 but my build fails like this: o /usr/lib/libjpeg.so -lpng -lz -lm -ldl -lpthread -Wl,--no-undefined -Wl,-soname

Re: [CinCVS] build failure svn 1008

2007-04-24 Thread Bas Alphenaar
I'm on 64 bit Gentoo and I had the exact same problem.I solved the problem by installing (emerging on Gentoo) ffmpeg seperately and then running ./configure with the --with-external-ffmpeg flag. I hope this solves the problem for you. Bas Graham Evans wrote: I have just changed from fc4 to

Re: [CinCVS] build failure svn 1008

2007-04-24 Thread Graham Evans
Bas Alphenaar wrote: I'm on 64 bit Gentoo and I had the exact same problem.I solved the problem by installing (emerging on Gentoo) ffmpeg seperately and then running ./configure with the --with-external-ffmpeg flag. I hope this solves the problem for you. Bas thanks for the tip. I forgot to

Re: [CinCVS] build failure svn 1008

2007-04-24 Thread Graham Evans
I'm now working my way through the http://giss.tv/~vale deb packages trying to pick up any missing dependencies. Now that I have changed wrong versions and installed some missing libav* and libav*.dev files (for instance from bugzilla I found out that libavcodec0 is wrong and the