Re: [tuxracer-devel] Regarding : unistd.h
Status: Beta
Brought to you by:
jfpatry
From: Steve B. <sjb...@ai...> - 2000-10-24 02:58:43
|
Jens Hyllegaard wrote: > > I'm trying to build a Windows version, from the CVS sources. But tuxracer.h > specifies an include file called unistd.h, that is not part of the source. > Is this file part of another program necesary for building TuxRacer? No. unistd.h is the UNIx STanDard library header - for windoze, you don't need it but you WILL need 'windows.h' instead. The bad news is that if the game actually uses many routines from unistd.h, doing the port may be "non-trivial" because stuff in unistd.h is not guaranteed to be present in non-UNIX machines. -- Steve Baker HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sourceforge.net http://tuxaqfh.sourceforge.net http://tuxkart.sourceforge.net http://prettypoly.sourceforge.net |