https://bugs.winehq.org/show_bug.cgi?id=40934
Bug ID: 40934 Summary: webservices error: redefinition of typedef 'WS_XML_NODE_POSITION' Product: Wine Version: 1.9.13 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: version2013@openmailbox.org Distribution: ---
My system: Puppy Linux 4.3.1
command: uname -r 2.6.30.5
command: ldd --version ldd (GNU libc) 2.6.1
Trying to compile Wine 1.9.13
using --disable-tests in configure line: I eventually get this: --- terminal snip ---
make[1]: Entering directory `/opt/wine-1.9.13/dlls/webservices' gcc -c -o channel.o channel.c -I. -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe \ -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wwrite-strings \ -Wpointer-arith -fno-omit-frame-pointer -O2 In file included from channel.c:24: ../../include/webservices.h:606: error: redefinition of typedef 'WS_XML_NODE_POSITION' ../../include/webservices.h:76: error: previous declaration of 'WS_XML_NODE_POSITION' was here make[1]: *** [channel.o] Error 1 make[1]: Leaving directory `/opt/wine-1.9.13/dlls/webservices' make: *** [dlls/webservices] Error 2
-------------------------
Not using --disable-tests, I get error from bug 40665 " 'INFINITY' undeclared (In function 'test_effect_preshader_ops') "