On Thu, Aug 12, 2010 at 3:18 PM, Gilad Benjamini
wrote:
> Makefile.nmake in the tarball has this line
> CFLAGS=/Iinclude /Icompat /IWIN32-Code /DWIN32 /DHAVE_CONFIG_H /EHsc /I.
>
> event-config.h exists in both include/event2 and WIN32-Code/event2
>
> Therefore, the file is taken from the wrong
Makefile.nmake in the tarball has this line
CFLAGS=/Iinclude /Icompat /IWIN32-Code /DWIN32 /DHAVE_CONFIG_H /EHsc /I.
event-config.h exists in both include/event2 and WIN32-Code/event2
Therefore, the file is taken from the wrong place.
I believe the "/IWIN32-Code" should come before "/Iinclude