Discussion:
[Openexr-user] CTL bug
Gonzalo Garramuño
2008-02-14 20:07:03 UTC
Permalink
The expression:

const float lut3DMin[3] = { FLT_MIN, FLT_MIN, FLT_MIN };
const float lut3DMax[3] = { FLT_MAX, FLT_MAX, FLT_MAX };

results in the following error when compiling:

Reference-counted pointer assignment failed; the left-hand and
right-hand side types are incompatible (PKN3Ctl8RcObjectE,
N3Ctl12SimdNameNodeE).
--
Gonzalo Garramuño
***@advancedsl.com.ar

AMD4400 - ASUS48N-E
GeForce7300GT
Xubuntu Gutsy
Florian Kainz
2008-02-29 21:52:09 UTC
Permalink
Hi Gonzalo,

a fix for this bug has been checked into CVS.
Changed files include IlmCtl/CtlSimdSyntaxTree.cpp
and IlmCtlTest/testArray.ctl.

Florian
Post by Gonzalo Garramuño
const float lut3DMin[3] = { FLT_MIN, FLT_MIN, FLT_MIN };
const float lut3DMax[3] = { FLT_MAX, FLT_MAX, FLT_MAX };
Reference-counted pointer assignment failed; the left-hand and
right-hand side types are incompatible (PKN3Ctl8RcObjectE,
N3Ctl12SimdNameNodeE).
Loading...