On Thu, 16 Jul 2009 00:09:33 +0200
<hollunder(a)gmx.at> wrote:
On Wed, 15 Jul 2009 22:32:07 +0100
Folderol <folderol(a)ukfsn.org> wrote:
Paun N has just made a pre-release version 2.4.0
available.
Now would be a good time to try it and stress test it!
http://zynaddsubfx.sourceforge.net/ZynAddSubFX-2.4.0_pre_release.tar.bz2
This sounds very cool.
Do you happen to know what is supposed to work now?
JACK_RT is still commented as not working but it seems that nothing
build related has changed.
I already ran into the first build problem:
make[1]: Entering directory
`/home/hollunder/builds/handbuild/zynaddsubfx/src/ZynAddSubFX-2.4.0/src'
g++ -O6 -Wall -g -DOS_LINUX -DALSAMIDIIN -DFFTW_VERSION_3
-DASM_F2I_YES -ggdb -DFLTK_GUI `fltk-config --cflags`
-DJACK_RTAUDIOOUT `pkg-config --cflags jack` `pkg-config --cflags
lash-1.0` -DUSE_LASH -c -o main.o main.cpp main.cpp: In function
‘void* thread3(void*)’: main.cpp:213: error: no matching function for
call to ‘MasterUI::do_save_master(std::string&)’ UI/MasterUI.h:431:
note: candidates are: void MasterUI::do_save_master(const char*)
main.cpp:217: error: no matching function for call to
‘MasterUI::do_load_master(std::string&)’ UI/MasterUI.h:430: note:
candidates are: void MasterUI::do_load_master(const char*) make[1]:
*** [main.o] Error 1 make[1]: Leaving directory
`/home/hollunder/builds/handbuild/zynaddsubfx/src/ZynAddSubFX-2.4.0/src'
make: *** [all] Error 2
Regards,
Philipp
Ok, this was because I enabled lash. I still got a bunch of warnings
tough and it's tough to install it properly, didn't manage yet