 |
 |
| any tips for compiling current source? |
 |
 |
By chriscapoccia - Posted on July 19, 2004 - 12:46:23 (#13396)
Current version when comment was posted: 5.3.6 |
 |
 |
i downloaded the current stable build (6.0.3) from imagemagick.org, but i can’t compile. i did a “./configure --prefix=/boot/home/config”. configure ran without errors, but make has errors.
|
|
| public header files? |
 |
 |
By jonathandueck - Posted on July 30, 2003 - 16:59:50 (#8371)
Current version when comment was posted: 5.3.6 |
 |
 |
Hi, Thanks for the hint! Just wondering how I might determine which are public header files? Everything that's *.h? Or would "make install" have installed them in a specific place (or would it likely have done so)?
--Jon
|
|
| "make install" is evil ;] |
 |
 |
By ahwayakchih - Posted on July 29, 2003 - 01:50:37 (#8345)
Current version when comment was posted: 5.3.6 |
 |
 |
Don't use it, because usually it throws files everywhere on BeOS hd. Better to "install" by hand. Image Magick is a library so You only have to find imagemagick.so (i'm not sure of that name, maybe it's different) or it's static version *.a and put it into /boot/home/config/lib. Than copy "public" (ie for use from other applications) header files to /boot/home/config/include.
IIRC there are also test/example applications, but it's main use is for developers.
BTW on it's homepage You can find updated (5.5.7) version.
If You're developer than You may also consider using http://www.graphicsmagick.org/ which is said to have more stable ABI, so it's better for use as shared library.
|
|
| Compile fails on Makefile.PL |
 |
 |
By jonathandueck - Posted on July 28, 2003 - 15:25:15 (#8342)
Current version when comment was posted: 5.3.6 |
 |
 |
Hi, I downloaded the source and installed as per the instructions for Unix / Cygwin. I changed the install directory (the option when you configure) to be \boot\apps\ImageMagickInstall (instead of \usr\local). Configure worked no problem.
Make also ran properly.
However, the system errored out (error 2; then error 1) on "make install" -- I get a "Use: command not found" on the file Makefile.PL.
Any ideas on how to get this to compile?
Thanks,
Jon
|
|
| beware of the ....only the source.... |
 |
 |
By frank stein - Posted on June 13, 2003 - 05:15:18 (#7707)
Current version when comment was posted: 5.3.6 |
 |
 |
Only the source is included there are not binaries inside you ought to compile it ;)
|
|
|
|
|