http://bugs.winehq.org/show_bug.cgi?id=16056
Summary: Wine won't compile with CFLAGS="-Werror" and gcc 4.3.2 Product: Wine Version: 1.1.8 Platform: PC OS/Version: Linux Status: NEW Keywords: download, patch, source Severity: minor Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=17283) --> (http://bugs.winehq.org/attachment.cgi?id=17283) patch to fix 4.3.2 compiles
Recently upgraded to Ubuntu Intrepid, which has gcc 4.3.2. My build script, which uses -Werror, started to fail. The attached patch fixes all the errors, but (A) the string literal patches are probably not right and (B) the dnsapi patch may not be correct.
Posting here so someone can take this up and fix it properly. For now, I'll keep it in my tree so I can watch for any new errors :-).