Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 1999 10:14:37 +0100
From:      Andreas Klemm <andreas@klemm.gtn.com>
To:        SungGon Yi <skon@stats.snu.ac.kr>, ports@FreeBSD.ORG
Subject:   Re: I can't complie graphic/imlib in FreeBSD-current..
Message-ID:  <19990103101437.A26865@klemm.gtn.com>
In-Reply-To: <199901021605.BAA12020@stats.snu.ac.kr>; from SungGon Yi on Sun, Jan 03, 1999 at 01:05:34AM %2B0900
References:  <199901021605.BAA12020@stats.snu.ac.kr>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 03, 1999 at 01:05:34AM +0900, SungGon Yi wrote:
> When I was compiling graphic/imlib, this message is occured...
> ---------
> checking for gtk-config... /usr/X11R6/bin/gtk11d-config
> checking for GTK - version >= 1.0.0... no
> *** Could not run GTK 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 GTK was incorrectly installed
> *** or that you have moved GTK since it was installed. In the latter case, you
> *** may want to edit the gtk-config script: /usr/X11R6/bin/gtk11d-config
> configure: warning: *** gdk_imlib will not be built ***
> checking how to run the C preprocessor... cc -E
> checking for ANSI C header files... ^C
> ---------
> Thus, gdk_imlib was not made.
> 
> But I have gtk-1.1.11
> ---------
> $ gtk11d-config --version
> 1.1.11
> ---------
> 
> Why?

This happens because the test program (generated by configure)
fails to build. If you look into config.log, you'll see why.
A function has not been resolved. dgettext if I remember right.
If you browse through the gtk11-devel sources, then you'll find
a definition for the dgettext function. But it's only enabled,
if you build gtk11-devel without NLS.

I already wrote this to ports, see my other mail. Vanilla is already
working on this.

-- 
Andreas Klemm                                http://www.FreeBSD.ORG/~andreas
     What gives you 90% more speed, for example, in kernel compilation ?
          http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html
             "NT = Not Today" (Maggie Biggs)      ``powered by FreeBSD SMP''

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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