Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Feb 2005 08:10:20 GMT
From:      "Volker Stolz" <vs@freebsd.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/76580: [PATCH] graphics/kallery: unbreak/update to 1.0.6
Message-ID:  <200502240810.j1O8AKsA097225@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/76580; it has been noted by GNATS.

From: "Volker Stolz" <vs@freebsd.org>
To: freebsd-gnats-submit@freebsd.org, sw@gegenunendlich.de,
	metrol@metrol.net
Cc:  
Subject: Re: ports/76580: [PATCH] graphics/kallery: unbreak/update to 1.0.6
Date: Thu, 24 Feb 2005 09:00:43 +0100

 On 4.x:
 
 checking for ImageMagick pre-processor flags... "-D_THREAD_SAFE -pthread  
 -DQT_THREAD_SUPPORT   -I/usr/local/include -I/usr/local/include   
 -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE  -DHAVE_CONFIG_H  
 -I/usr/local/include"
 checking for ImageMagick linker flags... " -L/usr/local/lib  
 -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib -lfreetype -lz  
 -L/usr/local/lib"
 checking for ImageMagick library settings... "-Wl,-export-dynamic  
 -L/usr/local/lib -L/usr/X11R6/lib -ljpeg  -L/usr/X11R6/lib -lMagick -ljbig  
 -llcms -ltiff -lfreetype -ljasper -ljpeg -lpng -lfpx -ldpstk -ldps -lXext  
 -lXt -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lm"
 checking for ImageMagick version... 6.1.9 (should be OK)
 checking if compilation and linking against ImageMagick works...  
 configure: error: No, it doesn't work. :(
 Wrong or no ImageMagick version found!
 You need at least version 6.1.0 of the headers and libraries. Older  
 versions
 are not good and the compilation may fail even with newer ones.
 The Magick-config script must be in your path.
 Take a look at the end of config.log to see the exact error.
 ===>  Script "configure" failed unexpectedly.
 
 
 config.log:
 configure:31245: checking if compilation and linking against ImageMagick  
 works
 configure:31301: cc -o conftest -O2  -O2 -pipe -g  -D_THREAD_SAFE -pthread  
 -DQT_THREAD_SUPPORT   -I/usr/local/include -I/usr/conftest.c: In function  
 `main':
 conftest.c:26: syntax error before `int'
 conftest.c:27: `num' undeclared (first use in this function)
 conftest.c:27: (Each undeclared identifier is reported only once
 conftest.c:27: for each function it appears in.)
 conftest.c:27: warning: assignment from incompatible pointer type
 
 It looks like even their configure script relies on gcc 3.x
 
 Volker



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502240810.j1O8AKsA097225>