Opened 19 years ago

Last modified 8 years ago

#4666 closed defect

gimp2 / gimp-print — at Initial Version

Reported by: fabianwenk (Fabian Wenk) Owned by: darwinports-bugs@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: gimp2

Description

When installing gimp2 the following error occurs (did a port selfudpate/sync just before):

---8<---------------------------------------------- checking for gimpprint-config... /opt/local/bin/gimpprint-config checking for GIMP-PRINT - version >= 4.2.0... no * Could not run GIMP-PRINT test program, checking why... * The test program failed to compile or link. See the file config.log for the * exact error that occured. This usually means GIMP-PRINT was incorrectly * installed or that you have moved GIMP-PRINT since it was installed. In the * latter case, you may want to edit the gimpprint-config script: * /opt/local/bin/gimpprint-config configure: error: * Check for libgimpprint failed. You can download it from * http://gimp-print.sourceforge.net/ or you can build without it by passing * --disable-print to configure (but you won't be able to print then).

Warning: the following items did not execute (for gimp2): com.apple.activate com .apple.configure com.apple.build com.apple.destroot com.apple.archive com.apple. install ---8<----------------------------------------------

See also the config.log in the Attachment.

fabian@flashback:~$ /opt/local/bin/gimpprint-config --version 4.2.6

After adding ' -lintl' in /opt/local/bin/gimpprint-config according to http://bugzilla.opendarwin.org/show_bug.cgi?id=2822 gimp2 does configure and build just fine:

---8<---------------------------------------------- --- /opt/local/bin/gimpprint-config-dist Fri Aug 26 04:25:37 2005 +++ /opt/local/bin/gimpprint-config Fri Aug 26 04:56:46 2005 @@ -1,6 +1,6 @@

#!/bin/sh

-gimpprint_libs="-lgimpprint -lm" +gimpprint_libs="-lgimpprint -lm -lintl"

gimpprint_cflags=""

prefix=/opt/local

---8<----------------------------------------------

Change History (1)

Changed 19 years ago by fabianwenk (Fabian Wenk)

Attachment: config.log added

config.log of gimp2

Note: See TracTickets for help on using tickets.