Re: [Libevent-users] Include order in Makefile.nmake

2010-08-13 Thread Nick Mathewson
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

[Libevent-users] Include order in Makefile.nmake

2010-08-12 Thread Gilad Benjamini
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