[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [Libevent-users] Include order in Makefile.nmake
- To: libevent-users@xxxxxxxxxxxxx
- Subject: Re: [Libevent-users] Include order in Makefile.nmake
- From: Nick Mathewson <nickm@xxxxxxxxxxxxx>
- Date: Fri, 13 Aug 2010 11:28:28 -0400
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: libevent-users-outgoing@xxxxxxxx
- Delivered-to: libevent-users@xxxxxxxx
- Delivery-date: Fri, 13 Aug 2010 11:28:38 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=fThBEiddWbIvY7I/n4Cf4jS/U1SP/NUicMEvKOuVhL4=; b=DBKIzOmmzB+xVMmWnsQJGdijEwk8M6iWjNcjj3pF1/m/CkquaBq/mkafR7BmoMYzi9 1Y9Ot36VhtLL+JItTQid2mNqJsErWsIotWTmXb3StBMZ64wGeS5xJgfTQpc/UnLExrIb bh7azqQjKSYz2DuLT7MmqxHlw0FS/6//6jZj0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=NeND5GQ+8ifYg2DORewl+bGwyKKp/Bu6mlDu28KA1SFCLi1DMKfSv+NvMdH+a2Wz6S wkiKu5EQLYFqjRugCiQc+PdgFJA+1scSqkKVHv9XP3ufMuTkc72egts5n7jZSX9c4kdN VHQERDAEQcEd/W0XV5U6D+fWJDhEw6ftNY/Tw=
- In-reply-to: <003101cb3a53$37294820$a57bd860$@com>
- References: <003101cb3a53$37294820$a57bd860$@com>
- Reply-to: libevent-users@xxxxxxxxxxxxx
- Sender: owner-libevent-users@xxxxxxxxxxxxx
On Thu, Aug 12, 2010 at 3:18 PM, Gilad Benjamini
<gilad@xxxxxxxxxxxxxxxxx> 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 place.
> I believe the "/IWIN32-Code" should come before "/Iinclude"
Hm! There should actually be no event-config.h in include/event2 as
shipped; it should only show up there if you previously built using
mingw before you tried building with MSVC. The fact that a copy was
included with the 2.0.6-rc tarball is itself a bug.
I'll try to fix both of these problems, if my automake fu is strong
enough today. (I'm calling the Makefile.nmake include order a bug
too, since sometimes people _do_ want to test libevent with mingw,
then with msvc.)
yrs,
--
Nick
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.