Re: [Plib-devel] New Relesae - When ?
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2000-06-27 23:12:38
|
Norman Vine wrote: > I found 2 minor glitches which I should have seen before > but I guess because I had made the changes in my local CVS > copy they never surfaced till I tried a fresh tarball :-(. > > 1) sg.h -- > > Cygwin needs <float.h> also > > following starts at ~line 15 sg.h > > #ifdef BSD > #include <float.h> > #endif > #ifdef __MWERKS__ > #include <float.h> > #endif > #ifdef WIN32 > #include <float.h> > #endif > #ifdef __CYGWIN__ > #include <float.h> > #endif Hmmm - I thought CygWin asserted 'WIN32' - so it would pick up <float.h> from the previous ifdef. Oh well - evidently not. That change is in CVS now. > 2) the autoconfig configure stuff needs a little reworking > for Cygwin -- I am working on this, > will follow up in another message. OK - thanks. -- 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 |