Closed GoogleCodeExporter closed 9 years ago
Should be fixed in version 1.6.
Original comment by plus...@gmail.com
on 4 Aug 2011 at 11:59
My apologies. I hardly ever check this email account. Just tried to install
yara-1.6 & discovered that this issue doesn't appear to be fixed. Then I
went back and noticed the messages in this account. Please send any followup
email to john.mccash@motorolasolutions.com. I applied the same fix as
before, including /usr/include/w32api/windef.h at the beginning of proc.c,
and this allowed the compilation to complete successfully.
John
Original comment by johnmcca...@gmail.com
on 6 Oct 2011 at 2:52
Issue still not fixed in yara-1.7. Went back and applied same fix as before,
inserting the following line at the beginning of proc.c:
#include "/usr/include/w32api/windef.h"
Compilation then proceeds successfuly.
John
Original comment by johnmcca...@gmail.com
on 23 Apr 2013 at 6:01
Another update... I updated to the most recent version of Cygwin, and
recompiled yara again yesterday. This time the above include didn't work.
However explicitly doing
#define WIN32
at the beginning of proc.c did. I believe this is the key define that wasn't
being set before, as well. Mind you, I have no idea where it's really supposed
to be getting set. This may really be a cygwin bug. Nonetheless, I wish you
guys would put in some code to address it.
Thanks
John
Original comment by johnmcca...@gmail.com
on 24 Apr 2013 at 4:42
im trying to compile yara-1.7 and tried with yara-1.6 on cygwin 2.7 and im
still getting this same error. i included in the proc.c file the
/usr/include/w32api/windef.h
but it doesn't seem to work.....any ideas?
Original comment by adime...@gmail.com
on 11 Jul 2013 at 11:58
Original issue reported on code.google.com by
johnmcca...@gmail.com
on 27 Jun 2011 at 2:04