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


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

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to