Here is a patch that fix the unicode compile issue. But it seems that there is still a problem because when I run miniAudicle, I have a segfault. Cédric On 27/07/06 15:27 +0200, Cedric Krier wrote:
I have the same error. The wxWidgets is build with the unicode support and it seems that there is some conversion are missing.
Cédric
On 27/07/06 09:15 -0400, Ge Wang wrote:
redirected from [chuck], from mik
--- Hi
I quite quickly get an error when compiling the linux version:
mik@klimop:~/src/miniAudicle-0.1.3.3$ make linux-alsa make -f makefile.alsa make[1]: Entering directory `/home/mik/src/miniAudicle-0.1.3.3' gcc -D__LINUX_ALSA__ -D__LINUX__ -D__MA_WXWIDGETS__ `wx-config=20 --cppflags` -O3 -c -D__CK_SNDFILE_NATIVE__ -Ichuck/src -Iwxw=20 -I/home/mik/src/miniAudicle-0.1.3.3 miniAudicle.cpp gcc -o wxw/mAParentFrame.o -D__LINUX_ALSA__ -D__LINUX__=20 -D__MA_WXWIDGETS__ `wx-config --cppflags` -O3 -c -D__CK_SNDFILE_NATIVE__=20 -Ichuck/src -Iwxw -I/home/mik/src/miniAudicle-0.1.3.3 wxw/mAParentFrame.c= pp wxw/mAParentFrame.cpp: In constructor=20 'mAParentFrame::mAParentFrame(miniAudicle*, wxDocManager*, wxFrame*,=20 const wxString&, const wxPoint&, const wxSize&, long int)': wxw/mAParentFrame.cpp:369: error: no matching function for call to=20 'wxString::Printf(const char [], const char [], const char [])' /usr/include/wx-2.6/wx/string.h:1080: note: candidates are: int=20 wxString::Printf(const wxChar*, ...) make[1]: *** [wxw/mAParentFrame.o] Error 1 make[1]: Leaving directory `/home/mik/src/miniAudicle-0.1.3.3' make: [linux-alsa] Error 2 (ignored)
?
Thanks
mik
Spencer Salazar schreef: