On Mo, 15.12.08 13:46 axax <axax(a)email.it> wrote:
The errors are:
for dssi-vst (linker??)
[...]
dssi-vst-server-YxEjgb.o: In function `AudioThreadMain(void*)':
dssi-vst-server.cpp:(.text+0x431): undefined reference to
`__cxa_get_exception_ptr'
dssi-vst-server-YxEjgb.o: In function `WinMain':
dssi-vst-server.cpp:(.text+0x51dd): undefined reference to
`__cxa_get_exception_ptr'
It looks like you are missing libstdc++, or its -devel package.
T.