Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 2003 14:19:24 -0700 (PDT)
From:      Dinesh Nadarajah <ndinesh@sbcglobal.net>
To:        gnome@FreeBSD.org
Subject:   Building wxWindows
Message-ID:  <20030523211924.10413.qmail@web80109.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
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.



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