Compiling C code

K Anderson freebsduser at attbi.com
Mon Jun 16 17:30:10 PDT 2003



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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at 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



More information about the freebsd-questions mailing list