[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: minor compilation errors/fixes



I will be implementing some changes to fix the problems below. Has anyone had
any problems using the default libFL with glibc-2.2.2-10 under Red Hat 7.1
(iconv() specifically)? I will be building/testing on a machine with Red Hat
7.1 from this point on. Thanks.

              Jonathan Lim  _  Silicon Graphics  _  Mountain View
              GPS Graphics     Computer Systems        CA, USA



On Mon Mar 12 16:46:17 2001, j.jansson@io.tudelft.nl wrote:
> 
> Hi,
> 
> Here are some minor compilation errors and fixes for the latest CVS (I got
> it earlier today), with gcc 2.95.3:
> 
> SoLODV2.c++:
> problem: FLT_MAX undeclared
> fix: <limits.h> should be <float.h> (limits.h is only for integral limits)
> 
> SoGLRenderAction.c++:
> problem: FLT_MAX undeclared
> fix: include <float.h>
> 
> Sb.c++:
> problem: implicit declarations of localtime() and strftime()
> fix: include <time.h>