From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 12 11:37:09 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEBCD16A4CE for ; Thu, 12 Feb 2004 11:37:09 -0800 (PST) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1055943D1F for ; Thu, 12 Feb 2004 11:37:09 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) i1CJWqsm005335; Thu, 12 Feb 2004 14:32:53 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Rob Zietlow In-Reply-To: <200402121331.59173.Rob@the-rob.com> References: <200402111724.33303.Rob@the-rob.com> <1076577112.409.41.camel@shumai.marcuscom.com> <200402121331.59173.Rob@the-rob.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-zTpVhwRfGOMoa5HYy5/0" Organization: MarcusCom, Inc. Message-Id: <1076614626.760.21.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 12 Feb 2004 14:37:06 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: FreeBSD GNOME Users Subject: Re: xft build fails X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2004 19:37:09 -0000 --=-zTpVhwRfGOMoa5HYy5/0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2004-02-12 at 14:31, Rob Zietlow wrote: > On Thursday 12 February 2004 03:11 am, Joe Marcus Clarke wrote: > > On Wed, 2004-02-11 at 18:24, Rob Zietlow wrote: >=20 > > The symbol that is missing (XRenderQueryVersion) is found in > > libXrender.so.1 which is installed as part of > > XFree86-libraries-4.3.0_6. I would check to make sure you have that > > library in /usr/X11R6/lib. If you do, then you will need to resend th= e > > config.log as it did not make it through to the list. If you do not, > > you will need to reinstall XFree86-libraries-4.3.0_6. > > > > Joe > Yep, itt's installed=20 >=20 > %pwd > /usr/X11R6/lib > %ls -l libXrender.* > -rw-r--r-- 1 root wheel 35864 Feb 9 04:12 libXrender.a > lrwxr-xr-x 1 root wheel 15 Feb 9 04:12 libXrender.so -> libXrender= .so.1 > -rwxr-xr-x 1 root wheel 30979 Feb 9 04:12 libXrender.so.1 >=20 > here's the config.log You're building with -O3 which is not supported. You need to use default CFLAGS, and this will work. Joe >=20 >=20 >=20 >=20 > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. >=20 > It was created by configure, which was > generated by GNU Autoconf 2.57. Invocation command line was >=20 > $ ./configure --x-libraries=3D/usr/X11R6/lib --x-includes=3D/usr/X11R6/= include=20 > --prefix=3D/usr/X11R6 --build=3Di386-portbld-freebsd4.9 >=20 > ## --------- ## > ## Platform. ## > ## --------- ## >=20 > hostname =3D Homer.ninja-assassin.com > uname -m =3D i386 > uname -r =3D 4.9-STABLE > uname -s =3D FreeBSD > uname -v =3D FreeBSD 4.9-STABLE #1: Mon Feb 9 03:25:24 GMT 2004 =20 > root@Homer.ninja-assassin.com:/usr/src/sys/compile/KERNEL >=20 > /usr/bin/uname -p =3D i386 > /bin/uname -X =3D unknown >=20 > /bin/arch =3D unknown > /usr/bin/arch -k =3D unknown > /usr/convex/getsysinfo =3D unknown > hostinfo =3D unknown > /bin/machine =3D unknown > /usr/bin/oslevel =3D unknown > /bin/universe =3D unknown >=20 > 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: /root/bin >=20 >=20 > ## ----------- ## > ## Core tests. ## > ## ----------- ## >=20 > configure:1483: checking for a BSD-compatible install > configure:1537: result: /usr/bin/install -c -o root -g wheel > configure:1548: checking whether build environment is sane > configure:1591: result: yes > configure:1624: checking for gawk > configure:1653: result: no > configure:1624: checking for mawk > configure:1653: result: no > configure:1624: checking for nawk > configure:1640: found /usr/bin/nawk > configure:1650: result: nawk > configure:1660: checking whether gmake sets $(MAKE) > configure:1680: result: yes > configure:1892: checking for gcc > configure:1918: result: cc > configure:2162: checking for C compiler version > configure:2165: cc --version &5 > 2.95.4 > configure:2168: $? =3D 0 > configure:2170: cc -v &5 > Using builtin specs. > gcc version 2.95.4 20020320 [FreeBSD] > configure:2173: $? =3D 0 > configure:2175: cc -V &5 > cc: argument to `-V' is missing > configure:2178: $? =3D 1 > configure:2202: checking for C compiler default output > configure:2205: cc -O3 -pipe -ffast-math -march=3Dk6 -I/usr/X11R6/include= =20 > -L/usr/X11R6/lib conftest.c >&5 > configure:2208: $? =3D 0 > configure:2254: result: a.out > configure:2259: checking whether the C compiler works > configure:2265: ./a.out > configure:2268: $? =3D 0 > configure:2285: result: yes > configure:2292: checking whether we are cross compiling > configure:2294: result: no > configure:2297: checking for suffix of executables > configure:2299: cc -o conftest -O3 -pipe -ffast-math -march=3Dk6=20 > -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c >&5 > configure:2302: $? =3D 0 > configure:2327: result: > configure:2333: checking for suffix of object files > configure:2355: cc -c -O3 -pipe -ffast-math -march=3Dk6 -I/usr/X11R6/incl= ude=20 > conftest.c >&5 > configure:2358: $? =3D 0 > configure:2380: result: o > configure:2384: checking whether we are using the GNU C compiler > configure:2409: cc -c -O3 -pipe -ffast-math -march=3Dk6 -I/usr/X11R6/incl= ude=20 > conftest.c >&5 > configure:2412: $? =3D 0 > configure:2415: test -s conftest.o > configure:2418: $? =3D 0 > configure:2431: result: yes > configure:2437: checking whether cc accepts -g > configure:2459: cc -c -g -I/usr/X11R6/include conftest.c >&5 > configure:2462: $? =3D 0 > configure:2465: test -s conftest.o > configure:2468: $? =3D 0 > configure:2479: result: yes > configure:2496: checking for cc option to accept ANSI C > configure:2557: cc -c -O3 -pipe -ffast-math -march=3Dk6 -I/usr/X11R6/inc= lude=20 > conftest.c >&5 > configure:2560: $? =3D 0 > configure:2563: test -s conftest.o > configure:2566: $? =3D 0 > configure:2584: result: none needed > configure:2602: cc -c -O3 -pipe -ffast-math -march=3Dk6 -I/usr/X11R6/incl= ude=20 > conftest.c >&5 > conftest.c:2: syntax error before `me' > configure:2605: $? =3D 1 > configure: failed program was: > | #ifndef __cplusplus > | choke me > | #endif > configure:2724: checking for style of include used by gmake > configure:2752: result: GNU > configure:2780: checking dependency style of cc > configure:2848: result: gcc > configure:2937: checking build system type > configure:2955: result: i386-portbld-freebsd4.9 > configure:2963: checking host system type > configure:2977: result: i386-portbld-freebsd4.9 > configure:3007: checking for ld used by GCC > configure:3070: result: /usr/libexec/elf/ld > configure:3079: checking if the linker (/usr/libexec/elf/ld) is GNU ld > GNU ld version 2.12.1 [FreeBSD] 2002-07-20 > configure:3091: result: yes > configure:3096: checking for /usr/libexec/elf/ld option to reload object = files > configure:3103: result: -r > configure:3108: checking for BSD-compatible nm > configure:3144: result: /usr/bin/nm -B > configure:3147: checking for a sed that does not truncate output > configure:3229: result: /usr/bin/sed > configure:3232: checking whether ln -s works > configure:3236: result: yes > configure:3243: checking how to recognise dependent libraries > configure:3424: result: pass_all > configure:3437: checking command to parse /usr/bin/nm -B output > configure:3521: cc -c -O3 -pipe -ffast-math -march=3Dk6 -I/usr/X11R6/incl= ude=20 > conftest.c >&5 > configure:3524: $? =3D 0 > configure:3528: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDG= ISTW] > [ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]* > \)$/\1 \2\3 \3/p' \> conftest.nm > configure:3531: $? =3D 0 > configure:3583: cc -o conftest -O3 -pipe -ffast-math -march=3Dk6=20 > -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c conftstm.o >&5 > configure:3586: $? =3D 0 > configure:3630: result: ok > configure:3639: checking how to run the C preprocessor > configure:3675: cc -E -I/usr/X11R6/include conftest.c > configure:3681: $? =3D 0 > configure:3713: cc -E -I/usr/X11R6/include conftest.c > configure:3715: ac_nonexistent.h: No such file or directory > configure:3719: $? =3D 1 > configure: failed program was: > | #line 3705 "configure" > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "xft" > | #define VERSION "2.1.2" > | /* end confdefs.h. */ > | #include > configure:3757: result: cc -E > configure:3782: cc -E -I/usr/X11R6/include conftest.c > configure:3788: $? =3D 0 > configure:3820: cc -E -I/usr/X11R6/include conftest.c > configure:3822: ac_nonexistent.h: No such file or directory > configure:3826: $? =3D 1 > configure: failed program was: > | #line 3812 "configure" > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "xft" > | #define VERSION "2.1.2" > | /* end confdefs.h. */ > | #include > configure:3869: checking for egrep > configure:3879: result: grep -E > configure:3884: checking for ANSI C header files > configure:3910: cc -c -O3 -pipe -ffast-math -march=3Dk6 -I/usr/X11R6/incl= ude=20 > conftest.c >&5 > configure:3913: $? =3D 0 > configure:3916: test -s conftest.o > configure:3919: $? =3D 0 > configure:4011: cc -o conftest -O3 -pipe -ffast-math -march=3Dk6=20 > -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c >&5 > configure:4014: $? =3D 0 > configure:4016: ./conftest > configure:4019: $? =3D 0 > configure:4034: result: yes > configure:4058: checking for sys/types.h > configure:4075: cc -c -O3 -pipe -ffast-math -march=3Dk6 -I/usr/X11R6/incl= ude=20 > conftest.c >&5 > configure:4078: $? =3D 0 > configure:4081: test -s conftest.o > configure:4084: $? =3D 0 > configure:4095: result: yes > configure:4058: checking for sys/stat.h > configure:4075: cc -c -O3 -pipe -ffast-math -march=3Dk6 -I/usr/X11R6/incl= ude=20 > conftest.c >&5 > configure:4078: $? =3D 0 > configure:4081: test -s conftest.o > configure:4084: $? =3D 0 > configure:4095: result: yes > configure:4058: checking for stdlib.h > configure:4075: cc -c -O3 -pipe -ffast-math -march=3Dk6 -I/usr/X11R6/incl= ude=20 > conftest.c >&5 > configure:4078: $? =3D 0 > configure:4081: test -s conftest.o > configure:4084: $? =3D 0 > configure:4095: result: yes > configure:4058: checking for string.h > configure:4075: cc -c -O3 -pipe -ffast-math -march=3Dk6 -I/usr/X11R6/incl= ude=20 > conftest.c >&5 > configure:4078: $? =3D 0 > configure:4081: test -s conftest.o > configure:4084: $? =3D 0 > configure:4095: result: yes > configure:4058: checking for memory.h > configure:4075: cc -c -O3 -pipe -ffast-math -march=3Dk6 -I/usr/X11R6/incl= ude=20 > conftest.c >&5 > configure:4078: $? =3D 0 > configure:4081: test -s conftest.o > configure:4084: $? =3D 0 > configure:4095: result: yes > configure:4058: checking for strings.h > configure:4075: cc -c -O3 -pipe -ffast-math -march=3Dk6 -I/usr/X11R6/incl= ude=20 > conftest.c >&5 > configure:4078: $? =3D 0 > configure:4081: test -s conftest.o > configure:4084: $? =3D 0 > configure:4095: result: yes > configure:4058: checking for inttypes.h > configure:4075: cc -c -O3 -pipe -ffast-math -march=3Dk6 -I/usr/X11R6/incl= ude=20 > conftest.c >&5 > configure:4078: $? =3D 0 > configure:4081: test -s conftest.o > configure:4084: $? =3D 0 > configure:4095: result: yes > configure:4058: checking for stdint.h > configure:4075: cc -c -O3 -pipe -ffast-math -march=3Dk6 -I/usr/X11R6/incl= ude=20 > conftest.c >&5 > configure:4117: stdint.h: No such file or directory > configure:4078: $? =3D 1 > configure: failed program was: > | #line 4064 "configure" > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "xft" > | #define VERSION "2.1.2" > | #define STDC_HEADERS 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_MEMORY_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_INTTYPES_H 1 > | /* end confdefs.h. */ > | #include > | #if HAVE_SYS_TYPES_H > | # include > | #endif > | #if HAVE_SYS_STAT_H > | # include > | #endif > | #if STDC_HEADERS > | # include > | # include > | #else > | # if HAVE_STDLIB_H > | # include > | # endif > | #endif > | #if HAVE_STRING_H > | # if !STDC_HEADERS && HAVE_MEMORY_H > | # include > | # endif > | # include > | #endif > | #if HAVE_STRINGS_H > | # include > | #endif > | #if HAVE_INTTYPES_H > | # include > | #else > | # if HAVE_STDINT_H > | # include > | # endif > | #endif > | #if HAVE_UNISTD_H > | # include > | #endif > | > | #include > configure:4095: result: no > configure:4058: checking for unistd.h > configure:4075: cc -c -O3 -pipe -ffast-math -march=3Dk6 -I/usr/X11R6/incl= ude=20 > conftest.c >&5 > configure:4078: $? =3D 0 > configure:4081: test -s conftest.o > configure:4084: $? =3D 0 > configure:4095: result: yes > configure:4121: checking dlfcn.h usability > configure:4134: cc -c -O3 -pipe -ffast-math -march=3Dk6 -I/usr/X11R6/incl= ude=20 > conftest.c >&5 > configure:4137: $? =3D 0 > configure:4140: test -s conftest.o > configure:4143: $? =3D 0 > configure:4153: result: yes > configure:4157: checking dlfcn.h presence > configure:4168: cc -E -I/usr/X11R6/include conftest.c > configure:4174: $? =3D 0 > configure:4193: result: yes > configure:4229: checking for dlfcn.h > configure:4236: result: yes > configure:4434: checking for ranlib > configure:4450: found /usr/bin/ranlib > configure:4461: result: ranlib > configure:4514: checking for strip > configure:4530: found /usr/bin/strip > configure:4541: result: strip > configure:4751: checking for objdir > configure:4762: result: .libs > configure:4779: checking for cc option to produce PIC > configure:4925: result: -fPIC > configure:4929: checking if cc PIC flag -fPIC works > configure:4953: cc -c -O3 -pipe -ffast-math -march=3Dk6 -fPIC -DPIC=20 > -I/usr/X11R6/include conftest.c >&5 > configure:4956: $? =3D 0 > configure:4959: test -s conftest.o > configure:4962: $? =3D 0 > configure:5000: result: yes > configure:5016: checking if cc static flag -static works > configure:5041: cc -o conftest -O3 -pipe -ffast-math -march=3Dk6=20 > -I/usr/X11R6/include -L/usr/X11R6/lib -static conftest.c >&5 > configure:5044: $? =3D 0 > configure:5047: test -s conftest > configure:5050: $? =3D 0 > configure:5066: result: yes > configure:5078: checking if cc supports -c -o file.o > configure:5098: cc -c -O3 -pipe -ffast-math -march=3Dk6 -o out/conftest2.= o=20 > -I/usr/X11R6/include conftest.c >&5 > configure:5122: result: yes > configure:5127: checking if cc supports -c -o file.lo > configure:5155: cc -c -O3 -pipe -ffast-math -march=3Dk6 -c -o conftest.lo= =20 > -I/usr/X11R6/include conftest.c >&5 > configure:5158: $? =3D 0 > configure:5161: test -s conftest.lo > configure:5164: $? =3D 0 > configure:5186: result: yes > configure:5217: checking if cc supports -fno-rtti -fno-exceptions > configure:5240: cc -c -O3 -pipe -ffast-math -march=3Dk6 -fno-rtti=20 > -fno-exceptions -c conftest.c -I/usr/X11R6/include conftest.c >&5 > configure:5243: $? =3D 0 > configure:5246: test -s conftest.o > configure:5249: $? =3D 0 > configure:5266: result: yes > configure:5277: checking whether the linker (/usr/libexec/elf/ld) support= s=20 > shared libraries > configure:5972: result: yes > configure:5977: checking how to hardcode library paths into programs > configure:6001: result: immediate > configure:6006: checking whether stripping libraries is possible > configure:6011: result: yes > configure:6022: checking dynamic linker characteristics > configure:6442: result: freebsd4.9 ld.so > configure:6447: checking if libtool supports shared libraries > configure:6449: result: yes > configure:6452: checking whether to build shared libraries > configure:6473: result: yes > configure:6476: checking whether to build static libraries > configure:6480: result: yes > configure:7154: checking whether -lc should be explicitly linked in > configure:7162: cc -c -O3 -pipe -ffast-math -march=3Dk6 -I/usr/X11R6/incl= ude=20 > conftest.c >&5 > configure:7165: $? =3D 0 > configure:7179: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o con= ftest=20 > 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 > configure:7182: $? =3D 1 > configure:7195: result: yes > configure:7778: checking for pkg-config > configure:7796: found /usr/local/bin/pkg-config > configure:7809: result: /usr/local/bin/pkg-config > configure:7826: checking for xrender >=3D 0.8.2 > configure:7924: checking for xrender >=3D 0 > configure:7969: checking for X > configure:8189: result: libraries /usr/X11R6/lib, headers /usr/X11R6/incl= ude > configure:8213: checking X11/extensions/Xrender.h usability > configure:8226: cc -c -O3 -pipe -ffast-math -march=3Dk6 -I/usr/X11R6/incl= ude=20 > -I/usr/X11R6/include conftest.c >&5 > configure:8229: $? =3D 0 > configure:8232: test -s conftest.o > configure:8235: $? =3D 0 > configure:8245: result: yes > configure:8249: checking X11/extensions/Xrender.h presence > configure:8260: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.= c > configure:8266: $? =3D 0 > configure:8285: result: yes > configure:8321: checking for X11/extensions/Xrender.h > configure:8328: result: yes > configure:8353: checking for XRenderQueryVersion > configure:8403: cc -o conftest -O3 -pipe -ffast-math -march=3Dk6=20 > -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -L/usr/X11R6/lib -lXr > ender -lXext -lX11 >&5 > /usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_signal' > /usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_zero_stub_= ' > /usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_broadcast' > /usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_self_stub_= ' > /usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_init' > /usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_unlock' > /usr/X11R6/lib/libX11.so: undefined reference to `pthread_self' > /usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_destroy' > /usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_lock' > /usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_wait' > /usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_destroy' > /usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_init' > configure:8406: $? =3D 1 > configure: failed program was: > | #line 8359 "configure" > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "xft" > | #define VERSION "2.1.2" > | #define STDC_HEADERS 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_MEMORY_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_DLFCN_H 1 > | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 > | /* end confdefs.h. */ > | /* System header to define __stub macros and hopefully few prototypes, > | which can conflict with char XRenderQueryVersion (); below. > | Prefer to if __STDC__ is defined, since > | exists even on freestanding compilers. */ > | #ifdef __STDC__ > | # include > | #else > | # include > | #endif > | /* 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 XRenderQueryVersion (); > | /* The GNU C library defines this for functions which it implements > | to always fail with ENOSYS. Some functions are actually named > | something starting with __ and the normal name is an alias. */ > | #if defined (__stub_XRenderQueryVersion) || defined=20 > (__stub___XRenderQueryVersion) > | choke me > | #else > | char (*f) () =3D XRenderQueryVersion; > | #endif > | #ifdef __cplusplus > | } > | #endif > | > | int > | main () > | { > | return f !=3D XRenderQueryVersion; > | ; > | return 0; > | } > configure:8423: result: no > configure:8431: error: libXrender not found. >=20 > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## >=20 > am_cv_CC_dependencies_compiler_type=3Dgcc > ac_cv_header_stdlib_h=3Dyes > lt_cv_file_magic_cmd=3D'$MAGIC_CMD' > ac_cv_prog_cc_g=3Dyes > ac_cv_env_LDFLAGS_set=3Dset > ac_cv_path_PKG_CONFIG=3D/usr/local/bin/pkg-config > lt_cv_prog_cc_can_build_shared=3Dyes > ac_cv_c_compiler_gnu=3Dyes > ac_cv_exeext=3D > ac_cv_env_CFLAGS_set=3Dset > ac_cv_func_XRenderQueryVersion=3Dno > ac_cv_header_X11_extensions_Xrender_h=3Dyes > ac_cv_prog_make_gmake_set=3Dyes > lt_cv_sys_max_cmd_len=3D65536 > ac_cv_env_CPP_value=3D > ac_cv_env_CPPFLAGS_set=3Dset > lt_cv_prog_cc_static_works=3Dyes > lt_cv_prog_cc_no_builtin=3D > lt_cv_prog_cc_shlib=3D > lt_cv_prog_cc_static=3D-static > ac_cv_env_host_alias_set=3D > lt_cv_ld_reload_flag=3D-r > lt_cv_archive_cmds_need_lc=3Dyes > ac_cv_header_sys_stat_h=3Dyes > lt_cv_prog_gnu_ld=3Dyes > ac_cv_env_build_alias_set=3Dset > ac_cv_env_LDFLAGS_value=3D-L/usr/X11R6/lib > ac_cv_env_target_alias_set=3D > ac_cv_host_alias=3Di386-portbld-freebsd4.9 > ac_cv_prog_cc_stdc=3D > ac_cv_env_CFLAGS_value=3D'-O3 -pipe -ffast-math -march=3Dk6' > ac_cv_env_CC_set=3Dset > ac_cv_have_x=3D'have_x=3Dyes ac_x_includes=3D/usr/X11R6/in= clude=20 > ac_x_libraries=3D/usr/X11R6/lib' > lt_cv_prog_cc_wl=3D-Wl, > ac_cv_header_sys_types_h=3Dyes > ac_cv_header_stdc=3Dyes > ac_cv_header_strings_h=3Dyes > lt_cv_path_SED=3D/usr/bin/sed > ac_cv_header_stdint_h=3Dno > ac_cv_header_inttypes_h=3Dyes > ac_cv_prog_egrep=3D'grep -E' > ac_cv_header_unistd_h=3Dyes > ac_cv_header_string_h=3Dyes > lt_cv_global_symbol_to_cdecl=3D'sed -n -e '\''s/^. .* \(.*\)$/extern char= =20 > \1;/p'\''' > lt_cv_path_LD=3D/usr/libexec/elf/ld > ac_cv_build_alias=3Di386-portbld-freebsd4.9 > ac_cv_env_CPPFLAGS_value=3D-I/usr/X11R6/include > ac_cv_prog_ac_ct_RANLIB=3Dranlib > ac_cv_header_memory_h=3Dyes > ac_cv_prog_ac_ct_STRIP=3Dstrip > ac_cv_host=3Di386-portbld-freebsd4.9 > ac_cv_env_host_alias_value=3D > lt_cv_global_symbol_to_c_name_address=3D'sed -n -e '\''s/^: \([^ ]*\) $/ = =20 > {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([ > ^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' > lt_cv_compiler_c_o=3Dyes > lt_cv_prog_cc_pic_works=3Dyes > lt_cv_file_magic_test_file=3D > ac_cv_prog_CPP=3D'cc -E' > ac_cv_build=3Di386-portbld-freebsd4.9 > ac_cv_prog_AWK=3Dnawk > ac_cv_env_build_alias_value=3Di386-portbld-freebsd4.9 > lt_cv_prog_cc_pic=3D' -fPIC' > lt_cv_sys_global_symbol_pipe=3D'sed -n -e '\''s/^.*[ ]\([ABCDGISTW] > [ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \ > 2\3 \3/p'\''' > lt_cv_deplibs_check_method=3Dpass_all > ac_cv_prog_ac_ct_CC=3Dcc > lt_cv_compiler_o_lo=3Dyes > ac_cv_env_target_alias_value=3D > ac_cv_env_CC_value=3Dcc > lt_cv_path_NM=3D'/usr/bin/nm -B' > ac_cv_env_CPP_set=3D > ac_cv_header_dlfcn_h=3Dyes > ac_cv_objext=3Do >=20 > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## >=20 > ACLOCAL=3D'${SHELL} /usr/ports/x11-fonts/Xft/work/xft-2.1.2/missing --run= =20 > aclocal-1.7' > AMDEPBACKSLASH=3D'\' > AMDEP_FALSE=3D'#' > AMDEP_TRUE=3D'' > AMTAR=3D'${SHELL} /usr/ports/x11-fonts/Xft/work/xft-2.1.2/missing --run t= ar' > AUTOCONF=3D'${SHELL} /usr/ports/x11-fonts/Xft/work/xft-2.1.2/missing --ru= n=20 > autoconf' > AUTOHEADER=3D'${SHELL} /usr/ports/x11-fonts/Xft/work/xft-2.1.2/missing --= run=20 > autoheader' > AUTOMAKE=3D'${SHELL} /usr/ports/x11-fonts/Xft/work/xft-2.1.2/missing --ru= n=20 > automake-1.7' > AWK=3D'nawk' > CC=3D'cc' > CCDEPMODE=3D'depmode=3Dgcc' > CFLAGS=3D'-O3 -pipe -ffast-math -march=3Dk6' > CPP=3D'cc -E' > CPPFLAGS=3D'-I/usr/X11R6/include' > CYGPATH_W=3D'echo' > DEFS=3D'' > DEPDIR=3D'.deps' > ECHO=3D'echo' > ECHO_C=3D'' > ECHO_N=3D'-n' > ECHO_T=3D'' > EGREP=3D'grep -E' > EXEEXT=3D'' > FONTCONFIG_CFLAGS=3D'' > FONTCONFIG_LIBS=3D'' > FREETYPE_CFLAGS=3D'' > FREETYPE_LIBS=3D'' > INSTALL_DATA=3D'install -c -o root -g wheel -m 444' > INSTALL_PROGRAM=3D'install -c -s -o root -g wheel -m 555' > INSTALL_SCRIPT=3D'install -c -o root -g wheel -m 555' > INSTALL_STRIP_PROGRAM=3D'${SHELL} $(install_sh) -c -s' > LDFLAGS=3D'-L/usr/X11R6/lib' > LIBOBJS=3D'' > LIBS=3D' -L/usr/X11R6/lib -lXrender -lXext -lX11' > LIBTOOL=3D'$(SHELL) $(top_builddir)/libtool' > LN_S=3D'ln -s' > LTLIBOBJS=3D'' > MAKEINFO=3D'${SHELL} /usr/ports/x11-fonts/Xft/work/xft-2.1.2/missing --ru= n=20 > makeinfo' > OBJEXT=3D'o' > PACKAGE=3D'xft' > PACKAGE_BUGREPORT=3D'' > PACKAGE_NAME=3D'' > PACKAGE_STRING=3D'' > PACKAGE_TARNAME=3D'' > PACKAGE_VERSION=3D'' > PATH_SEPARATOR=3D':' > PKG_CONFIG=3D'/usr/local/bin/pkg-config' > RANLIB=3D'ranlib' > SET_MAKE=3D'' > SHELL=3D'/bin/sh' > STRIP=3D'strip' > VERSION=3D'2.1.2' > XRENDER_CFLAGS=3D'-I/usr/X11R6/include' > XRENDER_LIBS=3D'-L/usr/X11R6/lib -lXrender -lXext -lX11' > ac_ct_CC=3D'cc' > ac_ct_RANLIB=3D'ranlib' > ac_ct_STRIP=3D'strip' > am__fastdepCC_FALSE=3D'' > am__fastdepCC_TRUE=3D'#' > am__include=3D'include' > am__leading_dot=3D'.' > am__quote=3D'' > bindir=3D'${exec_prefix}/bin' > build=3D'i386-portbld-freebsd4.9' > build_alias=3D'i386-portbld-freebsd4.9' > build_cpu=3D'i386' > build_os=3D'freebsd4.9' > build_vendor=3D'portbld' > datadir=3D'${prefix}/share' > exec_prefix=3D'NONE' > ft_config=3D'' > host=3D'i386-portbld-freebsd4.9' > host_alias=3D'' > host_cpu=3D'i386' > host_os=3D'freebsd4.9' > host_vendor=3D'portbld' > includedir=3D'${prefix}/include' > infodir=3D'${prefix}/info' > install_sh=3D'/usr/ports/x11-fonts/Xft/work/xft-2.1.2/install-sh' > libdir=3D'${exec_prefix}/lib' > libexecdir=3D'${exec_prefix}/libexec' > localstatedir=3D'${prefix}/var' > mandir=3D'${prefix}/man' > oldincludedir=3D'/usr/include' > prefix=3D'/usr/X11R6' > program_transform_name=3D's,x,x,' > sbindir=3D'${exec_prefix}/sbin' > sharedstatedir=3D'${prefix}/com' > sysconfdir=3D'${prefix}/etc' > target_alias=3D'' >=20 > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## >=20 > #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 HAVE_X11_EXTENSIONS_XRENDER_H 1 > #define PACKAGE "xft" > #define PACKAGE_BUGREPORT "" > #define PACKAGE_NAME "" > #define PACKAGE_STRING "" > #define PACKAGE_TARNAME "" > #define PACKAGE_VERSION "" > #define STDC_HEADERS 1 > #define VERSION "2.1.2" >=20 > configure: exit 1 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-zTpVhwRfGOMoa5HYy5/0 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAK9Xib2iPiv4Uz4cRArHGAKCpWh+d2X+6Jfq1aWC5IoZqr0crcwCgi01L cUIi/060rxy+zD+h3LF6ubY= =PdtL -----END PGP SIGNATURE----- --=-zTpVhwRfGOMoa5HYy5/0--