-
Notifications
You must be signed in to change notification settings - Fork 70
unable to compile #13
Description
Hi,
I am unable to compile Field3d.
I am using Ubuntu 64bit 11.04
mohan@ubuntu:~/Downloads/imageworks-Field3D-7b8b5d9$ scons
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
g++ -o build/linux2/m32/release/ClassFactory.os -c -O3 -Wall -m32 -fPIC -I/usr/local/include -I/usr/local/include/OpenEXR -Iexport src/ClassFactory.cpp
g++ -o build/linux2/m32/release/DenseFieldIO.os -c -O3 -Wall -m32 -fPIC -I/usr/local/include -I/usr/local/include/OpenEXR -Iexport src/DenseFieldIO.cpp
g++ -o build/linux2/m32/release/Field.os -c -O3 -Wall -m32 -fPIC -I/usr/local/include -I/usr/local/include/OpenEXR -Iexport src/Field.cpp
g++ -o build/linux2/m32/release/Field3DFile.os -c -O3 -Wall -m32 -fPIC -I/usr/local/include -I/usr/local/include/OpenEXR -Iexport src/Field3DFile.cpp
In file included from export/StdMathLib.h:47:0,
from export/Types.h:53,
from export/Traits.h:55,
from export/Field.h:55,
from export/ClassFactory.h:50,
from src/ClassFactory.cpp:44:
/usr/include/OpenEXR/ImathRoots.h:46:23: fatal error: ImathMath.h: No such file or directory
compilation terminated.
scons: *** [build/linux2/m32/release/ClassFactory.os] Error 1
In file included from export/StdMathLib.h:47:0,
from export/Types.h:53,
from export/Traits.h:55,
from export/Field.h:55,
from src/Field.cpp:44:
/usr/include/OpenEXR/ImathRoots.h:46:23: fatal error: ImathMath.h: No such file or directory
compilation terminated.
scons: *** [build/linux2/m32/release/Field.os] Error 1
In file included from export/StdMathLib.h:47:0,
from export/Types.h:53,
from export/Traits.h:55,
from export/Field.h:55,
from export/DenseField.h:51,
from export/DenseFieldIO.h:55,
from src/DenseFieldIO.cpp:44:
/usr/include/OpenEXR/ImathRoots.h:46:23: fatal error: ImathMath.h: No such file or directory
compilation terminated.
scons: *** [build/linux2/m32/release/DenseFieldIO.os] Error 1
In file included from export/StdMathLib.h:47:0,
from export/Types.h:53,
from export/Traits.h:55,
from export/Field.h:55,
from export/EmptyField.h:51,
from export/Field3DFile.h:60,
from src/Field3DFile.cpp:54:
/usr/include/OpenEXR/ImathRoots.h:46:23: fatal error: ImathMath.h: No such file or directory
compilation terminated.
scons: *** [build/linux2/m32/release/Field3DFile.os] Error 1
scons: building terminated because of errors.