Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2003 13:21:58 -0700
From:      K Anderson <freebsduser@attbi.com>
To:        Ronj_clark@yahoo.com
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Compiling C code
Message-ID:  <3EEE26E6.5000002@attbi.com>
References:  <20030616194629.73936.qmail@web10003.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EEE26E6.5000002>