• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

CFDG install

arp -d *

n00b
Joined
Feb 16, 2004
Messages
14
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:

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
 
Back
Top