. > > > > Do you know of any option with ./configure that I can use to get this to > > compile? > > >From the output above, CFLAGS="-Wno-error=format" ./configure... *might* > do the trick. If not, you could grep for '-Werror=format' in the source > tree to see where it's being set and whether there are additional > arguments to the 'format' parameter (see > http://gcc.gnu.org/onlinedocs/gcc-4.8.0/gcc/Warning-Options.html#Warning-Options > for the upstream docs).
I forgot to reply to this thread - sorry To get pygobject-3 to compile you have to remove Werror=format from the configure script. sed -i '/Werror=format/d' configure should be added to the book, if using gcc-4.8.0 jb. -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
