From owner-freebsd-gnome@FreeBSD.ORG Sun Apr 27 09:20:28 2003 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 78E3737B401 for ; Sun, 27 Apr 2003 09:20:28 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E84943FAF for ; Sun, 27 Apr 2003 09:20:25 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from mail3.nc.rr.com (fe3 [24.93.67.50])h3RGIEgs023033; Sun, 27 Apr 2003 12:18:15 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail3.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Sun, 27 Apr 2003 12:17:35 -0400 Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h3RGHdaa063100; Sun, 27 Apr 2003 12:17:39 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: marvin In-Reply-To: <3EABACAE.5000906@verat.net> References: <3EABACAE.5000906@verat.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-E9q+eF0P2WRFfdlZK/8Z" Organization: MarcusCom, Inc. Message-Id: <1051460406.3056.5.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.2 (Preview Release) Date: 27 Apr 2003 12:20:06 -0400 X-Spam-Status: No, hits=-39.2 required=5.0 tests=BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: freebsd-gnome@freebsd.org Subject: Re: wxGTK-devel w/ GTK2 + unicode? 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: Sun, 27 Apr 2003 16:20:28 -0000 --=-E9q+eF0P2WRFfdlZK/8Z Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-04-27 at 06:10, marvin wrote: > Hi, >=20 > I tried to compile wxgtk-devel (2.4.0) with --enable-gtk2 and > --enable-unicode added to Makefile (attached) but it failed. So I'm > wondering is it posible to compile it or I couldn't configure it correctl= y? > I also attached config.log and make.log >=20 > I cvsup'd whole ports tree two days ago... The towupper() and iswlower() functions are not (yet) implemented on -STABLE. It may compile on -CURRENT. Joe >=20 > -- > marvin >=20 > ______________________________________________________________________ > # New ports collection makefile for: wxGTK > # Date created: September 18, 1999 > # Whom: nectar@FreeBSD.ORG > # > # $FreeBSD: ports/x11-toolkits/wxgtk-devel/Makefile,v 1.39 2003/04/20 19:= 54:06 marcus Exp $ > # >=20 > PORTNAME=3D wxgtk > PORTVERSION=3D 2.4.0 > CATEGORIES=3D x11-toolkits > MASTER_SITES=3D ${MASTER_SITE_SOURCEFORGE} \ > ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/ > MASTER_SITE_SUBDIR=3D wxwindows > DISTNAME=3D wxGTK-${PORTVERSION} >=20 > MAINTAINER=3D sobomax@FreeBSD.org > COMMENT=3D The wxWindows GUI toolkit with GTK+ bindings (unstable version= ) >=20 > LIB_DEPENDS=3D png.5:${PORTSDIR}/graphics/png \ > tiff.4:${PORTSDIR}/graphics/tiff \ > iconv.3:${PORTSDIR}/converters/libiconv >=20 > NO_LATEST_LINK=3D "Unstable, development version." >=20 > USE_BZIP2=3D yes > USE_X_PREFIX=3D yes > USE_MESA=3D yes > USE_GMAKE=3D yes > USE_REINPLACE=3D yes > GNU_CONFIGURE=3D yes > USE_GNOME=3D gtk12 > INSTALLS_SHLIB=3D yes > CONFIGURE_ARGS=3D --with-libpng=3Dsys \ > --with-libjpeg=3Dsys \ > --with-libtiff=3Dsys \ > --with-zlib=3Dbuiltin \ > --with-opengl \ > --enable-gtk2 \ > --enable-unicode \ > --host=3D${CONFIGURE_TARGET} \ > --build=3D${CONFIGURE_TARGET} > CONFIGURE_ENV=3D CPPFLAGS=3D"${PTHREAD_CFLAGS} \ > -I${WRKSRC}/include \ > -I${LOCALBASE}/include \ > -I${X11BASE}/include" \ > LDFLAGS=3D"${PTHREAD_LIBS} \ > -L${LOCALBASE}/lib -liconv \ > -L${X11BASE}/lib" \ > GTK_CONFIG_2_0=3D"yes" >=20 > pre-patch: > @${REINPLACE_CMD} -e 's|[$$]THREADS_LINK|${PTHREAD_LIBS}|g' \ > ${WRKSRC}/configure >=20 > .include >=20 > ______________________________________________________________________ > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. >=20 > configure:1021: checking host system type > configure:1042: checking target system type > configure:1060: checking build system type > configure:1766: checking for --enable-gui > configure:1809: checking for --enable-universal > configure:1903: checking for --enable-nanox > configure:1944: checking for --enable-gtk2 > configure:1984: checking for --with-libpng > configure:2035: checking for --with-libjpeg > configure:2086: checking for --with-libtiff > configure:2137: checking for --with-opengl > configure:2179: checking for --with-dmalloc > configure:2218: checking for --with-regex > configure:2269: checking for --with-zlib > configure:2320: checking for --with-odbc > configure:2362: checking for --enable-shared > configure:2402: checking for --enable-soname > configure:2442: checking for --enable-optimise > configure:2482: checking for --enable-debug > configure:2523: checking for --enable-precomp > configure:2572: checking for --enable-debug_flag > configure:2612: checking for --enable-debug_info > configure:2652: checking for --enable-debug_gdb > configure:2692: checking for --enable-debug_cntxt > configure:2732: checking for --enable-mem_tracing > configure:2772: checking for --enable-profile > configure:2812: checking for --enable-no_rtti > configure:2852: checking for --enable-no_exceptions > configure:2892: checking for --enable-permissive > configure:2932: checking for --enable-no_deps > configure:2973: checking for --enable-compat20 > configure:3013: checking for --disable-compat22 > configure:3067: checking for --enable-intl > configure:3107: checking for --enable-config > configure:3148: checking for --enable-protocols > configure:3188: checking for --enable-ftp > configure:3228: checking for --enable-http > configure:3268: checking for --enable-fileproto > configure:3308: checking for --enable-sockets > configure:3348: checking for --enable-ole > configure:3388: checking for --enable-dataobj > configure:3429: checking for --enable-ipc > configure:3470: checking for --enable-cmdline > configure:3510: checking for --enable-datetime > configure:3550: checking for --enable-timedate > configure:3590: checking for --enable-stopwatch > configure:3630: checking for --enable-dialupman > configure:3670: checking for --enable-apple_ieee > configure:3710: checking for --enable-timer > configure:3750: checking for --enable-wave > configure:3790: checking for --enable-fraction > configure:3830: checking for --enable-dynlib > configure:3870: checking for --enable-dynamicloader > configure:3910: checking for --enable-longlong > configure:3950: checking for --enable-geometry > configure:3990: checking for --enable-log > configure:4030: checking for --enable-streams > configure:4070: checking for --enable-file > configure:4110: checking for --enable-ffile > configure:4150: checking for --enable-textbuf > configure:4190: checking for --enable-textfile > configure:4230: checking for --enable-fontmap > configure:4270: checking for --enable-unicode > configure:4310: checking for --enable-mslu > configure:4350: checking for --enable-wxprintfv > configure:4390: checking for --enable-std_iostreams > configure:4430: checking for --enable-filesystem > configure:4470: checking for --enable-fs_inet > configure:4510: checking for --enable-fs_zip > configure:4550: checking for --enable-zipstream > configure:4591: checking for --enable-catch_segvs > configure:4631: checking for --enable-snglinst > configure:4672: checking for --enable-mimetype > configure:4712: checking for --enable-system_options > configure:4753: checking for --enable-url > configure:4793: checking for --enable-protocol > configure:4833: checking for --enable-protocol_http > configure:4873: checking for --enable-protocol_ftp > configure:4913: checking for --enable-protocol_file > configure:4956: checking for --enable-threads > configure:5000: checking for --enable-docview > configure:5040: checking for --enable-help > configure:5080: checking for --enable-mshtmlhelp > configure:5120: checking for --enable-html > configure:5160: checking for --enable-htmlhelp > configure:5200: checking for --enable-constraints > configure:5240: checking for --enable-printarch > configure:5280: checking for --enable-mdi > configure:5320: checking for --enable-loggui > configure:5360: checking for --enable-logwin > configure:5400: checking for --enable-logdialog > configure:5441: checking for --enable-postscript > configure:5484: checking for --enable-prologio > configure:5524: checking for --enable-resources > configure:5565: checking for --enable-xresources > configure:5607: checking for --enable-clipboard > configure:5647: checking for --enable-dnd > configure:5687: checking for --enable-metafile > configure:5728: checking for --enable-treelayout > configure:5770: checking for --enable-controls > configure:5891: checking for --enable-accel > configure:5931: checking for --enable-button > configure:5971: checking for --enable-bmpbutton > configure:6011: checking for --enable-calendar > configure:6051: checking for --enable-caret > configure:6091: checking for --enable-checkbox > configure:6131: checking for --enable-checklst > configure:6171: checking for --enable-choice > configure:6211: checking for --enable-combobox > configure:6251: checking for --enable-gauge > configure:6291: checking for --enable-grid > configure:6331: checking for --enable-newgrid > configure:6371: checking for --enable-imaglist > configure:6411: checking for --enable-listbox > configure:6451: checking for --enable-listctrl > configure:6491: checking for --enable-notebook > configure:6531: checking for --enable-propsheet > configure:6571: checking for --enable-radiobox > configure:6611: checking for --enable-radiobtn > configure:6651: checking for --enable-sash > configure:6691: checking for --enable-scrollbar > configure:6731: checking for --enable-slider > configure:6771: checking for --enable-spinbtn > configure:6811: checking for --enable-spinctrl > configure:6851: checking for --enable-splitter > configure:6891: checking for --enable-statbmp > configure:6931: checking for --enable-statbox > configure:6971: checking for --enable-statline > configure:7011: checking for --enable-stattext > configure:7051: checking for --enable-statusbar > configure:7091: checking for --enable-tabdialog > configure:7131: checking for --enable-textctrl > configure:7171: checking for --enable-togglebtn > configure:7211: checking for --enable-toolbar > configure:7251: checking for --enable-tbarnative > configure:7291: checking for --enable-tbarsmpl > configure:7331: checking for --enable-treectrl > configure:7371: checking for --enable-tipwindow > configure:7411: checking for --enable-popupwin > configure:7453: checking for --enable-commondlg > configure:7493: checking for --enable-choicedlg > configure:7533: checking for --enable-coldlg > configure:7573: checking for --enable-filedlg > configure:7613: checking for --enable-finddlg > configure:7653: checking for --enable-fontdlg > configure:7693: checking for --enable-dirdlg > configure:7733: checking for --enable-msgdlg > configure:7773: checking for --enable-numberdlg > configure:7813: checking for --enable-splash > configure:7853: checking for --enable-textdlg > configure:7893: checking for --enable-tipdlg > configure:7933: checking for --enable-progressdlg > configure:7973: checking for --enable-wizarddlg > configure:8015: checking for --enable-menus > configure:8055: checking for --enable-miniframe > configure:8095: checking for --enable-tooltips > configure:8135: checking for --enable-splines > configure:8175: checking for --enable-validators > configure:8215: checking for --enable-busyinfo > configure:8255: checking for --enable-joystick > configure:8295: checking for --enable-metafile > configure:8335: checking for --enable-dragimage > configure:8377: checking for --enable-palette > configure:8417: checking for --enable-image > configure:8457: checking for --enable-gif > configure:8497: checking for --enable-pcx > configure:8537: checking for --enable-iff > configure:8577: checking for --enable-pnm > configure:8617: checking for --enable-xpm > configure:8657: checking for --enable-ico_cur > configure:8716: checking for toolkit > configure:8903: checking for gcc > configure:9016: checking whether the C compiler (cc -O -pipe -pthread -= L/usr/local/lib -liconv -L/usr/X11R6/lib) works > configure:9032: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11= -toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/us= r/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib confte= st.c 1>&5 > configure:9058: checking whether the C compiler (cc -O -pipe -pthread -= L/usr/local/lib -liconv -L/usr/X11R6/lib) is a cross-compiler > configure:9063: checking whether we are using GNU C > configure:9072: cc -E conftest.c > configure:9091: checking whether cc accepts -g > configure:9124: checking how to run the C preprocessor > configure:9145: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-dev= el/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include con= ftest.c >/dev/null 2>conftest.out > configure:9205: checking whether cc needs -traditional > configure:9230: termio.h: No such file or directory > configure:9266: checking for c++ > configure:9298: checking whether the C++ compiler (c++ -O -pipe -pthrea= d -L/usr/local/lib -liconv -L/usr/X11R6/lib) works > configure:9314: c++ -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x= 11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/= usr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conf= test.C 1>&5 > configure:9340: checking whether the C++ compiler (c++ -O -pipe -pthrea= d -L/usr/local/lib -liconv -L/usr/X11R6/lib) is a cross-compiler > configure:9345: checking whether we are using GNU C++ > configure:9354: c++ -E conftest.C > configure:9373: checking whether c++ accepts -g > configure:9416: checking for ranlib > configure:9447: checking for ar > configure:9487: checking for a BSD compatible install > configure:9561: checking for strip > configure:9590: checking if make is GNU make > configure:9663: checking for bison > configure:9663: checking for byacc > configure:9697: checking for flex > configure:9731: checking for yywrap in -lfl > configure:9750: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11= -toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/us= r/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib confte= st.c -lfl 1>&5 > configure:9774: checking whether ln -s works > configure:9851: checking for strings.h > configure:9861: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-dev= el/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include con= ftest.c >/dev/null 2>conftest.out > configure:9893: checking for stdlib.h > configure:9903: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-dev= el/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include con= ftest.c >/dev/null 2>conftest.out > configure:9933: checking for malloc.h > configure:9943: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-dev= el/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include con= ftest.c >/dev/null 2>conftest.out > In file included from configure:9939: > /usr/include/malloc.h:2: warning: #warning "this file includes = which is deprecated, use instead" > configure: failed program was: > #line 9938 "configure" > #include "confdefs.h" > #include > configure:9973: checking for unistd.h > configure:9983: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-dev= el/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include con= ftest.c >/dev/null 2>conftest.out > configure:10013: checking for wchar.h > configure:10023: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-de= vel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include co= nftest.c >/dev/null 2>conftest.out > configure:10097: checking for fnmatch.h > configure:10107: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-de= vel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include co= nftest.c >/dev/null 2>conftest.out > configure:10138: checking for fnmatch > configure:10166: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conft= est.c 1>&5 > configure:10196: checking for langinfo.h > configure:10206: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-de= vel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include co= nftest.c >/dev/null 2>conftest.out > configure:10239: checking for X11/XKBlib.h > configure:10249: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-de= vel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include co= nftest.c >/dev/null 2>conftest.out > configure:10280: checking for working const > configure:10334: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkit= s/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/= include conftest.c 1>&5 > configure:10355: checking for inline > configure:10369: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkit= s/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/= include conftest.c 1>&5 > configure:10396: checking size of char > configure:10415: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conft= est.c 1>&5 > configure:10435: checking size of short > configure:10454: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conft= est.c 1>&5 > configure:10474: checking size of void * > configure:10493: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conft= est.c 1>&5 > configure:10513: checking size of int > configure:10532: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conft= est.c 1>&5 > configure:10552: checking size of long > configure:10571: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conft= est.c 1>&5 > configure:10679: checking size of long long > configure:10698: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conft= est.c 1>&5 > configure:10720: checking size of wchar_t > configure:10765: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conft= est.c 1>&5 > configure:10797: checking for _FILE_OFFSET_BITS value needed for large fi= les > configure:10814: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkit= s/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/= include conftest.c 1>&5 > configure:10885: checking if large file support is available > configure:10906: checking whether byte ordering is bigendian > configure:10924: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkit= s/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/= include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.c 1>&5 > configure:10939: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkit= s/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/= include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.c 1>&5 > configure: In function `main': > configure:10934: syntax error before `big' > configure: failed program was: > #line 10928 "configure" > #include "confdefs.h" > #include > #include > int main() { >=20 > #if BYTE_ORDER !=3D BIG_ENDIAN > not big endian > #endif > ; return 0; } > configure:11000: checking how to run the C++ preprocessor > configure:11018: c++ -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-d= evel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -= D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.C >/dev/null 2>conftest.out > configure:11062: checking for iostream > configure:11072: c++ -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-d= evel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -= D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.C >/dev/null 2>conftest.out > configure:11120: checking if C++ compiler supports bool > configure:11147: c++ -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolk= its/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R= 6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.C 1>&5 > configure:11185: checking if C++ compiler supports the explicit keyword > configure:11211: c++ -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolk= its/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R= 6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.C 1>&5 > configure:11228: c++ -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolk= its/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R= 6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.C 1>&5 > configure: In function `int main()': > configure:11222: conversion from `int' to non-scalar type `Foo' requested > configure:11218: in passing argument 1 of `TakeFoo(const Foo &)' > configure: failed program was: > #line 11215 "configure" > #include "confdefs.h" >=20 > class Foo { public: explicit Foo(int) {} }; > static void TakeFoo(const Foo& foo) { } > =20 > int main() { >=20 > TakeFoo(17); > return 0; > =20 > ; return 0; } > configure:11453: checking for regex.h > configure:11463: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-de= vel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D= _FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.c >/dev/null 2>conftest.out > configure:11482: checking for regcomp > configure:11510: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c 1>&5 > configure:11888: checking for jpeglib.h > configure:11905: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkit= s/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/= include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.c 1>&5 > configure:11923: checking for jpeg_read_header in -ljpeg > configure:11942: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -ljpeg 1>&5 > configure:12001: checking for tiffio.h > configure:12011: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-de= vel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D= _FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.c >/dev/null 2>conftest.out > configure:12028: checking for TIFFError in -ltiff > configure:12047: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -ltiff -lm -ljpeg 1>&5 > configure:12268: checking for GTK+ version > configure:12309: checking for pkg-config > configure:12357: checking for GTK+ - version >=3D 2.0.0 > configure:12467: cc -o conftest -O -pipe -pthread -I/usr/local/include/a= tk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/u= sr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/incl= ude/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/lo= cal/include -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wx= GTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSE= T_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6= /lib conftest.c -Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6= /lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lm = -lpangoxft-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpangox-1.0 = -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lic= onv 1>&5 > configure:13170: checking for pangoft2 > configure:13177: checking PANGOFT2_CFLAGS > configure:13182: checking PANGOFT2_LIBS > configure:13227: checking for poll > configure:13255: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr/= local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender= -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:13289: checking for gdk_im_open in -lgdk12 > configure:13308: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -lgdk12 -Wl,--export-dynami= c -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext = -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -= liconv 1>&5 > configure:15733: checking for GL/gl.h > configure:15743: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-de= vel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D= _FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.c >/dev/null 2>conftest.out > configure:15761: checking for -lGL > configure:15965: checking if the linker accepts --version-script > configure:15975: c++ -o conftest.output -O -pipe -I/usr/local/include/= glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -= I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -= D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/inclu= de -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_= LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c= pp -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr > configure:16270: checking for ANSI C header files > configure:16283: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-de= vel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D= _FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.c >/dev/null 2>conftest.out > configure:16350: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr/= local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender= -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:16374: checking for mode_t > configure:16407: checking for off_t > configure:16440: checking for pid_t > configure:16473: checking for size_t > configure:16506: checking for uid_t in sys/types.h > configure:16549: checking if size_t is unsigned int > configure:16567: c++ -c -O -pipe -I/usr/local/include/glib-2.0 -I/usr/l= ocal/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/inclu= de -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I= /usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/= include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conft= est.C 1>&5 > configure:16560: `Foo::foo(unsigned int)' has already been declared in `F= oo' > configure: failed program was: > #line 16554 "configure" > #include "confdefs.h" > #include > int main() { >=20 > return 0; } >=20 > struct Foo { void foo(size_t); void foo(unsigned int); }; >=20 > int bar() { > =20 > ; return 0; } > configure:16642: checking for pw_gecos in struct passwd > configure:16659: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkit= s/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/= include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.c 1>&5 > configure:16699: checking for wcslen > configure:16727: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr/= local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender= -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:16851: checking for wcsrtombs > configure:16879: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr/= local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender= -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > /tmp/cciTtcXX.o: In function `main': > /tmp/cciTtcXX.o(.text+0x7): undefined reference to `wcsrtombs' > configure: failed program was: > #line 16856 "configure" > #include "confdefs.h" > /* System header to define __stub macros and hopefully few prototypes, > which can conflict with char wcsrtombs(); below. */ > #include > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char wcsrtombs(); >=20 > int main() { >=20 > /* 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_wcsrtombs) || defined (__stub___wcsrtombs) > choke me > #else > wcsrtombs(); > #endif >=20 > ; return 0; } > configure:16919: checking for vsnprintf > configure:16950: c++ -o conftest -O -pipe -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X1= 1R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD= _SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/u= sr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FI= LES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.C -Wl,--= export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfre= etype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0= -lglib-2.0 -liconv 1>&5 > configure:16979: checking for fputwc > configure:17010: c++ -o conftest -O -pipe -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X1= 1R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD= _SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/u= sr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FI= LES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.C -Wl,--= export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfre= etype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0= -lglib-2.0 -liconv 1>&5 > /tmp/ccWY8npM.o: In function `main': > /tmp/ccWY8npM.o(.text+0x7): undefined reference to `fputwc' > configure: failed program was: > #line 16984 "configure" > #include "confdefs.h" > /* System header to define __stub macros and hopefully few prototypes, > which can conflict with char fputwc(); below. */ > #include > /* 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 fputwc(); >=20 > int main() { >=20 > /* 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_fputwc) || defined (__stub___fputwc) > choke me > #else > fputwc(); > #endif >=20 > ; return 0; } > configure:16979: checking for wprintf > configure:17010: c++ -o conftest -O -pipe -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X1= 1R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD= _SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/u= sr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FI= LES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.C -Wl,--= export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfre= etype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0= -lglib-2.0 -liconv 1>&5 > /tmp/ccAo2Skm.o: In function `main': > /tmp/ccAo2Skm.o(.text+0x7): undefined reference to `wprintf' > configure: failed program was: > #line 16984 "configure" > #include "confdefs.h" > /* System header to define __stub macros and hopefully few prototypes, > which can conflict with char wprintf(); below. */ > #include > /* 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 wprintf(); >=20 > int main() { >=20 > /* 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_wprintf) || defined (__stub___wprintf) > choke me > #else > wprintf(); > #endif >=20 > ; return 0; } > configure:16979: checking for vswprintf > configure:17010: c++ -o conftest -O -pipe -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X1= 1R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD= _SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/u= sr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FI= LES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.C -Wl,--= export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfre= etype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0= -lglib-2.0 -liconv 1>&5 > /tmp/ccSMXUwN.o: In function `main': > /tmp/ccSMXUwN.o(.text+0x7): undefined reference to `vswprintf' > configure: failed program was: > #line 16984 "configure" > #include "confdefs.h" > /* System header to define __stub macros and hopefully few prototypes, > which can conflict with char vswprintf(); below. */ > #include > /* 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 vswprintf(); >=20 > int main() { >=20 > /* 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_vswprintf) || defined (__stub___vswprintf) > choke me > #else > vswprintf(); > #endif >=20 > ; return 0; } > configure:17035: checking for _vsnwprintf > configure:17044: c++ -c -O -pipe -I/usr/local/include/glib-2.0 -I/usr/l= ocal/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/inclu= de -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I= /usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/= include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conft= est.C 1>&5 > configure: In function `int main()': > configure:17040: `_vsnwprintf' undeclared (first use this function) > configure:17040: (Each undeclared identifier is reported only once > configure:17040: for each function it appears in.) > configure: failed program was: > #line 17037 "configure" > #include "confdefs.h" > #include > int main() { > &_vsnwprintf; > ; return 0; } > configure:17096: checking for iconv > configure:17114: c++ -o conftest -O -pipe -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X1= 1R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD= _SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/u= sr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FI= LES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.C -Wl,--= export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfre= etype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0= -lglib-2.0 -liconv 1>&5 > configure:17157: checking if iconv needs const > configure:17181: c++ -c -O -pipe -I/usr/local/include/glib-2.0 -I/usr/l= ocal/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/inclu= de -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I= /usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/= include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conft= est.C 1>&5 > configure:17171: declaration of C function `size_t iconv(void *, char **,= size_t *, char **, size_t *)' conflicts with > /usr/local/include/iconv.h:91: previous declaration `size_t iconv(void *,= const char **, size_t *, char **, size_t *)' here > configure: failed program was: > #line 17162 "configure" > #include "confdefs.h" >=20 > #include > #include > extern > #ifdef __cplusplus > "C" > #endif > #if defined(__STDC__) || defined(__cplusplus) > size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *out= buf, size_t *outbytesleft); > #else > size_t iconv(); > #endif > =20 > int main() { >=20 > ; return 0; } > configure:17226: checking for sigaction > configure:17254: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr= /local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrende= r -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:17295: checking for sa_handler type > configure:17313: c++ -c -O -pipe -I/usr/local/include/glib-2.0 -I/usr/l= ocal/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/inclu= de -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I= /usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/= include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conft= est.C 1>&5 > configure:17350: checking for mkstemp > configure:17378: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr= /local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrende= r -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:17404: checking for statfs > configure:17430: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkit= s/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/= include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.c 1>&5 > configure:17512: checking for fcntl > configure:17540: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr= /local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrende= r -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:17574: checking for timegm > configure:17602: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr= /local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrende= r -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:17630: checking for putenv > configure:17658: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr= /local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrende= r -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:17705: checking for nanosleep > configure:17733: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr= /local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrende= r -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:17876: checking for uname > configure:17904: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr= /local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrende= r -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:17941: checking for strtok_r > configure:17972: c++ -o conftest -O -pipe -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X1= 1R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD= _SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/u= sr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FI= LES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.C -Wl,-= -export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfr= eetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.= 0 -lglib-2.0 -liconv 1>&5 > configure:18009: checking for inet_addr > configure:18037: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr= /local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrende= r -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:18193: checking for inet_aton > configure:18221: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr= /local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrende= r -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:18405: checking whether pthreads work with -pthread > configure:18429: cc -o conftest -pthread -O -pipe -D_THREAD_SAFE -I/usr= /ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/incl= ude -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread = -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -pthread -Wl,--exp= ort-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreety= pe -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -l= glib-2.0 -liconv 1>&5 > configure:18458: checking if more special flags are required for pthreads > configure:18491: checking for thr_setconcurrency > configure:18519: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > /tmp/cchHmwNk.o: In function `main': > /tmp/cchHmwNk.o(.text+0x7): undefined reference to `thr_setconcurrency' > configure: failed program was: > #line 18496 "configure" > #include "confdefs.h" > /* System header to define __stub macros and hopefully few prototypes, > which can conflict with char thr_setconcurrency(); below. */ > #include > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char thr_setconcurrency(); >=20 > int main() { >=20 > /* 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_thr_setconcurrency) || defined (__stub___thr_setconcu= rrency) > choke me > #else > thr_setconcurrency(); > #endif >=20 > ; return 0; } > configure:18548: checking for sched.h > configure:18558: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-de= vel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D= _FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.c >/dev/null 2>conftest.out > configure:18586: checking for sched_yield > configure:18614: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:18688: checking for pthread_attr_getschedpolicy > configure:18716: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:18731: checking for pthread_attr_setschedparam > configure:18759: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:18774: checking for sched_get_priority_max > configure:18804: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:18886: checking for pthread_cancel > configure:18914: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:18939: checking for pthread_cleanup_push/pop > configure:18955: cc -c -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE = -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/loca= l/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES con= ftest.c 1>&5 > configure:18983: checking for pthread_mutexattr_t > configure:18999: cc -c -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE = -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/loca= l/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES con= ftest.c 1>&5 > configure:19518: checking for strptime > configure:19546: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:19572: checking for timezone variable in > configure:19590: cc -c -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE = -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/loca= l/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES con= ftest.c 1>&5 > configure: In function `main': > configure:19585: warning: assignment makes integer from pointer without a= cast > configure:19677: checking for localtime > configure:19705: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:19732: checking for tm_gmtoff in struct tm > configure:19750: cc -c -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE = -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/loca= l/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES con= ftest.c 1>&5 > configure:19779: checking for gettimeofday > configure:19807: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:19834: checking whether gettimeofday takes two arguments > configure:19862: c++ -c -O -pipe -I/usr/local/include/glib-2.0 -I/usr/l= ocal/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/inclu= de -I/usr/local/include/freetype2 -I/usr/local/include -pthread -D_THREAD= _SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.= 0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS= =3D64 -D_LARGE_FILES conftest.C 1>&5 > configure:19938: checking for socket > configure:19966: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:20039: checking what is the type of the third argument of getso= ckname > configure:20067: c++ -c -O -pipe -I/usr/local/include/glib-2.0 -I/usr/l= ocal/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/inclu= de -I/usr/local/include/freetype2 -I/usr/local/include -pthread -D_THREAD= _SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.= 0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS= =3D64 -D_LARGE_FILES conftest.C 1>&5 > configure:20181: checking for linux/joystick.h > configure:20191: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-de= vel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D= _FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.c >/dev/null 2>conftest.out > configure:20187: linux/joystick.h: No such file or directory > configure: failed program was: > #line 20186 "configure" > #include "confdefs.h" > #include > configure:20245: checking for dlopen > configure:20273: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:20463: checking for dlerror > configure:20491: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:21837: checking for cos > configure:21865: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib = -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -= lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:21849: warning: conflicting types for built-in function `cos' > /tmp/ccwLDwez.o: In function `main': > /tmp/ccwLDwez.o(.text+0x7): undefined reference to `cos' > configure: failed program was: > #line 21842 "configure" > #include "confdefs.h" > /* System header to define __stub macros and hopefully few prototypes, > which can conflict with char cos(); below. */ > #include > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char cos(); >=20 > int main() { >=20 > /* 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_cos) || defined (__stub___cos) > choke me > #else > cos(); > #endif >=20 > ; return 0; } > configure:21892: checking for floor > configure:21920: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib = -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -= lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > /tmp/cclKg18U.o: In function `main': > /tmp/cclKg18U.o(.text+0x7): undefined reference to `floor' > configure: failed program was: > #line 21897 "configure" > #include "confdefs.h" > /* System header to define __stub macros and hopefully few prototypes, > which can conflict with char floor(); below. */ > #include > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char floor(); >=20 > int main() { >=20 > /* 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_floor) || defined (__stub___floor) > choke me > #else > floor(); > #endif >=20 > ; return 0; } > configure:21945: checking if floating point functions link without -lm > configure:21957: checking for sin > configure:21985: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib = -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -= lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lm 1>&5 > configure:21969: warning: conflicting types for built-in function `sin' > configure:22012: checking for ceil > configure:22040: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib = -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -= lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lm 1>&5 > configure:22065: checking if floating point functions link with -lm > configure:22218: checking whether gmake sets ${MAKE} >=20 > ______________________________________________________________________ > =3D=3D=3D> Extracting for wxgtk-2.4.0 > >> Checksum OK for wxGTK-2.4.0.tar.bz2. > =3D=3D=3D> Patching for wxgtk-2.4.0 > =3D=3D=3D> Applying FreeBSD patches for wxgtk-2.4.0 > =3D=3D=3D> wxgtk-2.4.0 depends on executable: gmake - found > =3D=3D=3D> wxgtk-2.4.0 depends on shared library: png.5 - found > =3D=3D=3D> wxgtk-2.4.0 depends on shared library: tiff.4 - found > =3D=3D=3D> wxgtk-2.4.0 depends on shared library: iconv.3 - found > =3D=3D=3D> wxgtk-2.4.0 depends on shared library: glut.3 - found > =3D=3D=3D> wxgtk-2.4.0 depends on shared library: X11.6 - found > =3D=3D=3D> wxgtk-2.4.0 depends on shared library: glib12.3 - found > =3D=3D=3D> wxgtk-2.4.0 depends on shared library: gtk12.2 - found > =3D=3D=3D> Configuring for wxgtk-2.4.0 > creating cache ./config.cache > checking host system type... i386-portbld-freebsd4.8 > checking target system type... i386-portbld-freebsd4.8 > checking build system type... i386-portbld-freebsd4.8 > loading argument cache configarg.cache > checking for --enable-gui... yes > checking for --enable-universal... no > checking for --enable-nanox... no > checking for --enable-gtk2... yes > checking for --with-libpng... system version > checking for --with-libjpeg... system version > checking for --with-libtiff... system version > checking for --with-opengl... yes > checking for --with-dmalloc... no > checking for --with-regex... yes > checking for --with-zlib... builtin version > checking for --with-odbc... no > checking for --enable-shared... yes > checking for --enable-soname... no > checking for --enable-optimise... yes > checking for --enable-debug... no > checking for --enable-precomp... no > checking for --enable-debug_flag... no > checking for --enable-debug_info... no > checking for --enable-debug_gdb... no > checking for --enable-debug_cntxt... no > checking for --enable-mem_tracing... no > checking for --enable-profile... no > checking for --enable-no_rtti... no > checking for --enable-no_exceptions... no > checking for --enable-permissive... no > checking for --enable-no_deps... no > checking for --enable-compat20... no > checking for --disable-compat22... no > checking for --enable-intl... yes > checking for --enable-config... yes > checking for --enable-protocols... yes > checking for --enable-ftp... yes > checking for --enable-http... yes > checking for --enable-fileproto... yes > checking for --enable-sockets... yes > checking for --enable-ole... yes > checking for --enable-dataobj... yes > checking for --enable-ipc... yes > checking for --enable-cmdline... yes > checking for --enable-datetime... yes > checking for --enable-timedate... no > checking for --enable-stopwatch... yes > checking for --enable-dialupman... yes > checking for --enable-apple_ieee... yes > checking for --enable-timer... yes > checking for --enable-wave... no > checking for --enable-fraction... no > checking for --enable-dynlib... yes > checking for --enable-dynamicloader... yes > checking for --enable-longlong... yes > checking for --enable-geometry... yes > checking for --enable-log... yes > checking for --enable-streams... yes > checking for --enable-file... yes > checking for --enable-ffile... yes > checking for --enable-textbuf... yes > checking for --enable-textfile... yes > checking for --enable-fontmap... yes > checking for --enable-unicode... yes > checking for --enable-mslu... yes > checking for --enable-wxprintfv... no > checking for --enable-std_iostreams... no > checking for --enable-filesystem... yes > checking for --enable-fs_inet... yes > checking for --enable-fs_zip... yes > checking for --enable-zipstream... yes > checking for --enable-catch_segvs... yes > checking for --enable-snglinst... yes > checking for --enable-mimetype... yes > checking for --enable-system_options... yes > checking for --enable-url... yes > checking for --enable-protocol... yes > checking for --enable-protocol_http... yes > checking for --enable-protocol_ftp... yes > checking for --enable-protocol_file... yes > checking for --enable-threads... yes > checking for --enable-docview... yes > checking for --enable-help... yes > checking for --enable-mshtmlhelp... yes > checking for --enable-html... yes > checking for --enable-htmlhelp... yes > checking for --enable-constraints... yes > checking for --enable-printarch... yes > checking for --enable-mdi... yes > checking for --enable-loggui... yes > checking for --enable-logwin... yes > checking for --enable-logdialog... yes > checking for --enable-postscript... yes > checking for --enable-prologio... no > checking for --enable-resources... no > checking for --enable-xresources... no > checking for --enable-clipboard... yes > checking for --enable-dnd... yes > checking for --enable-metafile... yes > checking for --enable-treelayout... yes > checking for --enable-controls... no > checking for --enable-accel... yes > checking for --enable-button... yes > checking for --enable-bmpbutton... yes > checking for --enable-calendar... yes > checking for --enable-caret... yes > checking for --enable-checkbox... yes > checking for --enable-checklst... yes > checking for --enable-choice... yes > checking for --enable-combobox... yes > checking for --enable-gauge... yes > checking for --enable-grid... yes > checking for --enable-newgrid... yes > checking for --enable-imaglist... yes > checking for --enable-listbox... yes > checking for --enable-listctrl... yes > checking for --enable-notebook... yes > checking for --enable-propsheet... yes > checking for --enable-radiobox... yes > checking for --enable-radiobtn... yes > checking for --enable-sash... yes > checking for --enable-scrollbar... yes > checking for --enable-slider... yes > checking for --enable-spinbtn... yes > checking for --enable-spinctrl... yes > checking for --enable-splitter... yes > checking for --enable-statbmp... yes > checking for --enable-statbox... yes > checking for --enable-statline... yes > checking for --enable-stattext... yes > checking for --enable-statusbar... yes > checking for --enable-tabdialog... no > checking for --enable-textctrl... yes > checking for --enable-togglebtn... yes > checking for --enable-toolbar... yes > checking for --enable-tbarnative... yes > checking for --enable-tbarsmpl... yes > checking for --enable-treectrl... yes > checking for --enable-tipwindow... yes > checking for --enable-popupwin... yes > checking for --enable-commondlg... yes > checking for --enable-choicedlg... yes > checking for --enable-coldlg... yes > checking for --enable-filedlg... yes > checking for --enable-finddlg... yes > checking for --enable-fontdlg... yes > checking for --enable-dirdlg... yes > checking for --enable-msgdlg... yes > checking for --enable-numberdlg... yes > checking for --enable-splash... yes > checking for --enable-textdlg... yes > checking for --enable-tipdlg... yes > checking for --enable-progressdlg... yes > checking for --enable-wizarddlg... yes > checking for --enable-menus... yes > checking for --enable-miniframe... yes > checking for --enable-tooltips... yes > checking for --enable-splines... yes > checking for --enable-validators... yes > checking for --enable-busyinfo... yes > checking for --enable-joystick... yes > checking for --enable-metafile... yes > checking for --enable-dragimage... yes > checking for --enable-palette... yes > checking for --enable-image... yes > checking for --enable-gif... yes > checking for --enable-pcx... yes > checking for --enable-iff... no > checking for --enable-pnm... yes > checking for --enable-xpm... yes > checking for --enable-ico_cur... yes > saving argument cache configarg.cache > checking for toolkit... gtk > updating cache ./config.cache > checking for gcc... cc > checking whether the C compiler (cc -O -pipe -pthread -L/usr/local/lib = -liconv -L/usr/X11R6/lib) works... yes > checking whether the C compiler (cc -O -pipe -pthread -L/usr/local/lib = -liconv -L/usr/X11R6/lib) is a cross-compiler... no > checking whether we are using GNU C... yes > checking whether cc accepts -g... yes > checking how to run the C preprocessor... cc -E > checking whether cc needs -traditional... no > checking for c++... c++ > checking whether the C++ compiler (c++ -O -pipe -pthread -L/usr/local/= lib -liconv -L/usr/X11R6/lib) works... yes > checking whether the C++ compiler (c++ -O -pipe -pthread -L/usr/local/= lib -liconv -L/usr/X11R6/lib) is a cross-compiler... no > checking whether we are using GNU C++... yes > checking whether c++ accepts -g... yes > checking for ranlib... ranlib > checking for ar... ar > checking for a BSD compatible install... /usr/bin/install -c -o root -g w= heel > checking for strip... strip > checking if make is GNU make... yes > checking for bison... no > checking for byacc... byacc > checking for flex... flex > checking for yywrap in -lfl... yes > checking whether ln -s works... yes > checking for strings.h... yes > checking for stdlib.h... yes > checking for malloc.h... no > checking for unistd.h... yes > checking for wchar.h... yes > checking for fnmatch.h... yes > checking for fnmatch... yes > checking for langinfo.h... yes > checking for X11/XKBlib.h... yes > checking for working const... yes > checking for inline... inline > checking size of char... 1 > checking size of short... 2 > checking size of void *... 4 > checking size of int... 4 > checking size of long... 4 > checking size of long long... 8 > checking size of wchar_t... 4 > checking for _FILE_OFFSET_BITS value needed for large files... 64 > checking if large file support is available... yes > checking whether byte ordering is bigendian... no > checking how to run the C++ preprocessor... c++ -E > checking for iostream... yes > checking if C++ compiler supports bool... yes > checking if C++ compiler supports the explicit keyword... yes > updating cache ./config.cache > checking for regex.h... yes > checking for regcomp... yes > configure: warning: system png library doesn't work without system zlib, = will use built-in instead > checking for jpeglib.h... yes > checking for jpeg_read_header in -ljpeg... yes > checking for tiffio.h... yes > checking for TIFFError in -ltiff... yes > checking for GTK+ version...=20 > checking for pkg-config... /usr/local/bin/pkg-config > checking for GTK+ - version >=3D 2.0.0... yes (version 2.2.1) > checking for pangoft2... yes > checking PANGOFT2_CFLAGS... -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/u= sr/local/include/freetype2 -I/usr/local/include =20 > checking PANGOFT2_LIBS... -Wl,--export-dynamic -L/usr/local/lib -L/usr/X1= 1R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpan= go-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv =20 > checking for poll... yes > checking for gdk_im_open in -lgdk12... yes > checking for GL/gl.h... yes > checking for -lGL... yes > checking if the linker accepts --version-script... yes > checking for ANSI C header files... yes > checking for mode_t... yes > checking for off_t... yes > checking for pid_t... yes > checking for size_t... yes > checking for uid_t in sys/types.h... yes > checking if size_t is unsigned int... yes > checking for pw_gecos in struct passwd... yes > checking for wcslen... yes > checking for wcsrtombs... no > checking for vsnprintf... yes > checking for fputwc... no > checking for wprintf... no > checking for vswprintf... no > checking for _vsnwprintf... no > checking for iconv... yes > checking if iconv needs const... yes > checking for sigaction... yes > checking for sa_handler type... int > checking for mkstemp... yes > checking for statfs... yes > checking for fcntl... yes > checking for timegm... yes > checking for putenv... yes > checking for nanosleep... yes > checking for uname... yes > checking for strtok_r... yes > checking for inet_addr... yes > checking for inet_aton... yes > updating cache ./config.cache > checking whether pthreads work with -pthread... yes > checking if more special flags are required for pthreads... -D_THREAD_SAF= E > checking for thr_setconcurrency... no > checking for sched.h... yes > checking for sched_yield... yes > checking for pthread_attr_getschedpolicy... yes > checking for pthread_attr_setschedparam... yes > checking for sched_get_priority_max... yes > checking for pthread_cancel... yes > checking for pthread_cleanup_push/pop... yes > checking for pthread_mutexattr_t... yes > checking for strptime... yes > checking for timezone variable in ... timezone > checking for localtime... yes > checking for tm_gmtoff in struct tm... yes > checking for gettimeofday... yes > checking whether gettimeofday takes two arguments... yes > checking for socket... yes > checking what is the type of the third argument of getsockname... socklen= _t > checking for linux/joystick.h... no > configure: warning: Joystick not supported by this system... disabled > checking for dlopen... yes > checking for dlerror... yes > configure: warning: Drag and drop is only supported under GTK+ 1.2... dis= abled > checking for cos... no > checking for floor... no > checking if floating point functions link without -lm... no > checking for sin... yes > checking for ceil... yes > checking if floating point functions link with -lm... yes > checking whether gmake sets ${MAKE}... yes > updating cache ./config.cache > creating ./config.status > creating wx-config > creating version-script > creating src/make.env > creating src/makeprog.env > creating src/makelib.env > creating Makefile > creating setup.h > configuring in demos > running /bin/sh ./configure --with-libpng=3Dsys --with-libjpeg=3Dsys --w= ith-libtiff=3Dsys --with-zlib=3Dbuiltin --with-opengl --enable-gtk2 --enabl= e-unicode --host=3Di386-portbld-freebsd4.8 --build=3Di386-portbld-freebsd4.= 8 --x-libraries=3D/usr/X11R6/lib --x-includes=3D/usr/X11R6/include --prefix= =3D/usr/X11R6 i386-portbld-freebsd4.8 --cache-file=3D.././config.cache --sr= cdir=3D. > loading cache .././config.cache > updating cache .././config.cache > creating ./config.status > creating Makefile > creating bombs/Makefile > creating dbbrowse/Makefile > creating forty/Makefile > creating fractal/Makefile > creating life/Makefile > creating poem/Makefile > configuring in samples > running /bin/sh ./configure --with-libpng=3Dsys --with-libjpeg=3Dsys --w= ith-libtiff=3Dsys --with-zlib=3Dbuiltin --with-opengl --enable-gtk2 --enabl= e-unicode --host=3Di386-portbld-freebsd4.8 --build=3Di386-portbld-freebsd4.= 8 --x-libraries=3D/usr/X11R6/lib --x-includes=3D/usr/X11R6/include --prefix= =3D/usr/X11R6 i386-portbld-freebsd4.8 --cache-file=3D.././config.cache --sr= cdir=3D. > loading cache .././config.cache > updating cache .././config.cache > creating ./config.status > creating Makefile > creating artprov/Makefile > creating caret/Makefile > creating calendar/Makefile > creating checklst/Makefile > creating config/Makefile > creating controls/Makefile > creating console/Makefile > creating db/Makefile > creating dialogs/Makefile > creating dialup/Makefile > creating docview/Makefile > creating docvwmdi/Makefile > creating dnd/Makefile > creating dragimag/Makefile > creating drawing/Makefile > creating dynamic/Makefile > creating erase/Makefile > creating event/Makefile > creating exec/Makefile > creating font/Makefile > creating grid/Makefile > creating help/Makefile > creating image/Makefile > creating internat/Makefile > creating ipc/Makefile > creating joytest/Makefile > creating keyboard/Makefile > creating layout/Makefile > creating listctrl/Makefile > creating mdi/Makefile > creating menu/Makefile > creating memcheck/Makefile > creating minifram/Makefile > creating minimal/Makefile > creating mobile/Makefile > creating mobile/wxedit/Makefile > creating mobile/styles/Makefile > creating newgrid/Makefile > creating notebook/Makefile > creating png/Makefile > creating printing/Makefile > creating proplist/Makefile > creating propsize/Makefile > creating resource/Makefile > creating rotate/Makefile > creating sashtest/Makefile > creating scroll/Makefile > creating scrollsub/Makefile > creating sockets/Makefile > creating splitter/Makefile > creating statbar/Makefile > creating taskbar/Makefile > sed: ./taskbar/Makefile.in: No such file or directory > creating text/Makefile > creating thread/Makefile > creating toolbar/Makefile > creating treectrl/Makefile > creating treelay/Makefile > creating typetest/Makefile > creating validate/Makefile > creating widgets/Makefile > creating wizard/Makefile > creating html/Makefile > creating html/about/Makefile > creating html/help/Makefile > creating html/printing/Makefile > creating html/helpview/Makefile > creating html/test/Makefile > creating html/zip/Makefile > creating html/virtual/Makefile > creating html/widget/Makefile > creating opengl/Makefile > creating opengl/cube/Makefile > creating opengl/penguin/Makefile > creating opengl/isosurf/Makefile > configuring in utils > running /bin/sh ./configure --with-libpng=3Dsys --with-libjpeg=3Dsys --w= ith-libtiff=3Dsys --with-zlib=3Dbuiltin --with-opengl --enable-gtk2 --enabl= e-unicode --host=3Di386-portbld-freebsd4.8 --build=3Di386-portbld-freebsd4.= 8 --x-libraries=3D/usr/X11R6/lib --x-includes=3D/usr/X11R6/include --prefix= =3D/usr/X11R6 i386-portbld-freebsd4.8 --cache-file=3D.././config.cache --sr= cdir=3D. > loading cache .././config.cache > updating cache .././config.cache > creating ./config.status > creating Makefile > creating makegen/Makefile > creating HelpGen/Makefile > creating HelpGen/src/Makefile > creating tex2rtf/Makefile > creating tex2rtf/src/Makefile > creating hhp2cached/Makefile > creating dialoged/Makefile > creating dialoged/src/Makefile > creating emulator/Makefile > creating emulator/src/Makefile > creating helpview/Makefile > creating helpview/src/Makefile > configuring in contrib > running /bin/sh ./configure --with-libpng=3Dsys --with-libjpeg=3Dsys --w= ith-libtiff=3Dsys --with-zlib=3Dbuiltin --with-opengl --enable-gtk2 --enabl= e-unicode --host=3Di386-portbld-freebsd4.8 --build=3Di386-portbld-freebsd4.= 8 --x-libraries=3D/usr/X11R6/lib --x-includes=3D/usr/X11R6/include --prefix= =3D/usr/X11R6 i386-portbld-freebsd4.8 --cache-file=3D.././config.cache --sr= cdir=3D. > loading cache .././config.cache > checking how to run the C preprocessor... (cached) cc -E > checking for esd.h... no > updating cache .././config.cache > creating ./config.status > creating src/Makefile > creating src/ogl/Makefile > creating src/mmedia/Makefile > creating src/stc/Makefile > creating src/svg/Makefile > creating src/xrc/Makefile > creating src/canvas/Makefile > creating src/gizmos/Makefile > creating src/plot/Makefile > creating src/applet/Makefile > creating src/fl/Makefile > creating src/net/Makefile > creating samples/Makefile > creating samples/mmedia/Makefile > creating samples/ogl/Makefile > creating samples/ogl/ogledit/Makefile > creating samples/ogl/studio/Makefile > creating samples/stc/Makefile > creating samples/svg/Makefile > creating samples/canvas/Makefile > creating samples/canvas/test/Makefile > creating samples/canvas/simple/Makefile > creating samples/gizmos/Makefile > creating samples/gizmos/editlbox/Makefile > creating samples/gizmos/dynsash/Makefile > creating samples/gizmos/dynsash_switch/Makefile > creating samples/gizmos/multicell/Makefile > creating samples/gizmos/splittree/Makefile > creating samples/gizmos/led/Makefile > creating samples/xrc/Makefile > creating samples/plot/Makefile > creating samples/applet/Makefile > creating samples/fl/Makefile > creating samples/fl/fl_demo1/Makefile > creating samples/fl/fl_demo2/Makefile > creating samples/fl/fl_sample1/Makefile > creating samples/fl/fl_sample2/Makefile > creating samples/fl/fl_sample3/Makefile > creating utils/Makefile > creating utils/wxrc/Makefile > creating utils/wxrcedit/Makefile > creating utils/convertrc/Makefile >=20 > Configured wxWindows 2.4.0 for `i386-portbld-freebsd4.8' >=20 > Which GUI toolkit should wxWindows use? GTK > Should wxWindows be compiled in debug mode? no > Should wxWindows be linked as a shared library? yes > Should wxWindows be compiled in Unicode mode? yes > What level of wxWindows compatibility should be enabled? > wxWindows 2.0 no > wxWindows 2.2 yes > Which libraries should wxWindows use? > jpeg sys > png builtin > regex sys > tiff sys > zlib builtin >=20 > =3D=3D=3D> Building for wxgtk-2.4.0 > c++ -c -I./lib/wx/include/gtku -I./include -I./src/zlib -I./src/png -pt= hread -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/loc= al/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2= .0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local= /include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/ports/x11-too= lkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R= 6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -D__WXGTK__ -DGTK_NO_C= HECK_CASTS -MMD -O -pipe -I/usr/local/include/glib-2.0 -I/usr/local/lib/gli= b-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/lo= cal/include/freetype2 -I/usr/local/include -pthread -D_THREAD_SAFE -Wall -f= PIC -o accel.o ./src/generic/accel.cpp > In file included from include/wx/memory.h:20, > from include/wx/object.h:25, > from include/wx/event.h:20, > from ./src/generic/accel.cpp:34: > include/wx/string.h: In method `bool wxString::IsSameAs(__wchar_t, bool = =3D true) const': > include/wx/string.h:646: implicit declaration of function `int towupper(.= ..)' > ./src/generic/accel.cpp: In method `wxAcceleratorTable::wxAcceleratorTabl= e(int, const wxAcceleratorEntry *)': > ./src/generic/accel.cpp:98: implicit declaration of function `int iswlowe= r(...)' > gmake: *** [accel.o] Error 1 > *** Error code 2 >=20 > Stop in /usr/ports/x11-toolkits/wxgtk-devel. >=20 > ______________________________________________________________________ > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-E9q+eF0P2WRFfdlZK/8Z Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+rAM1b2iPiv4Uz4cRAnpHAJ9A1DALDff9SqbUS+kQebRPKYj8qwCdE7LP UkHon9ZrPkfptc7QcpWYqxo= =G9Id -----END PGP SIGNATURE----- --=-E9q+eF0P2WRFfdlZK/8Z--