Comment 5 for bug 775460

Revision history for this message
Ben Shadwick (benshadwick) wrote :

You can also work around this by disabling the treatment of warnings as errors, via a parameter to the configure script:

./configure --disable-werror
make

This is safe to do if the only warnings you're seeing during the make are "variable 'whatever' set but not used" because those warnings are completely innocuous.