On Fri, 2007-07-06 at 14:35 +0200, Mikkel Poulsen wrote: > Hi > > I'm trying to build swfdec from GIT, but I am getting this error: > > cc1: warnings being treated as errors
Try looking in the makefiles and configure scripts for any "-Werror" option passed in the CFLAGS to gcc. I think this is caused by running ./autogen.sh directly with all configure options with that. autogen.sh passes --enable-maintainer-mode, which usually enables -Werror for some packages. You could try to pass --disable-maintainer-mode to autogen.sh, or just re-run ./configure with normal options after the autogen run. _______________________________________________ arch mailing list [email protected] http://archlinux.org/mailman/listinfo/arch
