On Sonntag 05 März 2006 12:41, Frederic FLIPPE wrote: > Hi, > > Does anybody know why I'm getting the following error when compiling > cinelerra ? / > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../libmpeg3 -D_LARGEFILE_SOURCE > -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_MMX -DUSE_MMX -DX86_CPU > /usr/local/include/mjpegtools/ -DENCORE_INCLUDE=\"encore50/encore.h\" > -I./ffmpeg/libavcodec -g -O2 -MT atom.lo -MD -MP -MF .deps/atom.Tpo -c > atom.c -fPIC -DPIC -o .libs/atom.o gcc: cannot specify -o with -c or -S > and multiple compilations > make[3]: *** [atom.lo] Erreur 1 > make[3]: Leaving directory `/home/frederic/hvirtual/quicktime' > make[2]: *** [all-recursive] Erreur 1 > make[2]: Leaving directory `/home/frederic/hvirtual/quicktime' > make[1]: *** [all-recursive] Erreur 1 > make[1]: Leaving directory `/home/frederic/hvirtual' > make: *** [all] Erreur 2 > > /Thanks. > Frédéric/ > /
There's something borked with your pkg-config of mjpegtools. It sets MJPEG_CFLAGS to /usr/local/include/mjpegtools/ instead of -I/usr/local/include/mjpegtools/ (not the missing -I). Sorry, I don't know how to remedy this. Please ask mjpegtools people. -- Hannes _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
