Andreas Metzler <ametz...@downhill.at.eu.org> wrote:
[...]
> cvs head shows the same error.

FWIW Github does not build:
[...]
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config
 -pipe -g -O2 -pthread -c IexMathFpu.cpp  -fPIC -DPIC -o .libs/IexMathFpu.o
IexMathFpu.cpp:116:15: error: 'uint16_t' does not name a type
IexMathFpu.cpp:125:8: error: variable or field 'setCw' declared void
IexMathFpu.cpp:125:8: error: 'uint16_t' was not declared in this scope

Adding '#include <stdint.h>' yields a new error:
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex 
-I../config -pipe -g -O2 -pthread -c IexMathFpu.cpp  -fPIC -DPIC -o 
.libs/IexMathFpu.o
IexMathFpu.cpp: In function 'void Iex::FpuControl::restoreControlRegs(const 
ucontext_t&, bool)':
IexMathFpu.cpp:231:38: error: 'struct _libc_fpstate' has no member named 'cwd'
IexMathFpu.cpp:232:40: error: 'struct _libc_fpstate' has no member named 'mxcsr'

cu andreas

-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


_______________________________________________
Openexr-devel mailing list
Openexr-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/openexr-devel

Reply via email to