mss-saliency icon indicating copy to clipboard operation
mss-saliency copied to clipboard

Doesn't build on Ubuntu 14.04.1

Open ctand opened this issue 11 years ago • 3 comments

Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-37-generic x86_64) gcc version 4.8.2

Building target: SaliencyDetector Invoking: GCC C++ Linker g++ Magick++-config --cppflags --cxxflags -o"SaliencyDetector" ./src/ImageLoader.o ./src/SaliencyDetector.o ./src/SymmetricSurroundSaliency.o Magick++-config --ldflags --libs ./src/ImageLoader.o: file not recognized: File format not recognized collect2: error: ld returned 1 exit status make: *** [SaliencyDetector] Error 1

ctand avatar Jan 15 '15 00:01 ctand

I have the same problem.

mdi avatar Jan 31 '15 15:01 mdi

Duplicate of issue #7.

mdi avatar Jan 31 '15 16:01 mdi

I'm no expert, but I just had the same issue and after some googling found and tried this.

make clean
make all

Not sure what it did, but it installed for me after that.

OrderAndCh4oS avatar Jul 24 '15 12:07 OrderAndCh4oS