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
Did you run 'make clean' before running 'make'?
Eric
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev
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