ImageMagick-6.3.2 / ghostscript-8.54 on Mac OSX
Posted: 2007-02-28T15:12:00-07:00
I'm trying to buid ImageMagic with ghostscript however it always fails the lib test.
Unfortuantely the source wont autoreconf for me due to version issues and the errors/reasons aren't worth the time since anything I do will probably render the source un-useable.
I do have a real developer environment where it is possible to build for multiple Mac architectures (this is not the cause of the failure) and I have several machines that I could permit a developer access if he wishes/requires to perform some tests.
For some library detailsUltimately I could just hack the configure script to achieve my results however I believe that this should be fixed globally for all Mac users.
I'm able to assist I will try to put together a valid lib test while I'm waiting for someone to contact me.
-- BuildSmart
Unfortuantely the source wont autoreconf for me due to version issues and the errors/reasons aren't worth the time since anything I do will probably render the source un-useable.
I do have a real developer environment where it is possible to build for multiple Mac architectures (this is not the cause of the failure) and I have several machines that I could permit a developer access if he wishes/requires to perform some tests.
For some library details
Code: Select all
amavis-stats:~/ root# otool -L /usr/local/lib/libgs.dylib /System/Library/Frameworks/Ghostscript.framework/Ghostscript
/usr/local/lib/libgs.dylib:
/System/Library/Frameworks/Ghostscript.framework/Ghostscript (compatibility version 0.0.0, current version 0.0.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.2)
/usr/lib/libmx.A.dylib (compatibility version 1.0.0, current version 92.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.0.0)
/System/Library/Frameworks/Ghostscript.framework/Ghostscript:
/System/Library/Frameworks/Ghostscript.framework/Ghostscript (compatibility version 0.0.0, current version 0.0.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.2)
/usr/lib/libmx.A.dylib (compatibility version 1.0.0, current version 92.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.0.0)
amavis-stats:~/ root#
I'm able to assist I will try to put together a valid lib test while I'm waiting for someone to contact me.
-- BuildSmart