i'm trying to install CFDG: http://chriscoyne.com/cfdg/index.php
I got an imagemagic binary from: http://www.entropy.ch/software/macosx/welcome.html
and installed it
then I went to /Desktop/cfdg/src
and did 'make'
but i get:
I got an imagemagic binary from: http://www.entropy.ch/software/macosx/welcome.html
and installed it
then I went to /Desktop/cfdg/src
and did 'make'
but i get:
Code:
g++ -o cfdg -I/usr/local/include -Wall -g cfdg.C `Magick++-config --cxxflags --cppflags --ldflags --libs`
/bin/sh: line 1: Magick++-config: command not found
lex.yy.c:1685: warning: `void* yy_flex_realloc(void*, unsigned int)' defined
but not used
lex.yy.c:1168: warning: `void yyunput(int, char*)' defined but not used
ld: Undefined symbols:
Magick::DrawableCircle::~DrawableCircle [in-charge]()
Magick::DrawablePolygon::DrawablePolygon[in-charge](std::list<Magick::Coordinate, std::allocator<Magick::Coordinate> > const&)
Magick::DrawablePolygon::~DrawablePolygon [in-charge]()
Magick::Color::Color[in-charge](char const*)
Magick::Color::Color[in-charge]()
Magick::Color::~Color [in-charge]()
Magick::Image::pixelColor(unsigned, unsigned, Magick::Color const&)
Magick::Image::strokeColor(Magick::Color const&)
Magick::Image::draw(Magick::Drawable const&)
Magick::Image::read(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
Magick::Image::depth(unsigned)
Magick::Image::write(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
Magick::Image::magick(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
Magick::Image::fillColor(Magick::Color const&)
Magick::Image::Image[in-charge](Magick::Geometry const&, Magick::Color const&)
Magick::Image::~Image [in-charge]()
Magick::Drawable::Drawable[in-charge](Magick::DrawableBase const&)
Magick::Drawable::~Drawable [in-charge]()
Magick::Geometry::Geometry[in-charge](char const*)
Magick::Geometry::~Geometry [in-charge]()
vtable for Magick::DrawableBase
vtable for Magick::DrawableCircle
make: *** [cfdg] Error 1