2.8.7 compile problem - linux

Jeff Lacki jeep at rahul.net
Mon Jan 21 13:21:41 PST 2008


Hello-

Im new to wxwidgets and am taking over for someone who
quit (how fun).  Im trying to configure and compile using:

./configure --with-opengl --disable-shared --enable-log --enable-debug -without-odbc --enable-debug_cntxt

Im on fedora core 4, which shouldnt matter?

I get the following when I try to compile:

/home/t40/wx/wxX11-2.8.7/bk-make-pch .pch/wxprec_corelib/wx/wxprec.h.gch wx/wxprec.h g++ -I.pch/wxprec_corelib -D__WXGTK__            -DwxUSE_BASE=0 -DWX_PRECOMP -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXDEBUG__ -I/home/t40/wx/wxX11-2.8.7/lib/wx/include/gtk2-ansi-debug-static-2.8 -I./include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -g -O0 -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/inclu
 de -I/usr/include/atk-1.0 -I/usr/include/freetype2/config
In file included from ./include/wx/bitmap.h:21,
                 from ./include/wx/gtk/cursor.h:15,
                 from ./include/wx/cursor.h:24,
                 from ./include/wx/event.h:22,
                 from ./include/wx/wx.h:25,
                 from ./include/wx/wxprec.h:68:
./include/wx/colour.h:135:31: error: wx/gtk/colour.h: No such file or directory

It would appear that wx/gtk is an empty directory except for
one directory - private:

95 % /home/t40/wx/wxX11-2.8.7/include/wx/gtk ls
private

So I assume somehow Im not configuring correctly or
missing something more?

Thanks in advance,
Jeff




More information about the wx-users mailing list