From owner-freebsd-gnome@FreeBSD.ORG Fri May 23 14:19:24 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 9E68C37B401 for ; Fri, 23 May 2003 14:19:24 -0700 (PDT) Received: from web80109.mail.yahoo.com (web80109.mail.yahoo.com [66.163.169.82]) by mx1.FreeBSD.org (Postfix) with SMTP id 2643C43F85 for ; Fri, 23 May 2003 14:19:24 -0700 (PDT) (envelope-from ndinesh@sbcglobal.net) Message-ID: <20030523211924.10413.qmail@web80109.mail.yahoo.com> Received: from [205.173.58.13] by web80109.mail.yahoo.com via HTTP; Fri, 23 May 2003 14:19:24 PDT Date: Fri, 23 May 2003 14:19:24 -0700 (PDT) From: Dinesh Nadarajah To: gnome@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Building wxWindows 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: Fri, 23 May 2003 21:19:24 -0000 Hi all: I am trying to build WxWindows with GTK2 and Unicode support. As instructed in the README text, I configured with: ./configure --with-gtk --enable-gtk2 --enable-unicode But when I do make, I get the folloowing error (listed below). Has anyone sucessfully been ablle to compile and install WxWindows with GTK2 support? Any advice/recommendations? -Thanks in advance --Dinesh bash-2.05b$ make c++ -c -I./lib/wx/include/gtk2u-2.4 -I./include -I./src/png -I./src/jpeg -I./src/t iff -pthread -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local /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_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DGTK_NO_CH ECK_CASTS -O2 -MMD -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 -pthread -D_THREAD_SAFE -Wall -fPIC -o accel.o ./src/generic/acce l.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 = true) cons t': include/wx/string.h:646: implicit declaration of function `int towupper(...)' ./src/generic/accel.cpp: In method `wxAcceleratorTable::wxAcceleratorTable(int, cons t wxAcceleratorEntry *)': ./src/generic/accel.cpp:98: implicit declaration of function `int iswlower(...)' *** Error code 1 Stop in /usr/home/dinesh/work/poedit/wxGTK-2.4.0.