wxGtk-2.3.1 build failed compiling dccclient.cpp with config options: --with-gtk --prefix /usr


Subject: wxGtk-2.3.1 build failed compiling dccclient.cpp with config options: --with-gtk --prefix /usr
From: Patrick Callahan (pac1@tiac.net)
Date: Wed Sep 19 2001 - 15:20:11 MDT


This appears to be a problem with the version of gtk I'm using.
The compile that fails is our old friend dccclient.cpp. While there is a
known problem between wx and gtk that involves this module, I'm finding that
the exact remedies for the situation are not obvious to someone inexperienced
with rebuilding libraries.

I'm looking for advice as to which gtk libraries to upgrade to which
version, and which of them to leave alone.

From the ls /usr/lib/*gtk* listing, I appear to have the following gtk
libraries:

libgtk (1.2)
libgtk-x11 (1.3)
libgtkxmhtml (version unknown) (how do I find out?)
libgtkxparts (version unknown)
libgtkgl (version unknown)
libgtkmm (version unknown)

ls /usr/lib/gtk-2.0
1.3.1 include
libfribidi-gtkbeta (version unknown)

./configure reports back:
checking for toolkit... gtk
checking for gtk-config-2.0... (cached) /usr/bin/gtk-config-2.0
checking for GTK - version >= 1.3.1... yes (version 1.3.1)

compiles are running with -I/usr/lib/gtk-2.0/include

$ ls /usr/lib/*gtk*
libfribidi-gtkbeta.a libgtk.a libgtkxmhtml.so.1.0.1
libfribidi-gtkbeta.so libgtk.la libgtkxparts.la
libfribidi-gtkbeta.so.0 libgtk.so libgtkxparts.so
libfribidi-gtkbeta.so.0.0.0 libgtkgl.a libgtkxparts.so.0
libgnorbagtk.a libgtkgl.la libgtkxparts.so.0.0.0
libgnorbagtk.so libgtkgl.so libobgtk.a
libgnorbagtk.so.0 libgtkgl.so.5 libobgtk.la
libgnorbagtk.so.0.0.0 libgtkgl.so.5.0.0 libobgtk.so
libgtk-1.2.so.0 libgtkmm-1.2.so.0 libobgtk.so.1
libgtk-1.2.so.0.5.3 libgtkmm-1.2.so.0.2.1 libobgtk.so.1.2.1
libgtk-x11-1.3.a libgtkmm.la libwx_gtk-2.2.so
libgtk-x11-1.3.la libgtkmm.so libwx_gtk-2.2.so.6
libgtk-x11-1.3.so libgtkxmhtml.a libwx_gtk-2.2.so.6.1.6
libgtk-x11-1.3.so.1 libgtkxmhtml.so libwx_gtk.so
libgtk-x11-1.3.so.1.0.0 libgtkxmhtml.so.1

Here's the compile of dccclient.cpp that fails:

c++ -c -MMD -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -I. -I./include
-I./include
-I./src/zlib -I./src/png -I./src/jpeg -I./src/tiff -I/usr/lib/gtk-2.0/include
-I/usr/include/gtk-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0
-D_REENTRANT -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0
-I/usr/X11R6/include -Wall -I/usr/X11R6/include
"-DwxINSTALL_PREFIX=\"/usr\"" -fPIC -o dcclient.o
./src/gtk/dcclient.cpp
./src/gtk/dcclient.cpp: In method `void wxWindowDC::DoDrawText(const wxString
&, int, int)':
./src/gtk/dcclient.cpp:1349: initialization to `char *' from `const char *'
discards qualifiers
make: *** [dcclient.o] Error 1

Here's the complete build log:

wxGtk-2.3.1 sources are already installed in /usr/src/wxGtk-2.3.1
pwd = /usr/src/wxGTK-2.3.1
-----------------------------------------------------------------------
./configure --with-gtk --prefix /usr
loading cache ./config.cache
checking host system type... powerpc-unknown-linux-gnu
checking target system type... powerpc-unknown-linux-gnu
checking build system type... powerpc-unknown-linux-gnu
checking for gettext in -lc... (cached) yes
loading argument cache configarg.cache
checking for --enable-gui... yes
checking for --with-libpng... yes
checking for --with-libjpeg... yes
checking for --with-libtiff... yes
checking for --with-freetype... no
checking for --with-opengl... no
checking for --with-dmalloc... no
checking for --with-zlib... yes
checking for --with-odbc... no
checking for --enable-shared... yes
checking for --enable-burnt_name... no
checking for --enable-optimise... yes
checking for --enable-debug... 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-intl... yes
checking for --enable-config... yes
checking for --enable-sockets... yes
checking for --enable-ipc... yes
checking for --enable-dialupman... yes
checking for --enable-apple_ieee... yes
checking for --enable-timedate... yes
checking for --enable-wave... no
checking for --enable-fraction... no
checking for --enable-dynlib... 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-textfile... yes
checking for --enable-unicode... no
checking for --enable-wcsrtombs... no
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-threads... yes
checking for --enable-serial... yes
checking for --enable-docview... yes
checking for --enable-help... yes
checking for --enable-constraints... yes
checking for --enable-printarch... yes
checking for --enable-mdi... yes
checking for --enable-postscript... yes
checking for --enable-prologio... yes
checking for --enable-resources... yes
checking for --enable-xresources... no
checking for --enable-clipboard... yes
checking for --enable-dnd... yes
checking for --enable-metafile... yes
checking for --enable-wxtree... yes
checking for --enable-controls... no
checking for --enable-accel... yes
checking for --enable-caret... yes
checking for --enable-bmpbutton... 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-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-statusbar... yes
checking for --enable-tabdialog... no
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-commondlg... yes
checking for --enable-dirdlg... yes
checking for --enable-textdlg... yes
checking for --enable-tipdlg... yes
checking for --enable-progressdlg... yes
checking for --enable-miniframe... yes
checking for --enable-html... 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-image... yes
checking for --enable-gif... yes
checking for --enable-pcx... yes
checking for --enable-pnm... yes
checking for --enable-pnm... yes
saving argument cache configarg.cache
checking for toolkit... gtk
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether gcc needs -traditional... (cached) no
checking for c++... (cached) c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... (cached) c++ -E
checking for ranlib... (cached) ranlib
checking for ar... (cached) ar
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for strip... (cached) strip
checking make for VPATH support... yes
checking for bison... (cached) bison -y
checking for flex... (cached) flex
checking for yywrap in -lfl... (cached) yes
checking whether ln -s works... (cached) yes
checking for gtk-config-2.0... (cached) /usr/bin/gtk-config-2.0
checking for GTK - version >= 1.3.1... yes (version 1.3.1)
checking for gdk_im_open in -lgdk... (cached) yes
checking for X... (cached) libraries /usr/X11R6/lib, headers
/usr/X11R6/include checking for dnet_ntoa in -ldnet... (cached) no
checking for dnet_ntoa in -ldnet_stub... (cached) no
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for remove... (cached) yes
checking for shmat... (cached) yes
checking for IceConnectionNumber in -lICE... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for wchar.h... (cached) yes
checking for wcstr.h... (cached) no
checking for fnmatch.h... (cached) yes
checking for iconv.h... (cached) yes
checking for langinfo.h... (cached) yes
checking for X11/XKBlib.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking for mode_t... (cached) yes
checking for off_t... (cached) yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for wchar_t... (cached) yes
checking if size_t is unsigned int... (cached) yes
checking for pw_gecos in struct passwd... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking size of char... (cached) 1
checking size of short... (cached) 2
checking size of int *... (cached) 4
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of long long... (cached) 8
checking size of wchar_t... (cached) 4
checking whether byte ordering is bigendian... (cached) yes
checking for iostream... (cached) yes
checking if C++ compiler supports bool... (cached) yes
checking if you need GNU extensions... (cached) yes
checking for wcslen in -lc... (cached) yes
checking for vprintf... (cached) yes
checking for vsnprintf... (cached) yes
checking for vsscanf... (cached) yes
checking if iconv() takes char**... (cached) yes
checking for sigaction... (cached) yes
checking for sa_handler type... (cached) int
checking for vfork... (cached) yes
checking for fcntl... (cached) yes
checking for timegm... (cached) yes
checking for putenv... (cached) yes
checking for nanosleep... (cached) yes
checking for uname... (cached) yes
checking for strtok_r... (cached) yes
checking for inet_addr... (cached) yes
checking for inet_aton... (cached) yes
checking for pthread_create in -lpthread... (cached) yes
checking for thr_setconcurrency... (cached) no
checking for sched.h... (cached) yes
checking for sched_yield in -lpthread... (cached) yes
checking for pthread_attr_getschedpolicy in -lpthread... (cached) yes
checking for pthread_attr_setschedparam in -lpthread... (cached) yes
checking for sched_get_priority_max in -lpthread... (cached) yes
checking for pthread_cancel in -lpthread... (cached) yes
checking for pthread_cleanup_push/pop... (cached) yes
checking for pthread_mutexattr_t... (cached) yes
checking for strptime... (cached) yes
checking for timezone variable in <time.h>... (cached) __timezone
checking for localtime... (cached) yes
checking for tm_gmtoff in struct tm... (cached) yes
checking for gettimeofday... (cached) yes
checking whether gettimeofday takes two arguments... (cached) yes
checking for socket... (cached) yes
checking what is the type of the third argument of getsockname... (cached)
socklen_t
checking for linux/joystick.h... (cached) yes
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking for dlerror... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
creating ./config.status
creating wx-config
creating src/make.env
creating src/makeprog.env
creating src/makelib.env
creating Makefile
creating setup.h
setup.h is unchanged
configuring in demos
running /bin/sh ./configure --with-gtk --prefix /usr
--cache-file=.././config.cache --srcdir=.
loading 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-gtk --prefix /usr
--cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
creating ./config.status
creating 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 layout/Makefile
creating listctrl/Makefile
creating mdi/Makefile
creating menu/Makefile
creating memcheck/Makefile
creating minifram/Makefile
creating minimal/Makefile
creating newgrid/Makefile
creating notebook/Makefile
creating png/Makefile
creating printing/Makefile
creating proplist/Makefile
creating propsize/Makefile
creating richedit/Makefile
creating resource/Makefile
creating rotate/Makefile
creating sashtest/Makefile
creating scroll/Makefile
creating scrollsub/Makefile
creating splitter/Makefile
creating statbar/Makefile
creating text/Makefile
creating thread/Makefile
creating toolbar/Makefile
creating treectrl/Makefile
creating treelay/Makefile
creating typetest/Makefile
creating validate/Makefile
creating sockets/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-gtk --prefix /usr
--cache-file=.././config.cache --srcdir=.
loading 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
configuring in contrib
running /bin/sh ./configure --with-gtk --prefix /usr
--cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking how to run the C preprocessor... (cached) gcc -E
checking for esd.h... (cached) yes
checking for esd_close in -lesd... (cached) yes
ESound detected
creating ./config.status
creating Makefile
creating src/Makefile
creating src/ogl/Makefile
creating src/mmedia/Makefile
creating src/stc/Makefile
creating src/xrc/Makefile
creating src/canvas/Makefile
creating src/gizmos/Makefile
creating src/plot/Makefile
creating src/applet/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/canvas/Makefile
creating samples/canvas/test/Makefile
creating samples/canvas/simple/Makefile
creating samples/gizmos/Makefile
creating samples/gizmos/multicell/Makefile
creating samples/gizmos/splittree/Makefile
creating samples/gizmos/editlbox/Makefile
creating samples/xrc/Makefile
creating samples/plot/Makefile
creating samples/applet/Makefile
creating utils/Makefile
creating utils/wxrc/Makefile
creating utils/wxrcedit/Makefile
creating utils/convertrc/Makefile
-----------------------------------------------------------------------
make clean
rm -f *.o
rm -f *.d
rm -f parser.c
rm -f lexer.c
rm -f -r ./lib/wx/*
rm -f ./lib/lib*
-----------------------------------------------------------------------
make
c++ -c -MMD -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -I. -I./include
-I./include -I./src/zlib -I./src/png -I./src/jpeg -I./src/tiff
-I/usr/lib/gtk-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -D_REENTRANT -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -I/usr/X11R6/include -Wall -I/usr/X11R6/include
"-DwxINSTALL_PREFIX=\"/usr\"" -fPIC -o accel.o ./src/gtk/accel.cpp
c++ -c -MMD -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -I. -I./include
-I./include -I./src/zlib -I./src/png -I./src/jpeg -I./src/tiff
-I/usr/lib/gtk-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -D_REENTRANT -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -I/usr/X11R6/include -Wall -I/usr/X11R6/include
"-DwxINSTALL_PREFIX=\"/usr\"" -fPIC -o app.o ./src/gtk/app.cpp
c++ -c -MMD -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -I. -I./include
-I./include -I./src/zlib -I./src/png -I./src/jpeg -I./src/tiff
-I/usr/lib/gtk-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -D_REENTRANT -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -I/usr/X11R6/include -Wall -I/usr/X11R6/include
"-DwxINSTALL_PREFIX=\"/usr\"" -fPIC -o bitmap.o ./src/gtk/bitmap.cpp
c++ -c -MMD -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -I. -I./include
-I./include -I./src/zlib -I./src/png -I./src/jpeg -I./src/tiff
-I/usr/lib/gtk-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -D_REENTRANT -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -I/usr/X11R6/include -Wall -I/usr/X11R6/include
"-DwxINSTALL_PREFIX=\"/usr\"" -fPIC -o bmpbuttn.o ./src/gtk/bmpbuttn.cpp
c++ -c -MMD -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -I. -I./include
-I./include -I./src/zlib -I./src/png -I./src/jpeg -I./src/tiff
-I/usr/lib/gtk-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -D_REENTRANT -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -I/usr/X11R6/include -Wall -I/usr/X11R6/include
"-DwxINSTALL_PREFIX=\"/usr\"" -fPIC -o brush.o ./src/gtk/brush.cpp
c++ -c -MMD -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -I. -I./include
-I./include -I./src/zlib -I./src/png -I./src/jpeg -I./src/tiff
-I/usr/lib/gtk-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -D_REENTRANT -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -I/usr/X11R6/include -Wall -I/usr/X11R6/include
"-DwxINSTALL_PREFIX=\"/usr\"" -fPIC -o button.o ./src/gtk/button.cpp
c++ -c -MMD -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -I. -I./include
-I./include -I./src/zlib -I./src/png -I./src/jpeg -I./src/tiff
-I/usr/lib/gtk-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -D_REENTRANT -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -I/usr/X11R6/include -Wall -I/usr/X11R6/include
"-DwxINSTALL_PREFIX=\"/usr\"" -fPIC -o checkbox.o ./src/gtk/checkbox.cpp
c++ -c -MMD -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -I. -I./include
-I./include -I./src/zlib -I./src/png -I./src/jpeg -I./src/tiff
-I/usr/lib/gtk-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -D_REENTRANT -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -I/usr/X11R6/include -Wall -I/usr/X11R6/include
"-DwxINSTALL_PREFIX=\"/usr\"" -fPIC -o checklst.o ./src/gtk/checklst.cpp
c++ -c -MMD -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -I. -I./include
-I./include -I./src/zlib -I./src/png -I./src/jpeg -I./src/tiff
-I/usr/lib/gtk-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -D_REENTRANT -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -I/usr/X11R6/include -Wall -I/usr/X11R6/include
"-DwxINSTALL_PREFIX=\"/usr\"" -fPIC -o choice.o ./src/gtk/choice.cpp
c++ -c -MMD -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -I. -I./include
-I./include -I./src/zlib -I./src/png -I./src/jpeg -I./src/tiff
-I/usr/lib/gtk-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -D_REENTRANT -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -I/usr/X11R6/include -Wall -I/usr/X11R6/include
"-DwxINSTALL_PREFIX=\"/usr\"" -fPIC -o clipbrd.o ./src/gtk/clipbrd.cpp
c++ -c -MMD -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -I. -I./include
-I./include -I./src/zlib -I./src/png -I./src/jpeg -I./src/tiff
-I/usr/lib/gtk-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -D_REENTRANT -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -I/usr/X11R6/include -Wall -I/usr/X11R6/include
"-DwxINSTALL_PREFIX=\"/usr\"" -fPIC -o colour.o ./src/gtk/colour.cpp
c++ -c -MMD -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -I. -I./include
-I./include -I./src/zlib -I./src/png -I./src/jpeg -I./src/tiff
-I/usr/lib/gtk-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -D_REENTRANT -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -I/usr/X11R6/include -Wall -I/usr/X11R6/include
"-DwxINSTALL_PREFIX=\"/usr\"" -fPIC -o combobox.o ./src/gtk/combobox.cpp
c++ -c -MMD -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -I. -I./include
-I./include -I./src/zlib -I./src/png -I./src/jpeg -I./src/tiff
-I/usr/lib/gtk-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -D_REENTRANT -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -I/usr/X11R6/include -Wall -I/usr/X11R6/include
"-DwxINSTALL_PREFIX=\"/usr\"" -fPIC -o control.o ./src/gtk/control.cpp
c++ -c -MMD -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -I. -I./include
-I./include -I./src/zlib -I./src/png -I./src/jpeg -I./src/tiff
-I/usr/lib/gtk-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -D_REENTRANT -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -I/usr/X11R6/include -Wall -I/usr/X11R6/include
"-DwxINSTALL_PREFIX=\"/usr\"" -fPIC -o cursor.o ./src/gtk/cursor.cpp
c++ -c -MMD -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -I. -I./include
-I./include
-I./src/zlib -I./src/png -I./src/jpeg -I./src/tiff -I/usr/lib/gtk-2.0/include
-I/usr/include/gtk-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0
-D_REENTRANT -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0
-I/usr/X11R6/include -Wall -I/usr/X11R6/include
"-DwxINSTALL_PREFIX=\"/usr\"" -fPIC -o data.o ./src/gtk/data.cpp
c++ -c -MMD -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -I. -I./include
-I./include
-I./src/zlib -I./src/png -I./src/jpeg -I./src/tiff -I/usr/lib/gtk-2.0/include
-I/usr/include/gtk-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0
-D_REENTRANT -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0
-I/usr/X11R6/include -Wall -I/usr/X11R6/include
"-DwxINSTALL_PREFIX=\"/usr\"" -fPIC -o dataobj.o ./src/gtk/dataobj.cpp
c++ -c -MMD -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -I. -I./include
-I./include
-I./src/zlib -I./src/png -I./src/jpeg -I./src/tiff -I/usr/lib/gtk-2.0/include
-I/usr/include/gtk-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0
-D_REENTRANT -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0
-I/usr/X11R6/include -Wall -I/usr/X11R6/include
"-DwxINSTALL_PREFIX=\"/usr\"" -fPIC -o dc.o ./src/gtk/dc.cpp
c++ -c -MMD -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -I. -I./include
-I./include
-I./src/zlib -I./src/png -I./src/jpeg -I./src/tiff -I/usr/lib/gtk-2.0/include
-I/usr/include/gtk-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0
-D_REENTRANT -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0
-I/usr/X11R6/include -Wall -I/usr/X11R6/include
"-DwxINSTALL_PREFIX=\"/usr\"" -fPIC -o dcclient.o
./src/gtk/dcclient.cpp
./src/gtk/dcclient.cpp: In method `void wxWindowDC::DoDrawText(const wxString
&, int, int)':
./src/gtk/dcclient.cpp:1349: initialization to `char *' from `const char *'
discards qualifiers
make: *** [dcclient.o] Error 1
-----------------------------------------------------------------------
make install fails because make did not finish.



This archive was generated by hypermail 2a24 : Wed Sep 19 2001 - 14:29:57 MDT