Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: madchic on July 20, 2012, 06:56:06 AM

Title: Failed to build plugins
Post by: madchic on July 20, 2012, 06:56:06 AM
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
Title: Re: Failed to build plugins
Post by: mean on July 21, 2012, 07:30:25 PM
same problem as here http://www.avidemux.org/smf/index.php?topic=10808.0