On Tuesday 20 December 2005 12:48, jpff@codemist.co.uk wrote: > >>>>> "Istvan" == Istvan Varga writes: > > Istvan> On Monday 19 December 2005 23:46, jpff@codemist.co.uk wrote: > >> I think the problem is that the type va_list may be different things > >> on different machines. It seems OK on the 32bit machine but fails on > >> the 64bit. > > Istvan> Do similar errors also occur with the csnd interfaces ? > > Cannot tell, as building csnd interface require jni.h which does not > exist on the machine, despite installing lots of java packages. jni.h is required only if you want to build the Java interface as well, however, the minimum requirement for a Python-only csnd is SWIG and python-devel. If you do not find jni.h, make sure that you have the Java development package installed, and not just the runtime environment. For example, I have: rpm -qa | grep java java-1_5_0-sun-1.5.0_03-2 java-1_5_0-sun-devel-1.5.0_03-2 the first one is enough to run Java programs, but it is the latter that contains jni.h and development tools like javac, jar, etc. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net