Hi,
On ubuntu 12.10 I'm trying to compile blender, which fails with this:
| Quote: |
Linking CXX executable ../../bin/blender
/opt/lib/oiio/lib/libOpenImageIO.a(tiffinput.cpp.o): In function `OpenImageIO::v1_1::TIFFInput::readspec(bool)':
tiffinput.cpp:(.text+0x1fa6): undefined reference to `TIFFFindField'
tiffinput.cpp:(.text+0x2e47): undefined reference to `TIFFFindField'
collect2: error: ld returned 1 exit status
|
/opt/lib/oiio has been installed by the install.sh provided by blender.
I'm sure this is a fault on my part, libraries and whatnot but this time I'm at a loss where to look for the issue, oiio ? libtiff ?
Help is appreciated greatly,
wzzl
So,
I have libtiff4 and libtiff4-dev installed. but also libtiff5 for conky.
Uninstalled libtiff4-dev, installed libtiff5-dev instead, links A-OK !
Wzzl