Hi, build is broken. sorry to find out like this,
[CC] tools/widl/write_msft.c In file included from tools/widl/widltypes.h:25, from tools/widl/write_msft.c:48: include/reactos/wine/guiddef.h:48: warning: redefinition of `LPGUID' include/psdk/winnt.h:1545: warning: `LPGUID' previously declared here tools/widl/write_msft.c: In function `ctl2_find_name': tools/widl/write_msft.c:261: warning: implicit declaration of function `_strnicmp' [CC] tools/widl/parser.tab.c In file included from tools/widl/widltypes.h:25, from tools/widl/widl.h:24, from parser.y:36: include/reactos/wine/guiddef.h:48: warning: redefinition of `LPGUID' include/psdk/winnt.h:1545: warning: `LPGUID' previously declared here [CC] tools/widl/port/mkstemps.c [LD] output-i386/tools/widl/widl obj-i386/tools/widl/write_msft.o(.text+0x25c): In function `ctl2_find_name': : undefined reference to `_strnicmp' collect2: ld returned 1 exit status make: *** [output-i386/tools/widl/widl] Error 1
Thanks, James
sure we did - Linux build is broken.
see http://reactos.dyndns.org:8010/
Christoph von Wittich
Eric Kohl schrieb:
James Tabor wrote:
Hi, build is broken. sorry to find out like this,
Did you run 'make clean' before running 'make'?
Eric _______________________________________________ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Christoph von Wittich schrieb:
sure we did - Linux build is broken.
see http://reactos.dyndns.org:8010/
Christoph von Wittich
Thanks a lot for the information. I didn't realize this because I'm only building on Windows.
I hope my little patch to include/wine/port.h fixes the missing _strnicmp issue.
Eric