Scons was complaining about not finding jni.h. So I decided to install java-common. This provided jni.h. Then it complained about missing java. So then I installed kaffe. Now it complains on compilations: frontends/CsoundVST/Event.hpp:72: Warning(401): Nothing known about base class 'ublas::vector'. Ignored. frontends/CsoundVST/Event.hpp:72: Warning(401): Maybe you forgot to instantiate 'ublas::vector' using %template. frontends/CsoundVST/Midifile.hpp:112: Warning(401): Nothing known about base class 'std::vector'. Ignored. frontends/CsoundVST/Midifile.hpp:112: Warning(401): Maybe you forgot to instantiate 'std::vector' using %template. frontends/CsoundVST/Midifile.hpp:122: Warning(401): Nothing known about base class 'std::map'. Ignored. frontends/CsoundVST/Midifile.hpp:122: Warning(401): Maybe you forgot to instantiate 'std::map' using %template. C++ analysis... Generating wrappers... Unable to create proxy class file: ./Conversions.java scons: *** [frontends/CsoundVST/JCsoundVST_wrap.cc] Error 1 scons: building terminated because of errors. Is java even required for buildCsoundVST? It was not listed in the requirements. If it is required can I use kaffe instead of a proprietary JVM? Thanks, Jeremiah ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net