ich wollte mal pascalmagick ausprobieren und habe pascalmagick von http://sourceforge.net/projects/lazarus ... p/download installiert.
Dann habe ich das Demo1-Programm aus dem Ordner pascalmagick/Demo1 mit Lazarus gestartet.
Meine Compilereinstellungen sind wie folgt:
Code: Alles auswählen
-MObjFPC -Scgi -O1 -Tlinux -Pi386 -gl -vewnhi -l
-Fi/home/guenter/pascalmagick/c_headers/magick
-Fi/home/guenter/pascalmagick/c_headers/wand
-Fi/home/guenter/pascalmagick/c_headers/Magick++
-Fl/home/guenter/pascalmagick/magick
-Fl/home/guenter/pascalmagick/wand
-Fu/home/guenter/pascalmagick/magick
-Fu/home/guenter/pascalmagick/wand
-Fu.
Code: Alles auswählen
Hint: Start of reading config file /etc/fpc.cfg
Hint: End of reading config file /etc/fpc.cfg
Free Pascal Compiler version 2.4.4-3.1 [2012/01/04] for i386
Copyright (c) 1993-2010 by Florian Klaempfl
Target OS: Linux for i386
Compiling wanddemo.lpr
Compiling /home/guenter/pascalmagick/wand/magick_wand.pas
Compiling /home/guenter/pascalmagick/magick/ImageMagick.pas
Linking wanddemo
/usr/bin/ld: warning: link.res contains output sections; did you forget -T?
/usr/bin/ld: cannot find -lWand
wanddemo.lpr(59,1) Error: Error while linking
/usr/bin/ld: warning: link.res contains output sections; did you forget -T?
/usr/bin/ld: cannot find -lWand
wanddemo.lpr(59,1) Error: Error while linking
wanddemo.lpr(59,1) Fatal: There were 1 errors compiling module, stopping
Hat jemand von Euch Tipps oder Hinweise?
Bis dann ...
MfG
Günter