Csound Csound-dev Csound-tekno Search About

[Cs-dev] SConstruct modified; Install target modified

Date2005-11-09 07:25
FromSteven Yi
Subject[Cs-dev] SConstruct modified; Install target modified
AttachmentsNone  

Date2005-11-09 10:32
FromIstvan Varga
SubjectRe: [Cs-dev] SConstruct modified; Install target modified
Steven Yi wrote:

> I modified the SConstruct in two ways:
> 
> -Some chunks of code that repeatedly did the same thing but with
> different parameters was reorganized to use lists and then use the
> list in a for loop

This did break a few utilities. Now fixed.


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-11-09 15:50
FromSteven Yi
SubjectRe: [Cs-dev] SConstruct modified; Install target modified
AttachmentsNone  

Date2005-11-10 15:07
FromVictor Lazzarini
Subject[Cs-dev] java interface on OSX
I'm now trying to build the updated interfaces library on OSX and I am getting
stuck on the java compilation. I get an error that Java cannot resolve
symbol, from interfaces/csnd.java:186

and loads of other similar errors

any suggestions ? Is it a matter of cleaning dependencies?

Victor


Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth 



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-11-10 15:25
FromVictor Lazzarini
SubjectRe: [Cs-dev] java interface on OSX
I did a clean of the interfaces directory, got it again from CVS, tried
to build and stuck again on Java; now it's with the first file
javac tries to compile, CsoundEditor.java. It says it cannot resolve
symbol (line 9) class CppSound, location package csnd, import csnd.CppSound.

Suggestions?

Victor

At 15:07 10/11/2005, you wrote:
>I'm now trying to build the updated interfaces library on OSX and I am getting
>stuck on the java compilation. I get an error that Java cannot resolve
>symbol, from interfaces/csnd.java:186
>
>and loads of other similar errors
>
>any suggestions ? Is it a matter of cleaning dependencies?
>
>Victor
>
>
>Victor Lazzarini
>Music Technology Laboratory
>Music Department
>National University of Ireland, Maynooth
>
>
>-------------------------------------------------------
>SF.Net email is sponsored by:
>Tame your development challenges with Apache's Geronimo App Server. Download
>it for free - -and be entered to win a 42" plasma tv or your very own
>Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
>_______________________________________________
>Csound-devel mailing list
>Csound-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/csound-devel

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth 



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-11-10 16:31
FromVictor Lazzarini
Subject[Cs-dev] java interface on OSX: built
Somehow SWIG-generated files had been left in the top-level directory and that
was messing up the build. Deleted them and it works. I get two warnings
of note (FAO Michael):

SWIG says java does not support multiple inheritance (and there is one
C++ class using it)

and the Java Compiler says that interfaces/CsoundEditor.java uses or
overrides a deprecated API

Victor



Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth 



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net