I have the following:
Linux localhost.localdomain 2.6.24.4-64.fc8 #1 SMP Sat Mar 29 09:54:46
EDT 2008 i686 i686 i386 GNU/Linux
 gcc --version
gcc (GCC) 4.1.2 20070925 (Red Hat 4.1.2-33)
I have installed all mandatory and optional packages in ./configure
Make fails with:
$ make
make  all-recursive
make[1]: Entering directory `/home/gillesg/hvirtual'
Making all in libmpeg3
make[2]: Entering directory `/home/gillesg/hvirtual/libmpeg3'
Making all in audio
make[3]: Entering directory `/home/gillesg/hvirtual/libmpeg3/audio'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/gillesg/hvirtual/libmpeg3/audio'
Making all in video
make[3]: Entering directory `/home/gillesg/hvirtual/libmpeg3/video'
/bin/sh ../../libtool --tag=CC --tag=CC   --mode=link gcc -DHAVE_MMX
-DUSE_MMX -DX86_CPU  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -g -O2   -o libmpeg3_video.la  getpicture.lo
headers.lo idct.lo macroblocks.lo mmxtest.lo motion.lo mpeg3cache.lo
mpeg3video.lo output.lo reconstruct.lo seek.lo slice.lo subtitle.lo
vlc.lo mmxidct.lo reconmmx.lo   -lm -ldl -lpthread
ar cru .libs/libmpeg3_video.a .libs/getpicture.o .libs/headers.o
.libs/idct.o .libs/macroblocks.o .libs/mmxtest.o .libs/motion.o
.libs/mpeg3cache.o .libs/mpeg3video.o .libs/output.o
.libs/reconstruct.o .libs/seek.o .libs/slice.o .libs/subtitle.o
.libs/vlc.o .libs/mmxidct.o .libs/reconmmx.o
ar: .libs/reconmmx.o: No such file or directory
make[3]: *** [libmpeg3_video.la] Error 1
make[3]: Leaving directory `/home/gillesg/hvirtual/libmpeg3/video'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/gillesg/hvirtual/libmpeg3'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gillesg/hvirtual'
make: *** [all] Error 2

I followed the advice here:
http://ubuntuforums.org/showthread.php?t=320701&highlight=cinelerra
I redid the ./configure and the make, which failed with this:

 g++ -DHAVE_CONFIG_H -I. -I../.. -I../../guicast -I../../cinelerra
-I../../quicktime -I../../plugins/colors -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT gammawindow.lo
-MD -MP -MF .deps/gammawindow.Tpo -c gammawindow.C  -fPIC -DPIC -o
.libs/gammawindow.o
/usr/include/GL/gl.h:2204: error: expected ',' or '...' before
'<expression error>'
make[3]: *** [gammawindow.lo] Error 1
make[3]: Leaving directory `/home/gillesg/hvirtual/plugins/gamma'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/gillesg/hvirtual/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gillesg/hvirtual'
make: *** [all] Error 2

So what should I do now? Should I move the gammawindow.lo file somewhere?

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to