Doesn't build on Ubuntu 14.04.1
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
I have the same problem.
Duplicate of issue #7.
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.