Search found 2 matches
- 08 Nov 2008, 22:38
- Forum: Engine
- Topic: undefined references for devil/tiff/jpeg
- Replies: 1
- Views: 1260
Re: undefined references for devil/tiff/jpeg
Okay, I was able to fix it. I linked in ljpeg, ltiff, and lmng. I also disabled EXR support in DevIL. It builds properly now.
- 08 Nov 2008, 20:55
- Forum: Engine
- Topic: undefined references for devil/tiff/jpeg
- Replies: 1
- Views: 1260
undefined references for devil/tiff/jpeg
I'm trying to build spring from SVN. After running make, i get to "Linking CXX executable spring" followed by a bunch of errors /usr/local/lib/libIL.so: undefined reference to `cmsOpenProfileFromFile' /usr/local/lib/libIL.so: undefined reference to `TIFFReadRGBAImage' /usr/local/lib/libIL....