[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Openexr-devel] CVS 1.1.0 "make check" problem
From: |
Drew Hess |
Subject: |
Re: [Openexr-devel] CVS 1.1.0 "make check" problem |
Date: |
Fri, 16 Jan 2004 15:35:45 -0800 (PST) |
Hi Wayne,
Try including math.h in testTiledCompression.cpp, does that fix the
problem?
-dwh-
On Fri, 16 Jan 2004, Wayne Wooten wrote:
>
> I am new here and was wondering if this is the
> correct venue to post a bug report for the new
> CVS tree 1.1.0 made available recently?
>
> When trying to do 'make check' with gcc3.3 on Mac-OSX
> 10.3 I get the following error:
>
> testTiledCompression.cpp: In function `void
> <unnamed>::fillPixels4(Imf::Array2D<unsigned int>&,
> Imf::Array2D<half>&,
> Imf::Array2D<float>&, int, int)':
> testTiledCompression.cpp:147: error: `isnan' undeclared (first use this
> function)
> testTiledCompression.cpp:147: error: (Each undeclared identifier is
> reported
> only once for each function it appears in.)
> make[2]: *** [testTiledCompression.o] Error 1
>
> I wasn't quite able to figure out why it is giving this error,
> since isnan() seems to be defined in the math.h include
> files for OS-X.
>
> --Wayne
>
> Pixar Animation Studios
>
>
>
> _______________________________________________
> Openexr-devel mailing list
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/openexr-devel
>
>