Dear Spencer.

I checked out the svn source for the mini, that went fine. Then;


zach@Carillon:~/Chuck-dev/miniaudicle/src$ make linux-alsa
make -f makefile.alsa 
make[1]: Entering directory `/home/zach/Chuck-dev/miniaudicle/src'
gcc -D__LINUX_ALSA__ -D__LINUX__ -D__MA_WXWIDGETS__ `wx-config  --cppflags` -O3 -c -fno-strict-aliasing -D__CK_SNDFILE_NATIVE__ -Ichuck -Iwxw -I/home/zach/Chuck-dev/miniaudicle/src miniAudicle.cpp
miniAudicle.cpp: In member function ‘long unsigned int miniAudicle::start_vm()’:
miniAudicle.cpp:869: warning: format ‘%i’ expects type ‘int’, but argument 3 has type ‘long int’
gcc -o wxw/mAParentFrame.o -D__LINUX_ALSA__ -D__LINUX__ -D__MA_WXWIDGETS__ `wx-config  --cppflags` -O3 -c -fno-strict-aliasing -D__CK_SNDFILE_NATIVE__ -Ichuck -Iwxw -I/home/zach/Chuck-dev/miniaudicle/src wxw/mAParentFrame.cpp
In file included from wxw/mAParentFrame.h:46,
                 from wxw/mAParentFrame.cpp:43:
wxw/mAPreferencesWindow.h:121: error: ISO C++ forbids declaration of ‘wxNotebook’ with no type
wxw/mAPreferencesWindow.h:121: error: expected ‘;’ before ‘*’ token
make[1]: *** [wxw/mAParentFrame.o] Error 1
make[1]: Leaving directory `/home/zach/Chuck-dev/miniaudicle/src'
make: [linux-alsa] Error 2 (ignored)
zach@Carillon:~/Chuck-dev/miniaudicle/src$ 


I have; 

libgtk 2.22.0
libwxgtk2.8-0

...with mathching -dev libraries. That is good enough to build the normal download version

g++ --version gives me;

g++ (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5

I'd be happy to provide other info if needed.

Yours,
Kas.