Giter VIP home page Giter VIP logo

Comments (5)

plusvic avatar plusvic commented on July 22, 2024

From [email protected] on August 04, 2011 04:59:26

Should be fixed in version 1.6.

Status: Fixed

from yara.

plusvic avatar plusvic commented on July 22, 2024

From [email protected] on October 06, 2011 07:52:48

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 [email protected]. 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

from yara.

plusvic avatar plusvic commented on July 22, 2024

From [email protected] on April 23, 2013 11:01:47

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

from yara.

plusvic avatar plusvic commented on July 22, 2024

From [email protected] on April 24, 2013 09:42:10

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

from yara.

plusvic avatar plusvic commented on July 22, 2024

From [email protected] on July 11, 2013 04:58:44

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?

from yara.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.