@narsino wrote:
Hello,
I have followed the instructions in INSTALL.MD and it looks like there were no errors during installation. I am consistently getting the following errors when I try to run any of the examples. I have the same problem when I 'make' in a terminal or Codeblocks.
Any help will be appreciated. Thanks!
||=== Build: Debug in libopenFrameworks (compiler: GNU GCC Compiler) ===|
||=== Build: Debug in emptyExample (compiler: GNU GCC Compiler) ===|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference toTIFFSetTagExtender@LIBTIFF_4.0'|
TIFFGetTagListCount@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference toTIFFTileRowSize@LIBTIFF_4.0'|
TIFFReadDirectory@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference toTIFFGetFieldDefaulted@LIBTIFF_4.0'|
TIFFSwabArrayOfLong@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference toTIFFCurrentDirectory@LIBTIFF_4.0'|
TIFFLastDirectory@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference toTIFFSetMode@LIBTIFF_4.0'|
TIFFIsTiled@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference toTIFFIsByteSwapped@LIBTIFF_4.0'|
TIFFStripSize@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference toTIFFSetSubDirectory@LIBTIFF_4.0'|
TIFFDefaultStripSize@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference toTIFFReadRGBAImage@LIBTIFF_4.0'|
TIFFDataSize@LIBTIFF4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference toTIFFComputeStrip@LIBTIFF_4.0'|
TIFFReadEncodedStrip@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference toTIFFReadTile@LIBTIFF_4.0'|
TIFFMergeFieldInfo@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference toTIFFSetField@LIBTIFF_4.0'|
TIFFWriteScanline@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference toTIFFDataWidth@LIBTIFF_4.0'|
TIFFGetField@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference toTIFFScanlineSize@LIBTIFF_4.0'|
TIFFFieldWithTag@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference toTIFFWriteDirectory@LIBTIFF_4.0'|
TIFFTileSize@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference toTIFFSetDirectory@LIBTIFF_4.0'|
TIFFReadEXIFDirectory@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference toTIFFGetTagListEntry@LIBTIFF_4.0'|
TIFFClose@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to `TIFFClientOpen@LIBTIFF_4.0'|
||=== Build failed: 33 error(s), 0 warning(s) (0 minute(s), 6 second(s)) ===|
Posts: 2
Participants: 2