Re: [CinCV] syntax error at make

2010-07-26 Thread E Chalaron
Hi all All sorted thanks a lot to the people who took the time to give me the hints. Eventually used libpng12 along with 14, just installed using YasT and tadaa ... It works !!! got all emotional, tears of joy etc ... Thanks again E ___ Cinelerra

Re: [CinCV] More syntax error at make

2010-07-26 Thread E Chalaron
Hi Monty Thanks a lot for the reply. My very problem is that I am not a developper and cant really read error messages. But got the picture now. I was reading your posts previsouly and from I understand your GIT version works with 1.4, so maybe I should use yours ? Would you mind sending me the U

Re: [CinCV] More syntax error at make

2010-07-26 Thread Monty Montgomery
On Mon, Jul 26, 2010 at 5:42 PM, E Chalaron wrote: > Hi Einar > Thanks for that... the problem seems to be recurrent here and there > See the following : That's a different issue. The code was written for libpng 1.2, and you're compiling against 1.4 in which the API has changed. Replace the

Re: [CinCV] More syntax error at make

2010-07-26 Thread E Chalaron
Hi Einar Thanks for that... the problem seems to be recurrent here and there See the following : Making all in shapewipe make[3]: Entering directory `/home/edouard/Desktop/my_cinelerra/plugins/shapewipe' /bin/sh ../../libtool --tag=CXX --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.

Re: [CinCV] More syntax error at make

2010-07-26 Thread Einar Rünkaru
Hi Remove line 50: List::List(); from edits.C Newer gcc don't like it and this line is useless. Einar On Mon, Jul 26, 2010 at 10:44 AM, E Chalaron wrote: > Hi Einar > > > Can you paste the some lines more. The real error message is missing. > > > Sure... thanks a lot for your time. > Ok here w

Re: [CinCV] More syntax error at make

2010-07-26 Thread E Chalaron
/Hi Einar Can you paste the some lines more. The real error message is missing. / Sure... thanks a lot for your time. Ok here we go... However ... It seems to be another one. not sure why.. (lib update without noticing ..?) The only difference is that I used "make" rather than "make -j 2", shoul

Re: [CinCV] More syntax error at make

2010-07-26 Thread Einar Rünkaru
Can you paste the some lines more. The real error message is missing. Einar On Mon, Jul 26, 2010 at 12:25 AM, E Chalaron wrote: > Thanks Johannes > Solved the problem for mmx. I actually came across this one a year ago > and completely forgot about it. > However . :-D  I now have this one :