[Cs-dev] Java wrappers
Date | 2005-12-19 22:49 |
From | jpff@codemist.co.uk |
Subject | [Cs-dev] Java wrappers |
I see if commonEnvironment['buildInterfaces'] != '0': if commonEnvironment['buildJavaWrapper'] != '0': commonEnvironment.Append(CPPPATH = '/usr/lib/java/include') commonEnvironment.Append(CPPPATH = '/usr/lib/java/include/linux') but there is no /usr/lib/java (nor indeed /usr/lib64/java) on this machine. I do have /usr/lib64/java-1.4.0/ /usr/lib64/java-1.4.2/ /usr/lib64/java-ext/ /usr/lib64/java-1.4.1/ /usr/lib64/java-1.5.0/ Which shoudl I use and how? ==John ffitch ------------------------------------------------------- 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 |
Date | 2005-12-19 23:15 |
From | Steven Yi |
Subject | Re: [Cs-dev] Java wrappers |
Attachments | None |
Date | 2005-12-20 10:14 |
From | Istvan Varga |
Subject | Re: [Cs-dev] Java wrappers |
Attachments | None |
Date | 2005-12-20 10:23 |
From | Istvan Varga |
Subject | Re: [Cs-dev] Java wrappers |
Attachments | None |
Date | 2005-12-20 10:34 |
From | Istvan Varga |
Subject | Re: [Cs-dev] Java wrappers |
Attachments | None |
Date | 2005-12-20 10:36 |
From | jpff@codemist.co.uk |
Subject | Re: [Cs-dev] Java wrappers |
I am beginning to despair of configuration stuff scons: Building targets ... scons: *** Source `interfaces/csnd' not found, needed by target `csnd.jar'. Stop. scons: building terminated because of errors. It is not in the CVS; from whence doeth it come? ==John ffitch ------------------------------------------------------- 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 |
Date | 2005-12-20 10:43 |
From | jpff |
Subject | Re: [Cs-dev] Java wrappers |
Then do we need the java wrapper? I certainly do not, and it seems way too difficult to create. I am attempting to build for a release, so this relates to the earlier question about what should be in a release. ==John ff ------------------------------------------------------- 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 |
Date | 2005-12-20 10:44 |
From | Istvan Varga |
Subject | Re: [Cs-dev] Java wrappers |
Attachments | None |
Date | 2005-12-20 11:11 |
From | Jean-Pierre Lemoine |
Subject | Re: [Cs-dev] Java wrappers |
I am using it and I am using Csound5 only because it exists (and these great host integration opcodes). Reading all the messages about the difficulty to build Csound5 from the sources, I will be absolutly unwilling to try that myself. So please deliver a release with the Csound Java API( jar file). Thanks Jean-Pierre Istvan Varga wrote: >On Tuesday 20 December 2005 11:43, jpff wrote: > > > >>Then do we need the java wrapper? I certainly do not, and it seems way >>too difficult to create. I am attempting to build for a release, so this >>relates to the earlier question about what should be in a release. >> >> > >Well, other people may want to use the Csound API in Java, >and they might find the wrapper useful. While the handling of >its build dependencies are somewhat dodgy in SConstruct, it >is not difficult to build once you know how to work around >the problems. > > >------------------------------------------------------- >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 >https://lists.sourceforge.net/lists/listinfo/csound-devel > > > > ------------------------------------------------------- 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 |