From owner-freebsd-questions@FreeBSD.ORG Mon Jun 16 17:30:10 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 375FD37B401 for ; Mon, 16 Jun 2003 17:30:10 -0700 (PDT) Received: from sccrmhc13.attbi.com (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68B9943F75 for ; Mon, 16 Jun 2003 17:30:09 -0700 (PDT) (envelope-from freebsduser@attbi.com) Received: from attbi.com (12-225-141-88.client.attbi.com[12.225.141.88](misconfigured sender)) by attbi.com (sccrmhc13) with SMTP id <20030616201743016001jo2be>; Mon, 16 Jun 2003 20:17:43 +0000 Message-ID: <3EEE26E6.5000002@attbi.com> Date: Mon, 16 Jun 2003 13:21:58 -0700 From: K Anderson User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ronj_clark@yahoo.com References: <20030616194629.73936.qmail@web10003.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Questions Subject: Re: Compiling C code X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2003 00:30:10 -0000 Ronnie Clark wrote: > Hello all, > > I am trying to compile some C code and I get the > following errors: > windows.h: No such file or directory > > Is there a library that I can install on my FreeBSD > 4.8 STABLE box to fix these silly errors??? > > Thanks in advance for the help, > Ron Clark > > __________________________________ > Do you Yahoo!? > SBC Yahoo! DSL - Now only $29.95 per month! > http://sbc.yahoo.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Sounds Windows specific. So I happen to check my CygWin project installation area and found a .h by that name in it. /cygwin/usr/include/w32api/windows.h Looks like you'll have to use cygwin or adapt the windows.h to work on what ever system the binary is finally going to run on. HTH