
Hi,
I try to install FIRE on my Mac OS X Mountain Lion 10.8.5. I use Eclipse for C++, attached is how I setup the Fire project in Eclispe.
I am stuck by the installation for 2 days and I don't think I can find the solution without your help. Here is the entire error message:
10:31:58 **** Build of configuration Debug for project BBB ****
make all
Building file: ../src/basefeature.cpp
Invoking: GCC C++ Compiler
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/basefeature.d" -MT"src/basefeature.d" -o "src/basefeature.o" "../src/basefeature.cpp"
Finished building: ../src/basefeature.cpp
Building file: ../src/diag.cpp
Invoking: GCC C++ Compiler
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/diag.d" -MT"src/diag.d" -o "src/diag.o" "../src/diag.cpp"
Finished building: ../src/diag.cpp
Building file: ../src/extractcolorhistogram.cpp
Invoking: GCC C++ Compiler
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/extractcolorhistogram.d" -MT"src/extractcolorhistogram.d" -o "src/extractcolorhistogram.o" "../src/extractcolorhistogram.cpp"
In file included from ../src/extractcolorhistogram.cpp:20:
../src/getpot.hpp:1138:34: warning: initialization of pointer of type 'const char *' to null from a constant boolean expression [-Wbool-conversion]
if( ! search_loop_f ) return false;
^~~~~
In file included from ../src/extractcolorhistogram.cpp:23:
In file included from ../src/imagefeature.hpp:26:
In file included from ../src/Magick++.h:9:
In file included from ../src/Magick++/Include.h:13:
../src/Magick++/../magick/magick-config.h:29:3: warning: "you should set MAGICKCORE_QUANTUM_DEPTH to sensible default set it to configure time default" [-W#warnings]
# warning "you should set MAGICKCORE_QUANTUM_DEPTH to sensible default set it to configure time default"
^
../src/Magick++/../magick/magick-config.h:30:3: warning: "this is an obsolete behavior please fix your makefile" [-W#warnings]
# warning "this is an obsolete behavior please fix your makefile"
^
../src/Magick++/../magick/magick-config.h:52:3: warning: "you should set MAGICKCORE_HDRI_ENABLE to sensible default set it to configure time default" [-W#warnings]
# warning "you should set MAGICKCORE_HDRI_ENABLE to sensible default set it to configure time default"
^
../src/Magick++/../magick/magick-config.h:53:3: warning: "this is an obsolete behavior please fix yours makefile" [-W#warnings]
# warning "this is an obsolete behavior please fix yours makefile"
^
5 warnings generated.
Finished building: ../src/extractcolorhistogram.cpp
Building file: ../src/gzstream.cpp
Invoking: GCC C++ Compiler
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/gzstream.d" -MT"src/gzstream.d" -o "src/gzstream.o" "../src/gzstream.cpp"
Finished building: ../src/gzstream.cpp
Building file: ../src/histogramfeature.cpp
Invoking: GCC C++ Compiler
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/histogramfeature.d" -MT"src/histogramfeature.d" -o "src/histogramfeature.o" "../src/histogramfeature.cpp"
Finished building: ../src/histogramfeature.cpp
Building file: ../src/imagefeature.cpp
Invoking: GCC C++ Compiler
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/imagefeature.d" -MT"src/imagefeature.d" -o "src/imagefeature.o" "../src/imagefeature.cpp"
In file included from ../src/imagefeature.cpp:18:
In file included from ../src/imagefeature.hpp:26:
In file included from ../src/Magick++.h:9:
In file included from ../src/Magick++/Include.h:13:
../src/Magick++/../magick/magick-config.h:29:3: warning: "you should set MAGICKCORE_QUANTUM_DEPTH to sensible default set it to configure time default" [-W#warnings]
# warning "you should set MAGICKCORE_QUANTUM_DEPTH to sensible default set it to configure time default"
^
../src/Magick++/../magick/magick-config.h:30:3: warning: "this is an obsolete behavior please fix your makefile" [-W#warnings]
# warning "this is an obsolete behavior please fix your makefile"
^
../src/Magick++/../magick/magick-config.h:52:3: warning: "you should set MAGICKCORE_HDRI_ENABLE to sensible default set it to configure time default" [-W#warnings]
# warning "you should set MAGICKCORE_HDRI_ENABLE to sensible default set it to configure time default"
^
../src/Magick++/../magick/magick-config.h:53:3: warning: "this is an obsolete behavior please fix yours makefile" [-W#warnings]
# warning "this is an obsolete behavior please fix yours makefile"
^
4 warnings generated.
Finished building: ../src/imagefeature.cpp
Building file: ../src/vectorfeature.cpp
Invoking: GCC C++ Compiler
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/vectorfeature.d" -MT"src/vectorfeature.d" -o "src/vectorfeature.o" "../src/vectorfeature.cpp"
Finished building: ../src/vectorfeature.cpp
Building target: BBB
Invoking: MacOS X C++ Linker
g++ -L"/Users/nhontuan/Desktop/download Sep/ImageMagick-6.8.7/lib/ImageMagick-6.8.7/config-Q16" -o "BBB" ./src/basefeature.o ./src/diag.o ./src/extractcolorhistogram.o ./src/gzstream.o ./src/histogramfeature.o ./src/imagefeature.o ./src/vectorfeature.o
Undefined symbols for architecture x86_64:
"Magick::Color::Color(char const*)", referenced from:
ImageFeature::makeMagickImage(unsigned int const&, unsigned int const&, unsigned int const&) const in imagefeature.o
"Magick::Color::~Color()", referenced from:
ImageFeature::load(std::string const&, bool) in imagefeature.o
ImageFeature::makeMagickImage(unsigned int const&, unsigned int const&, unsigned int const&) const in imagefeature.o
"Magick::Image::colorSpace(MagickCore::ColorspaceType)", referenced from:
ImageFeature::makeMagickImage(unsigned int const&, unsigned int const&, unsigned int const&) const in imagefeature.o
"Magick::Image::pixelColor(long, long, Magick::Color const&)", referenced from:
ImageFeature::makeMagickImage(unsigned int const&, unsigned int const&, unsigned int const&) const in imagefeature.o
"Magick::Image::syncPixels()", referenced from:
ImageFeature::makeMagickImage(unsigned int const&, unsigned int const&, unsigned int const&) const in imagefeature.o
"Magick::Image::read(std::string const&)", referenced from:
ImageFeature::load(std::string const&, bool) in imagefeature.o
"Magick::Image::write(std::string const&)", referenced from:
ImageFeature::save(std::string const&, unsigned int const&, unsigned int const&, unsigned int const&) in imagefeature.o
"Magick::Image::display()", referenced from:
ImageFeature::display(unsigned int const&, unsigned int const&, unsigned int const&) const in imagefeature.o
"Magick::Image::quality(unsigned long)", referenced from:
ImageFeature::makeMagickImage(unsigned int const&, unsigned int const&, unsigned int const&) const in imagefeature.o
"Magick::Image::Image(Magick::Geometry const&, Magick::Color const&)", referenced from:
ImageFeature::makeMagickImage(unsigned int const&, unsigned int const&, unsigned int const&) const in imagefeature.o
"Magick::Image::Image()", referenced from:
ImageFeature::load(std::string const&, bool) in imagefeature.o
"Magick::Image::~Image()", referenced from:
ImageFeature::load(std::string const&, bool) in imagefeature.o
ImageFeature::makeMagickImage(unsigned int const&, unsigned int const&, unsigned int const&) const in imagefeature.o
ImageFeature::display(unsigned int const&, unsigned int const&, unsigned int const&) const in imagefeature.o
ImageFeature::save(std::string const&, unsigned int const&, unsigned int const&, unsigned int const&) in imagefeature.o
"Magick::ColorRGB::ColorRGB(double, double, double)", referenced from:
ImageFeature::makeMagickImage(unsigned int const&, unsigned int const&, unsigned int const&) const in imagefeature.o
"Magick::ColorRGB::ColorRGB()", referenced from:
ImageFeature::load(std::string const&, bool) in imagefeature.o
"Magick::ColorRGB::~ColorRGB()", referenced from:
ImageFeature::load(std::string const&, bool) in imagefeature.o
ImageFeature::makeMagickImage(unsigned int const&, unsigned int const&, unsigned int const&) const in imagefeature.o
"Magick::ColorRGB::operator=(Magick::Color const&)", referenced from:
ImageFeature::load(std::string const&, bool) in imagefeature.o
"Magick::Geometry::Geometry(unsigned long, unsigned long, long, long, bool, bool)", referenced from:
ImageFeature::makeMagickImage(unsigned int const&, unsigned int const&, unsigned int const&) const in imagefeature.o
"Magick::Geometry::~Geometry()", referenced from:
ImageFeature::makeMagickImage(unsigned int const&, unsigned int const&, unsigned int const&) const in imagefeature.o
"Magick::ColorGray::ColorGray(double)", referenced from:
ImageFeature::makeMagickImage(unsigned int const&, unsigned int const&, unsigned int const&) const in imagefeature.o
"Magick::ColorGray::ColorGray()", referenced from:
ImageFeature::load(std::string const&, bool) in imagefeature.o
"Magick::ColorGray::~ColorGray()", referenced from:
ImageFeature::load(std::string const&, bool) in imagefeature.o
ImageFeature::makeMagickImage(unsigned int const&, unsigned int const&, unsigned int const&) const in imagefeature.o
"Magick::Image::colorSpace() const", referenced from:
ImageFeature::load(std::string const&, bool) in imagefeature.o
"Magick::Image::constImage() const", referenced from:
Magick::Image::columns() const in imagefeature.o
Magick::Image::rows() const in imagefeature.o
"Magick::Image::pixelColor(long, long) const", referenced from:
ImageFeature::load(std::string const&, bool) in imagefeature.o
"_gzclose", referenced from:
gzstreambuf::close() in gzstream.o
"_gzopen", referenced from:
gzstreambuf::open(char const*, int) in gzstream.o
"_gzread", referenced from:
gzstreambuf::underflow() in gzstream.o
"_gzwrite", referenced from:
gzstreambuf::flush_buffer() in gzstream.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [BBB] Error 1
10:32:03 Build Finished (took 4s.745ms)
-------------------------------------------------------------------------------------