[Bug 15333] New: Compiling on PC-BSD with -Werror fails in dlls/mscms/handle.c
wine-bugs at winehq.org
wine-bugs at winehq.org
Fri Sep 19 15:20:22 CDT 2008
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 at winehq.org
ReportedBy: austinenglish at 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.
More information about the wine-bugs
mailing list