As documented by forum members PopCode and Nomic ( <a href="http://electro-music.com/forum/viewtopic.php?t=30859">http://electro-music.com/forum/viewtopic.php?t=30859</a> ) the Mini no longer builds on Ubuntu since the latest LTS update which also updated GCC. In particular the process dies while trying to compile the VM so that almost certainly means ChucK itself won&#39;t build under Ubuntu or with the new version of GCC either.<br>
<br>The fatal error;<br>---------------------8&lt;--------------------------------<br>g++ -D__LINUX_ALSA__ -c -O3 -D__CK_SNDFILE_NATIVE__ chuck_vm.cpp<br>chuck_vm.cpp: In member function 'long unsigned int Chuck_VM::process_msg(Chuck_Msg*)':<br>
chuck_vm.cpp:1007: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int'<br>chuck_vm.cpp: In member function 'long unsigned int Chuck_VM_Stack::initialize(long unsigned int)':<br>chuck_vm.cpp:1373: warning: too few arguments for format<br>
chuck_vm.cpp: In member function 'void Chuck_VM_Shreduler::status(Chuck_VM_Status*)':<br>chuck_vm.cpp:2078: error: 'sort' is not a member of 'std'<br>make[2]: *** [chuck_vm.o] Error 1<br>make[2]: Leaving directory `/home/ghost/Desktop/miniAudicle-0.1.3.8/chuck-1.2.1.1/src&#39;<br>
make[1]: *** [chuck] Error 2<br>make[1]: Leaving directory `/home/ghost/Desktop/miniAudicle-0.1.3.8&#39;<br>make: [linux-alsa] Error 2 (ignored)<br>-----------------------8&lt;----------------------------------------<br><br>
Nomic found that the culprit is GCC 4.3.x being more strict than 4.2.x (details on the linked page). <br><br>This is in adition to a storm of warnings about a depreciated conversion that seem to be caused mostly by WXW so those may be beyond our scope?<br>
<br>I&#39;m adding this to the WiKi&#39;s bug page.<br><br>Yours,<br>Kas.<br>