|
From: vinod j. <vin...@gm...> - 2008-12-01 08:54:56
|
Hi, I am trying to build and install the gstreamer base plugins.The version I am trying to build is 0.10.21 The config step goes through and I have a problem with the make install step. The makefile of tests/icles has an error. I tried the fix mentioned in the mailing list I changed the /tests/icles/Makefile.am as follows X_TESTS = stress-xoverlay But still when I do the make install , I get the following error creating stress-xoverlay /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -o test-colorkey gcc -g -O2 -o test-colorkey gcc: no input files make[2]: *** [test-colorkey] Error 1 make[2]: Leaving directory `/gstreamer_src/gst-plugins-base-0.10.21/tests/icles' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/gstreamer_src/gst-plugins-base-0.10.21/tests' make: *** [install-recursive] Error 1 Is there any other fix? Reply at the ealiest Regards Vinod James |