News:

--

Main Menu

Failed to build plugins

Started by madchic, July 20, 2012, 06:56:06 AM

Previous topic - Next topic

madchic

I have too much ";" in the build files of the plugins.
For example:
CMakeCache.txt:FRIDIBI_STATIC_CFLAGS:INTERNAL=-I/usr/include/fribidi;-I/usr/include/glib-2.0;-I/usr/lib64/glib-2.0/include

I hold on the build process after:
"Build files have been written to:"

and remove the ";"

for i in $(grep -R -- ";-I" buildPlugins* | cut -d ":" -f1 | sort -u); do sed 's/;-I/ -I/g' -i $i; done

after that i can build the the plugins.

avidemux rev 8081
gcc 4.6.3
cmake 2.8.8

mean