RE: [Plib-devel] New Relesae - When ?
Brought to you by:
sjbaker
From: Norman V. <nh...@ca...> - 2000-06-27 15:35:01
|
Steve Baker writes: > >> >OK - PLIB 1.1.12 is out on the usual web site - check it >> >out. >> > http://plib.sourceforge.net > 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 2) the autoconfig configure stuff needs a little reworking for Cygwin -- I am working on this, will follow up in another message. FWIW except for the <float.h> irritation the current FGFS development tree seems to work just fine with this release of PLib :-)) Cheers Norman |