[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[Libevent-users] Include order in Makefile.nmake
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"
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.