Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

Not able to run the examples in Ubuntu 14.04 from fresh installation

$
0
0

@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 to TIFFSetTagExtender@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
TIFFGetTagListCount@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to TIFFTileRowSize@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
TIFFReadDirectory@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to TIFFGetFieldDefaulted@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
TIFFSwabArrayOfLong@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to TIFFCurrentDirectory@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
TIFFLastDirectory@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to TIFFSetMode@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
TIFFIsTiled@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to TIFFIsByteSwapped@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
TIFFStripSize@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to TIFFSetSubDirectory@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
TIFFDefaultStripSize@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to TIFFReadRGBAImage@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
TIFFDataSize@LIBTIFF4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to TIFFComputeStrip@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
TIFFReadEncodedStrip@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to TIFFReadTile@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
TIFFMergeFieldInfo@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to TIFFSetField@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
TIFFWriteScanline@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to TIFFDataWidth@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
TIFFGetField@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to TIFFScanlineSize@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
TIFFFieldWithTag@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to TIFFWriteDirectory@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
TIFFTileSize@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to TIFFSetDirectory@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
TIFFReadEXIFDirectory@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to TIFFGetTagListEntry@LIBTIFF_4.0'|
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libfreeimage.so||undefined reference to
TIFFClose@LIBTIFF_4.0'|
/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

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles