This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

compile needs netfilter_ipv4.h


Hi

I just installed cygwin and am trying to compile 'reaim' which requires 'netfilter_ipv4.h' - a linux kernel header.

Is there a package that contains the cygwin equivalent? or is it safe to simply copy the files it needs from the linux kernel sources?

$ make
gcc -o reaim reaim.c -g -Wall
reaim.c:226:34: linux/netfilter_ipv4.h: No such file or directory
reaim.c: In function `gettranssockname':
reaim.c:546: error: `SO_ORIGINAL_DST' undeclared (first use in this function)
reaim.c:546: error: (Each undeclared identifier is reported only once
reaim.c:546: error: for each function it appears in.)
make: *** [reaim] Error 1


Thanks,
Henning

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]