Hi Remove line 50: List<Edit>::List<Edit>(); 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 <[email protected]> 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 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", should > not influence the build as I understand. > > Best > E > > > > g++ -DHAVE_CONFIG_H -I. -I.. -I../guicast -I../quicktime -I../libmpeg3 > -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 > -DHAVE_FIREWIRE -DHAVE_ESOUND -DHAVE_ALSA -DHAVE_OSS > -I/usr/include/mjpegtools -I/usr/include/mjpegtools/mpeg2enc > -I/usr/include/mjpegtools/mplex -I/usr/include/OpenEXR > -I../quicktime/ffmpeg -DPLUGIN_DIR=\"/usr/local/lib/cinelerra\" -g -O2 -MT > editpopup.o -MD -MP -MF .deps/editpopup.Tpo -c -o editpopup.o editpopup.C > In file included from ../guicast/guicast.h:42:0, > from edit.h:27, > from editpopup.C:22: > ../guicast/bcpot.h: In member function ‘virtual char* > BC_Pot::get_caption()’: > ../guicast/bcpot.h:56:39: warning: deprecated conversion from string > constant to ‘char*’ > editpopup.C: In constructor ‘EditPopup::EditPopup(MWindow*, MWindowGUI*)’: > editpopup.C:42:4: warning: deprecated conversion from string constant to > ‘char*’ > editpopup.C: In constructor ‘EditAttachEffect::EditAttachEffect(MWindow*, > EditPopup*)’: > editpopup.C:93:37: warning: deprecated conversion from string constant to > ‘char*’ > editpopup.C: In member function ‘virtual int > EditAttachEffect::handle_event()’: > editpopup.C:109:33: warning: deprecated conversion from string constant to > ‘char*’ > editpopup.C: In constructor ‘EditMoveTrackUp::EditMoveTrackUp(MWindow*, > EditPopup*)’: > editpopup.C:115:28: warning: deprecated conversion from string constant to > ‘char*’ > editpopup.C: In constructor ‘EditMoveTrackDown::EditMoveTrackDown(MWindow*, > EditPopup*)’: > editpopup.C:132:30: warning: deprecated conversion from string constant to > ‘char*’ > editpopup.C: In constructor ‘EditPopupResize::EditPopupResize(MWindow*, > EditPopup*)’: > editpopup.C:150:36: warning: deprecated conversion from string constant to > ‘char*’ > editpopup.C: In constructor > ‘EditPopupMatchSize::EditPopupMatchSize(MWindow*, EditPopup*)’: > editpopup.C:174:38: warning: deprecated conversion from string constant to > ‘char*’ > editpopup.C: In constructor > ‘EditPopupDeleteTrack::EditPopupDeleteTrack(MWindow*, EditPopup*)’: > editpopup.C:196:33: warning: deprecated conversion from string constant to > ‘char*’ > editpopup.C: In constructor ‘EditPopupAddTrack::EditPopupAddTrack(MWindow*, > EditPopup*)’: > editpopup.C:213:30: warning: deprecated conversion from string constant to > ‘char*’ > editpopup.C: In constructor ‘EditPopupTitle::EditPopupTitle(MWindow*, > EditPopup*)’: > editpopup.C:234:34: warning: deprecated conversion from string constant to > ‘char*’ > editpopup.C: In constructor > ‘EditPopupTitleWindow::EditPopupTitleWindow(MWindow*, EditPopup*)’: > editpopup.C:285:3: warning: deprecated conversion from string constant to > ‘char*’ > editpopup.C:285:3: warning: deprecated conversion from string constant to > ‘char*’ > mv -f .deps/editpopup.Tpo .deps/editpopup.Po > g++ -DHAVE_CONFIG_H -I. -I.. -I../guicast -I../quicktime -I../libmpeg3 > -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 > -DHAVE_FIREWIRE -DHAVE_ESOUND -DHAVE_ALSA -DHAVE_OSS > -I/usr/include/mjpegtools -I/usr/include/mjpegtools/mpeg2enc > -I/usr/include/mjpegtools/mplex -I/usr/include/OpenEXR > -I../quicktime/ffmpeg -DPLUGIN_DIR=\"/usr/local/lib/cinelerra\" -g -O2 -MT > edits.o -MD -MP -MF .deps/edits.Tpo -c -o edits.o edits.C > In file included from ../guicast/guicast.h:42:0, > from aedit.h:26, > from edits.C:22: > ../guicast/bcpot.h: In member function ‘virtual char* > BC_Pot::get_caption()’: > ../guicast/bcpot.h:56:39: warning: deprecated conversion from string > constant to ‘char*’ > edits.C: In constructor ‘Edits::Edits(EDL*, Track*, Edit*)’: > edits.C:50:23: error: expected primary-expression before ‘>’ token > edits.C:50:25: error: expected primary-expression before ‘)’ token > edits.C: In member function ‘int Edits::load_edit(FileXML*, int64_t&, int)’: > edits.C:526:32: warning: deprecated conversion from string constant to > ‘char*’ > edits.C:530:43: warning: deprecated conversion from string constant to > ‘char*’ > edits.C:537:27: warning: deprecated conversion from string constant to > ‘char*’ > edits.C:554:38: warning: deprecated conversion from string constant to > ‘char*’ > edits.C:559:65: warning: deprecated conversion from string constant to > ‘char*’ > edits.C:563:33: warning: deprecated conversion from string constant to > ‘char*’ > edits.C:570:33: warning: deprecated conversion from string constant to > ‘char*’ > edits.C: In member function ‘int Edits::copy(int64_t, int64_t, FileXML*, > char*)’: > edits.C:651:29: warning: deprecated conversion from string constant to > ‘char*’ > edits.C:660:30: warning: deprecated conversion from string constant to > ‘char*’ > make[3]: *** [edits.o] Error 1 > make[3]: Leaving directory `/home/edouard/Desktop/my_cinelerra/cinelerra' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/edouard/Desktop/my_cinelerra/cinelerra' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/edouard/Desktop/my_cinelerra' > make: *** [all] Error 2 > > > > > Einar > On Mon, Jul 26, 2010 at 12:25 AM, E Chalaron <[email protected]> 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 : > make[3]: *** [edits.o] Error 1 > make[3]: *** Waiting for unfinished jobs.... > mv -f .deps/dcraw.Tpo .deps/dcraw.Po > make[3]: Leaving directory `/home/edouard/Desktop/my_cinelerra/cinelerra' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/edouard/Desktop/my_cinelerra/cinelerra' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/edouard/Desktop/my_cinelerra' > make: *** [all] Error 2 > I double check the dcraw_devel etc to make sure all is here and yep ... > it is. > So once again your help will be much appreciated. > Cheers > E > On 25/07/10 19:06, Johannes Sixt wrote: > > > On Sonntag, 25. Juli 2010, E Chalaron wrote: > > > /bin/sh ../libtool --tag=CC --mode=compile ../admin/nasm -g -O2 -c -o > fdct_mm > x.lo fdct_mmx.s > > > Run configure with --disable-mmx. > -- Hannes > _______________________________________________ > Cinelerra mailing list > [email protected] > https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra > > > _______________________________________________ > Cinelerra mailing list > [email protected] > https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra > > > _______________________________________________ > Cinelerra mailing list > [email protected] > https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra > _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
