Hi, I tried to compile miniAudicle on 64studio / Linux with wxwindgets 2.6. Any idea what's wrong with my setup? :~/Desktop/apps/miniAudicle-0.1.3.8$ make linux-jack make -f makefile.jack make[1]: Entering directory `/home/oli/Desktop/apps/miniAudicle-0.1.3.8' gcc -o wxw/mAPreferencesWindow.o -D__LINUX_ALSA__ -D__LINUX__ -D__MA_WXWIDGETS__ `wx-config --cppflags` -O3 -c -D__CK_SNDFILE_NATIVE__ -Ichuck/src -Iwxw -I/home/oli/Desktop/apps/miniAudicle-0.1.3.8 wxw/mAPreferencesWindow.cpp wxw/mAPreferencesWindow.cpp: In member function 'void mAPreferencesWindow::LoadGUIToMiniAudicleAndPreferences()': wxw/mAPreferencesWindow.cpp:831: error: cast from 'void*' to 'int' loses precision wxw/mAPreferencesWindow.cpp:840: error: cast from 'void*' to 'int' loses precision wxw/mAPreferencesWindow.cpp:849: error: cast from 'void*' to 'int' loses precision wxw/mAPreferencesWindow.cpp:858: error: cast from 'void*' to 'int' loses precision wxw/mAPreferencesWindow.cpp:867: error: cast from 'void*' to 'int' loses precision wxw/mAPreferencesWindow.cpp:876: error: cast from 'void*' to 'int' loses precision make[1]: *** [wxw/mAPreferencesWindow.o] Error 1 make[1]: Leaving directory `/home/oli/Desktop/apps/miniAudicle-0.1.3.8' make: [linux-jack] Error 2 (ignored)