On Fri Jul 28, 2006 at 06:36:38PM +0200, Cedric Krier wrote:
Here is a new patch for the unicode issue. It fix the UTF error messages. But I find an other bug. It happens when you try to close a file and there is more than one file open.
thanks. that eliminates the printf errors. i am getting this as well: make -f makefile.jack gcc -o wxw/mAParentFrame.o -D__LINUX_JACK__ -D__LINUX__ -D__MA_WXWIDGETS__ `wx-config --cppflags` -O3 -c -D__CK_SNDFILE_NATIVE__ -Ichuck/src -Iwxw -I/root/miniAudicle-0.1.3.3 wxw/mAParentFrame.cpp wxw/mAParentFrame.cpp: In member function ‘void mAParentFrame::OnMiniWeb(wxCommandEvent&)’: wxw/mAParentFrame.cpp:533: error: ‘wxLaunchDefaultBrowser’ was not declared in this scope wxw/mAParentFrame.cpp: In member function ‘void mAParentFrame::OnChucKWeb(wxCommandEvent&)’: wxw/mAParentFrame.cpp:538: error: ‘wxLaunchDefaultBrowser’ was not declared in this scope make: *** [wxw/mAParentFrame.o] Error 1 which version of GCC is recommended?