Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Qmail-Scanner-Mail-From: hjb AT base DOT za DOT net via polonium.telkomsa.net X-Qmail-Scanner: 1.16 (Clear:. Processed in 4.296873 secs) X-vSMTP: intekom.com Message-ID: <4022C133.2010507@home> Date: Fri, 06 Feb 2004 00:18:27 +0200 From: Henning User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: compile needs netfilter_ipv4.h Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/