[Bug 15333] New: Compiling on PC-BSD with -Werror fails in dlls/mscms/handle.c
http://bugs.winehq.org/show_bug.cgi?id=15333 Summary: Compiling on PC-BSD with -Werror fails in dlls/mscms/handle.c Product: Wine Version: 1.1.4 Platform: PC OS/Version: FreeBSD Status: NEW Keywords: source Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com In today's installment of finding obscure bugs on weird setups, tried compiling on PC-BSD with: CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" CFLAGS="-Werror" ./configure && make clean && make depend && make After remove mscms from compiling (see bug 15332) gcc -c -I. -I. -I../../include -I../../include -I/usr/local/include/gphoto2 -I/usr/local/include/gphoto2 -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -Werror -o capability.o capability.c In file included from capability.c:30: gphoto2_i.h:28:3: #warning "gphoto2 support in twain needs jpeg development headers" *** Error code 1 Stop in /usr/home/pcbsd/wine-git/dlls/gphoto2.ds. *** Error code 1 Stop in /usr/home/pcbsd/wine-git/dlls. *** Error code 1 Stop in /usr/home/pcbsd/wine-git. I've got libgphoto2 and libjpeg installed... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15333 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Compiling on PC-BSD with - |Compiling on PC-BSD with - |Werror fails in |Werror fails in |dlls/mscms/handle.c |dlls/gphoto2.ds/capability.c -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15333 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2008-09-22 16:18:18 --- Looks like the: CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" was left off when the script ran it. Works fine if that's used. Invalid, sorry for the noise. Bug 15332 is still valid, though. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15333 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2008-09-22 16:18:24 --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org