Date: Wed, 20 Nov 2002 00:28:51 -0800 (PST) From: "Bryan K. Ogawa" <bko@unobvious.com> To: gnome@freebsd.org Subject: build of gtk-2.0.8 breaks when old GLIB installed: Message-ID: <Pine.BSF.4.44.0211200026470.80712-300000@foo.fake.primenet.com>
index | next in thread | raw e-mail
[-- Attachment #1 --]
hi, I just tried to build gtk-2.0.8 and it failed at configure with this:
....
checking for pkg-config... /usr/local/bin/pkg-config
checking for glib-2.0 >= 2.0.6 atk >= 1.0.1 pango >= 1.0.1... Requested
'glib-2.0 >= 2.0.6' but version of GLib is 2.0.4
configure: error: Library requirements (glib-2.0 >= 2.0.6 atk >= 1.0.1
pango >= 1.0.1) not met; consider adjusting the PKG_CONFIG_PATH
environment variable if your libraries are in a nonstandard prefix so
pkg-config can find them.
===> Script "configure" failed unexpectedly.
Please report the problem to gnome@FreeBSD.org [maintainer] and attach
the "/usr/ports/x11-toolkits/gtk20/work/gtk+-2.0.8/config.log" including
the output of the failure of your make command. Also, it might be a
good idea to provide an overview of all packages installed on your
system (e.g. an `ls /var/db/pkg`).
obviously, the problem is that glib wasn't upgraded. this should probably
be reflected in the port makefiles.
thanks.
--
bryan k ogawa <bko@unobvious.com> http://www.unobvious.com/
[-- Attachment #2 --]
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.54. Invocation command line was
$ ./configure --enable-static --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --prefix=/usr/X11R6 --target=i386-unknown-freebsd4.6
## --------- ##
## Platform. ##
## --------- ##
hostname = ben.fake.primenet.com
uname -m = i386
uname -r = 4.6-STABLE
uname -s = FreeBSD
uname -v = FreeBSD 4.6-STABLE #0: Sat Aug 3 14:46:24 PDT 2002 bko@ben.fake.primenet.com:/usr/obj/usr/src/sys/BEN
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /home/bko/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1575: checking for a BSD-compatible install
configure:1629: result: /usr/bin/install -c -o root -g wheel
configure:1640: checking whether build environment is sane
configure:1683: result: yes
configure:1698: checking whether make sets ${MAKE}
configure:1718: result: yes
configure:1741: checking for working aclocal-1.4
configure:1752: result: missing
configure:1756: checking for working autoconf
configure:1763: result: found
configure:1771: checking for working automake-1.4
configure:1782: result: missing
configure:1786: checking for working autoheader
configure:1793: result: found
configure:1801: checking for working makeinfo
configure:1808: result: found
configure:1871: checking for gcc
configure:1897: result: cc
configure:2139: checking for C compiler version
configure:2142: cc --version </dev/null >&5
2.95.4
configure:2145: $? = 0
configure:2147: cc -v </dev/null >&5
Using builtin specs.
gcc version 2.95.4 20020320 [FreeBSD]
configure:2150: $? = 0
configure:2152: cc -V </dev/null >&5
cc: argument to `-V' is missing
configure:2155: $? = 1
configure:2175: checking for C compiler default output
configure:2178: cc -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib conftest.c >&5
configure:2181: $? = 0
configure:2215: result: a.out
configure:2220: checking whether the C compiler works
configure:2226: ./a.out
configure:2229: $? = 0
configure:2244: result: yes
configure:2251: checking whether we are cross compiling
configure:2253: result: no
configure:2256: checking for suffix of executables
configure:2258: cc -o conftest -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib conftest.c >&5
configure:2261: $? = 0
configure:2284: result:
configure:2290: checking for suffix of object files
configure:2308: cc -c -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c >&5
configure:2311: $? = 0
configure:2330: result: o
configure:2334: checking whether we are using the GNU C compiler
configure:2355: cc -c -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c >&5
configure:2358: $? = 0
configure:2361: test -s conftest.o
configure:2364: $? = 0
configure:2376: result: yes
configure:2382: checking whether cc accepts -g
configure:2400: cc -c -g -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c >&5
configure:2403: $? = 0
configure:2406: test -s conftest.o
configure:2409: $? = 0
configure:2419: result: yes
configure:2436: checking for cc option to accept ANSI C
configure:2493: cc -c -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c >&5
configure:2496: $? = 0
configure:2499: test -s conftest.o
configure:2502: $? = 0
configure:2519: result: none needed
configure:2537: cc -c -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c >&5
conftest.c:2: syntax error before `me'
configure:2540: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure:2711: checking build system type
configure:2729: result: i386-unknown-freebsd4.6
configure:2737: checking host system type
configure:2751: result: i386-unknown-freebsd4.6
configure:2781: checking for ld used by GCC
configure:2844: result: /usr/libexec/elf/ld
configure:2853: checking if the linker (/usr/libexec/elf/ld) is GNU ld
GNU ld version 2.11.2 20010719 [FreeBSD] (with BFD 2.11.2 20010719 [FreeBSD])
configure:2865: result: yes
configure:2870: checking for /usr/libexec/elf/ld option to reload object files
configure:2877: result: -r
configure:2882: checking for BSD-compatible nm
configure:2918: result: /usr/bin/nm -B
configure:2921: checking for a sed that does not truncate output
configure:3003: result: /usr/bin/sed
configure:3006: checking whether ln -s works
configure:3010: result: yes
configure:3017: checking how to recognise dependent libraries
configure:3198: result: pass_all
configure:3211: checking command to parse /usr/bin/nm -B output
configure:3295: cc -c -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c >&5
configure:3298: $? = 0
configure:3302: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:3305: $? = 0
configure:3357: cc -o conftest -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib conftest.c conftstm.o >&5
configure:3360: $? = 0
configure:3404: result: ok
configure:3413: checking how to run the C preprocessor
configure:3439: cc -E -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c
configure:3445: $? = 0
configure:3472: cc -E -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c
configure:3469: ac_nonexistent.h: No such file or directory
configure:3478: $? = 1
configure: failed program was:
#line 3468 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3515: result: cc -E
configure:3530: cc -E -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c
configure:3536: $? = 0
configure:3563: cc -E -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c
configure:3560: ac_nonexistent.h: No such file or directory
configure:3569: $? = 1
configure: failed program was:
#line 3559 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3609: checking for egrep
configure:3619: result: grep -E
configure:3624: checking for ANSI C header files
configure:3638: cc -E -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c
configure:3644: $? = 0
configure:3731: cc -o conftest -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib conftest.c >&5
configure:3734: $? = 0
configure:3736: ./conftest
configure:3739: $? = 0
configure:3753: result: yes
configure:3777: checking for sys/types.h
configure:3790: cc -c -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c >&5
configure:3793: $? = 0
configure:3796: test -s conftest.o
configure:3799: $? = 0
configure:3809: result: yes
configure:3777: checking for sys/stat.h
configure:3790: cc -c -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c >&5
configure:3793: $? = 0
configure:3796: test -s conftest.o
configure:3799: $? = 0
configure:3809: result: yes
configure:3777: checking for stdlib.h
configure:3790: cc -c -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c >&5
configure:3793: $? = 0
configure:3796: test -s conftest.o
configure:3799: $? = 0
configure:3809: result: yes
configure:3777: checking for string.h
configure:3790: cc -c -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c >&5
configure:3793: $? = 0
configure:3796: test -s conftest.o
configure:3799: $? = 0
configure:3809: result: yes
configure:3777: checking for memory.h
configure:3790: cc -c -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c >&5
configure:3793: $? = 0
configure:3796: test -s conftest.o
configure:3799: $? = 0
configure:3809: result: yes
configure:3777: checking for strings.h
configure:3790: cc -c -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c >&5
configure:3793: $? = 0
configure:3796: test -s conftest.o
configure:3799: $? = 0
configure:3809: result: yes
configure:3777: checking for inttypes.h
configure:3790: cc -c -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c >&5
configure:3793: $? = 0
configure:3796: test -s conftest.o
configure:3799: $? = 0
configure:3809: result: yes
configure:3777: checking for stdint.h
configure:3790: cc -c -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c >&5
configure:3819: stdint.h: No such file or directory
configure:3793: $? = 1
configure: failed program was:
#line 3783 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <stdint.h>
configure:3809: result: no
configure:3777: checking for unistd.h
configure:3790: cc -c -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c >&5
configure:3793: $? = 0
configure:3796: test -s conftest.o
configure:3799: $? = 0
configure:3809: result: yes
configure:3835: checking dlfcn.h usability
configure:3844: cc -c -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c >&5
configure:3847: $? = 0
configure:3850: test -s conftest.o
configure:3853: $? = 0
configure:3862: result: yes
configure:3866: checking dlfcn.h presence
configure:3873: cc -E -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c
configure:3879: $? = 0
configure:3897: result: yes
configure:3915: checking for dlfcn.h
configure:3922: result: yes
configure:4120: checking for ranlib
configure:4136: found /usr/bin/ranlib
configure:4147: result: ranlib
configure:4200: checking for strip
configure:4216: found /usr/bin/strip
configure:4227: result: strip
configure:4432: checking for objdir
configure:4443: result: .libs
configure:4460: checking for cc option to produce PIC
configure:4606: result: -fPIC
configure:4610: checking if cc PIC flag -fPIC works
configure:4630: cc -c -O -pipe -fPIC -DPIC -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c >&5
configure:4633: $? = 0
configure:4636: test -s conftest.o
configure:4639: $? = 0
configure:4676: result: yes
configure:4692: checking if cc static flag -static works
configure:4713: cc -o conftest -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -static conftest.c >&5
configure:4716: $? = 0
configure:4719: test -s conftest
configure:4722: $? = 0
configure:4737: result: yes
configure:4749: checking if cc supports -c -o file.o
configure:4769: cc -c -O -pipe -o out/conftest2.o -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c >&5
configure:4793: result: yes
configure:4798: checking if cc supports -c -o file.lo
configure:4822: cc -c -O -pipe -c -o conftest.lo -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c >&5
configure:4825: $? = 0
configure:4828: test -s conftest.lo
configure:4831: $? = 0
configure:4852: result: yes
configure:4883: checking if cc supports -fno-rtti -fno-exceptions
configure:4902: cc -c -O -pipe -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c >&5
configure:4905: $? = 0
configure:4908: test -s conftest.o
configure:4911: $? = 0
configure:4927: result: yes
configure:4938: checking whether the linker (/usr/libexec/elf/ld) supports shared libraries
configure:5657: result: yes
configure:5662: checking how to hardcode library paths into programs
configure:5686: result: immediate
configure:5691: checking whether stripping libraries is possible
configure:5696: result: yes
configure:5707: checking dynamic linker characteristics
configure:6138: result: freebsd4.6 ld.so
configure:6143: checking if libtool supports shared libraries
configure:6145: result: yes
configure:6148: checking whether to build shared libraries
configure:6169: result: yes
configure:6172: checking whether to build static libraries
configure:6176: result: yes
configure:6802: checking whether -lc should be explicitly linked in
configure:6810: cc -c -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c >&5
configure:6813: $? = 0
configure:6827: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:6830: $? = 1
configure:6843: result: yes
configure:7427: checking whether to enable maintainer-specific portions of Makefiles
configure:7436: result: no
configure:7453: checking for some Win32 platform
configure:7463: result: no
configure:7476: checking for native Win32
configure:7487: result: no
configure:7668: checking whether build environment is sane
configure:7711: result: yes
configure:7716: checking for strerror in -lcposix
configure:7743: cc -o conftest -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib conftest.c -lcposix >&5
/usr/libexec/elf/ld: cannot find -lcposix
configure:7746: $? = 1
configure: failed program was:
#line 7724 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char strerror ();
int
main ()
{
strerror ();
;
return 0;
}
configure:7763: result: no
configure:7774: checking for cc option to accept ANSI C
configure:7833: cc -c -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include conftest.c >&5
configure:7836: $? = 0
configure:7839: test -s conftest.o
configure:7842: $? = 0
configure:7856: result: none needed
configure:7879: checking for a BSD-compatible install
configure:7933: result: /usr/bin/install -c -o root -g wheel
configure:7944: checking whether make sets ${MAKE}
configure:7964: result: yes
configure:8047: checking for pkg-config
configure:8065: found /usr/local/bin/pkg-config
configure:8078: result: /usr/local/bin/pkg-config
configure:8095: checking for glib-2.0 >= 2.0.6 atk >= 1.0.1 pango >= 1.0.1
configure:8134: error: Library requirements (glib-2.0 >= 2.0.6 atk >= 1.0.1 pango >= 1.0.1) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_header_stdlib_h=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
ac_cv_lib_cposix_strerror=no
ac_cv_prog_cc_g=yes
ac_cv_env_LDFLAGS_set=set
ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config
lt_cv_prog_cc_can_build_shared=yes
ac_cv_c_compiler_gnu=yes
ac_cv_exeext=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CPP_value=
ac_cv_env_CPPFLAGS_set=set
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=-static
ac_cv_env_host_alias_set=
lt_cv_ld_reload_flag=-r
lt_cv_archive_cmds_need_lc=yes
ac_cv_header_sys_stat_h=yes
lt_cv_prog_gnu_ld=yes
ac_cv_env_build_alias_set=
ac_cv_env_LDFLAGS_value=-L/usr/local/lib
ac_cv_env_target_alias_set=set
ac_cv_host_alias=i386-unknown-freebsd4.6
ac_cv_prog_cc_stdc=
ac_cv_env_CFLAGS_value='-O -pipe '
ac_cv_env_CC_set=set
lt_cv_prog_cc_wl=-Wl,
ac_cv_header_sys_types_h=yes
ac_cv_header_stdc=yes
ac_cv_header_strings_h=yes
lt_cv_path_SED=/usr/bin/sed
ac_cv_header_stdint_h=no
ac_cv_header_inttypes_h=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_header_unistd_h=yes
ac_cv_header_string_h=yes
lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
lt_cv_path_LD=/usr/libexec/elf/ld
ac_cv_build_alias=i386-unknown-freebsd4.6
ac_cv_env_CPPFLAGS_value='-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include'
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_header_memory_h=yes
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_host=i386-unknown-freebsd4.6
ac_cv_env_host_alias_value=
lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
am_cv_prog_cc_stdc=
lt_cv_compiler_c_o=yes
lt_cv_prog_cc_pic_works=yes
lt_cv_file_magic_test_file=
ac_cv_prog_CPP='cc -E'
ac_cv_build=i386-unknown-freebsd4.6
ac_cv_env_build_alias_value=
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_deplibs_check_method=pass_all
ac_cv_prog_ac_ct_CC=cc
lt_cv_compiler_o_lo=yes
ac_cv_env_target_alias_value=i386-unknown-freebsd4.6
ac_cv_env_CC_value=cc
lt_cv_path_NM='/usr/bin/nm -B'
ac_cv_env_CPP_set=
ac_cv_header_dlfcn_h=yes
ac_cv_objext=o
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='/usr/ports/x11-toolkits/gtk20/work/gtk+-2.0.8/missing aclocal-1.4 '
ALLOCA=''
AS='${CC}'
ASFLAGS='${CFLAGS}'
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
AUTOMAKE='/usr/ports/x11-toolkits/gtk20/work/gtk+-2.0.8/missing automake-1.4'
BASE_DEPENDENCIES_CFLAGS=''
BASE_DEPENDENCIES_LIBS=''
BUILD_DYNAMIC_MODULES_FALSE=''
BUILD_DYNAMIC_MODULES_TRUE=''
CATALOGS=''
CATOBJEXT=''
CC='cc'
CCAS='${CC}'
CCASFLAGS='${CFLAGS}'
CFLAGS='-O -pipe -Wall'
CPP='cc -E'
CPPFLAGS='-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include'
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE=''
DATADIRNAME=''
DB2HTML=''
DEFS=''
DISABLE_EXPLICIT_DEPS_FALSE=''
DISABLE_EXPLICIT_DEPS_TRUE=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_FB_MANAGER_FALSE=''
ENABLE_FB_MANAGER_TRUE=''
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE=''
EXEEXT=''
FREETYPE_CFLAGS=''
FREETYPE_CONFIG=''
FREETYPE_LIBS=''
GDK_DEP_CFLAGS=''
GDK_DEP_LIBS=''
GDK_EXTRA_CFLAGS=''
GDK_EXTRA_LIBS=''
GDK_PACKAGES=''
GDK_PIXBUF_CSOURCE=''
GDK_PIXBUF_DEP_CFLAGS=''
GDK_PIXBUF_DEP_LIBS=''
GDK_PIXBUF_EXTRA_CFLAGS=''
GDK_PIXBUF_EXTRA_LIBS=''
GDK_PIXBUF_MAJOR='2'
GDK_PIXBUF_MICRO='8'
GDK_PIXBUF_MINOR='0'
GDK_PIXBUF_PACKAGES=''
GDK_PIXBUF_VERSION='2.0.8'
GDK_PIXBUF_XLIB_DEP_CFLAGS=''
GDK_PIXBUF_XLIB_DEP_LIBS=''
GDK_PIXBUF_XLIB_EXTRA_CFLAGS=''
GDK_PIXBUF_XLIB_EXTRA_LIBS=''
GDK_PIXBUF_XLIB_PACKAGES=''
GDK_WIN32_EXTRA_CFLAGS=''
GDK_WLIBS=''
GETTEXT_PACKAGE='gtk20'
GLIB_CFLAGS=''
GLIB_GENMARSHAL=''
GLIB_LIBS=''
GLIB_MKENUMS=''
GMOFILES=''
GMSGFMT=''
GOBJECT_QUERY=''
GTKDOC=''
GTK_API_VERSION='2.0'
GTK_BINARY_AGE='8'
GTK_BINARY_VERSION='2.0.0'
GTK_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS'
GTK_DEP_CFLAGS=''
GTK_DEP_LIBS=''
GTK_EXTRA_CFLAGS=''
GTK_EXTRA_LIBS=''
GTK_INTERFACE_AGE='8'
GTK_MAJOR_VERSION='2'
GTK_MICRO_VERSION='8'
GTK_MINOR_VERSION='0'
GTK_PACKAGES=''
GTK_VERSION='2.0.8'
GTK_XIM_FLAGS=''
HAVE_DOCBOOK_FALSE=''
HAVE_DOCBOOK_TRUE=''
HAVE_IE55_FALSE=''
HAVE_IE55_TRUE=''
HAVE_JPEG_FALSE=''
HAVE_JPEG_TRUE=''
HAVE_PNG_FALSE=''
HAVE_PNG_TRUE=''
HAVE_SGML2HTML_FALSE=''
HAVE_SGML2HTML_TRUE=''
HAVE_TIFF_FALSE=''
HAVE_TIFF_TRUE=''
HAVE_WINTAB_FALSE=''
HAVE_WINTAB_TRUE=''
HAVE_XFT_FALSE=''
HAVE_XFT_TRUE=''
HTML_DIR=''
IE55_UUID_LIB=''
INCLUDED_LOADER_DEFINE=''
INCLUDED_LOADER_OBJ=''
INDENT=''
INSTALL_DATA='install -c -o root -g wheel -m 444'
INSTALL_PROGRAM='install -c -s -o root -g wheel -m 555'
INSTALL_SCRIPT='install -c -o root -g wheel -m 555'
INSTOBJEXT=''
INTLDEPS=''
INTLLIBS=''
INTLOBJS=''
LDFLAGS='-L/usr/local/lib'
LIBJPEG=''
LIBOBJS=''
LIBPNG=''
LIBS=''
LIBTIFF=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_EXPORT_OPTIONS=''
LN_S='ln -s'
LTLIBOBJS=''
LT_AGE='0'
LT_CURRENT='0'
LT_CURRENT_MINUS_AGE='0'
LT_RELEASE='2.0'
LT_REVISION='8'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
MKINSTALLDIRS=''
MSGFMT=''
MS_LIB_AVAILABLE_FALSE=''
MS_LIB_AVAILABLE_TRUE='#'
OBJEXT='o'
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
PACKAGE='gtk+'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL=''
PKG_CONFIG='/usr/local/bin/pkg-config'
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE='#'
POFILES=''
POSUB=''
RANLIB='ranlib'
REBUILD=''
REBUILD_PNGS=''
SET_MAKE=''
SGML2HTML=''
SHELL='/bin/sh'
STRIP='strip'
STRIP_BEGIN=''
STRIP_DUMMY=''
STRIP_END=''
USE_LINUX_FB_FALSE=''
USE_LINUX_FB_TRUE=''
USE_MMX_FALSE=''
USE_MMX_TRUE=''
USE_NLS=''
USE_WIN32_FALSE=''
USE_WIN32_TRUE=''
USE_X11_FALSE=''
USE_X11_TRUE=''
VERSION='2.0.8'
WINTAB_LIB=''
XGETTEXT=''
XINPUT_GXI_FALSE=''
XINPUT_GXI_TRUE=''
XINPUT_XFREE_FALSE=''
XINPUT_XFREE_TRUE=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_CC='cc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
bindir='${exec_prefix}/bin'
build='i386-unknown-freebsd4.6'
build_alias=''
build_cpu='i386'
build_os='freebsd4.6'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='NONE'
gdktarget='x11'
gdktargetlib='libgdk-x11-2.0.la'
gtklocaledir=''
gtktargetlib='libgtk-x11-2.0.la'
host='i386-unknown-freebsd4.6'
host_alias=''
host_cpu='i386'
host_os='freebsd4.6'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
ms_librarian=''
oldincludedir='/usr/include'
prefix='/usr/X11R6'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias='i386-unknown-freebsd4.6'
xinput_progs=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define GETTEXT_PACKAGE "gtk20"
#define GTK_COMPILED_WITH_DEBUGGING "minimum"
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
configure: exit 1
[-- Attachment #3 --]
Mesa-3.4.2_2
XFree86-4.2.0_1,1
XFree86-FontServer-4.2.0_1
XFree86-Server-4.2.1_5
XFree86-clients-4.2.1_2
XFree86-documents-4.2.0
XFree86-font100dpi-4.2.0
XFree86-font75dpi-4.2.0
XFree86-fontCyrillic-4.2.0_4
XFree86-fontDefaultBitmaps-4.2.0
XFree86-fontEncodings-4.2.0
XFree86-fontScalable-4.2.0
XFree86-libraries-4.2.1_3
aalib-1.4.r5_1
apache-1.3.24_7
arm-elf-binutils-2.12.1
atk-1.0.2
autoconf-2.53
autoconf213-2.13.000227_2
automake14-1.4.5_2
bison-1.35
boehm-gc-6.0
cabextract-0.6
cdrtools-1.11.a28
crimson-1.1.3_1
cups-base-1.1.15.1_4
cups-pstoraster-7.05.5_1
curl-7.9.7_1
cvsup-16.1e
cvsup-static-nogui
dansguardian-2.4.2.1
docbook-xml-4.2
docbookide.el-0.1
expat-1.95.5
freetype2-2.1.2_1
gcc30-3.0.4
gettext-0.11.1_1
gettext-0.11.5_1
ghostscript-gnu-7.05_3
gimp-1.3.10,1
gimp-print-4.2.3
glib-2.0.4_1
gmake-3.79.1_1
gogo-2.39b
gtk-2.0.5
healthd-0.6.5
healthd-0.6.6
imake-4.2.0_1
inform-6.21
jakarta-ant-1.5.0
javavmwrapper-1.4
jpeg-6b_1
ksh93-20020628_2
libao-0.8.2
libart_lgpl2-2.3.10
libaux-1.0
libgnugetopt-1.1
libiconv-1.7_3
libijs-0.34
libogg-1.0.r3_1,2
libtool-1.3.4_4
libvorbis-1.0.r3_1,2
libwnck-0.14
links-2.0_1,1
linux-blackdown-jdk-1.4.1
linux-sun-jdk-1.4.1
linux_base-7.1_1
m4-1.4_1
mad-0.14.2b_2
mkcatalog-1.1
mkisofs-1.15.a27
mono-0.12
mpg123-0.59r_6
mpg123-0.59r_8
mtools-3.9.8
nasm-0.98.33,1
openoffice-1.0.0
openssl-0.9.6d
p5-Time-HiRes-1.36,1
palmos-sdk-3.5_1
pango-1.0.3_1
pkgconfig-0.12.0
png-1.2.4
popt-1.6.4
prc-tools-2.0
prc-tools-binutils-2.0
prc-tools-gcc-2.0
pth-1.4.1_1
py22-tkinter-2.2.1
python-2.2.1
rpm-3.0.6_6
rsync-2.5.4
sh-elf-binutils-2.12.1
squid-2.4_9
stlport-4.5.3
tcl-8.3.4_4
tiff-3.5.7
tk-8.3.4_3
unzip-5.50
vorbis-tools-1.0.r3_4,2
wrapper-1.0_2
xfrotz-2.32.1
ximp3-0.1.14
xmbmon-106p1
xmbmon-107
xpm-3.4k
zip-2.3_1
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.44.0211200026470.80712-300000>
