On 28/07/06 17:14 +0000, carmen wrote:
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
It seems this is because your wxWidgets have been compile with backward compatibility. Try to compile the library with "--disable-compat24"
which version of GCC is recommended?
I use gcc-3.4.6
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users