I downloaded the latest source release and ran this code:
l7y64@gc112m38 ~/Desktop/wxPython-src-2.8.12.1/bld>> …/configure --prefix=/home1/ugrads/l7y64/lib/wx --with-gtk --with-gnomeprint --with-opengl --enable-debug --enable-debug_gdb --enable-geometry --enable-graphics_ctx --enable-sound --with-sdl --enable-metactrl --enable-display
That works fine and gives this output:
Configured wxWidgets 2.8.12 for `i686-pc-linux-gnu’
Which GUI toolkit should wxWidgets use? GTK+ 2
Should wxWidgets be compiled into single library? no
Should wxWidgets be compiled in debug mode? yes
Should wxWidgets be linked as a shared library? yes
Should wxWidgets be compiled in Unicode mode? no
What level of wxWidgets compatibility should be enabled?
wxWidgets 2.4 no
wxWidgets 2.6 yes
Which libraries should wxWidgets use?
jpeg sys
png sys
regex sys
tiff builtin
zlib sys
odbc no
expat builtin
libmspack no
sdl no
Next i ran: l7y64@gc112m38 ~/Desktop/wxPython-src-2.8.12.1/bld>> make install
which resulted in this error:
/home1/ugrads/l7y64/Desktop/wxPython-src-2.8.12.1/bld/bk-make-pch ./.pch/wxprec_htmldll/wx/wxprec.h.gch wx/wxprec.h g++ -I./.pch/wxprec_htmldll -D__WXGTK_ -DWXBUILDING -I…/src/tiff -I…/src/expat/lib -DWXUSINGDLL -DWXMAKINGDLL_HTML -fPIC -DPIC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXDEBUG__ -I/home1/ugrads/l7y64/Desktop/wxPython-src-2.8.12.1/bld/lib/wx/include/gtk2-ansi-debug-2.8 -I…/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DWX_PRECOMP -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -ggdb -O0
In file included from …/include/wx/filedlg.h:210,
from …/include/wx/wx.h:94,
from …/include/wx/wxprec.h:68:
…/include/wx/gtk/filedlg.h:67: fatal error: closing dependency file ./.deps/__pch_wxprec_htmldll_wx_wxprec_h_gch.d: Input/output error
compilation terminated.
Preprocessed source stored into /tmp/ccJqpNug.out file, please attach this to your bugreport.
make: *** [.pch/wxprec_htmldll/wx/wxprec.h.gch] Error 1
I have attached the requested file.
Thanks for any help
~Cody
ccJqpNug.out (1.52 MB)