info-inventor-dev
[Top] [All Lists]

Re: minor compilation errors/fixes

To: j.jansson@xxxxxxxxxxxxx (Johan Jansson)
Subject: Re: minor compilation errors/fixes
From: jlim@xxxxxxxxxxxxxxxxxxxx (Jonathan Lim)
Date: Wed, 2 May 2001 10:41:24 -0700 (PDT)
Cc: info-inventor-dev@xxxxxxxxxxx
In-reply-to: <Pine.LNX.4.21.0103130100450.421-100000@marx.> from "Johan Jansson" at Mar 13, 2001 01:46:17 AM
Sender: owner-info-inventor-dev@xxxxxxxxxxx
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@xxxxxxxxxxxxx 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>

<Prev in Thread] Current Thread [Next in Thread>
  • Re: minor compilation errors/fixes, Jonathan Lim <=