scons:java

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

scons:java

jhearon

re: SConstruct

got the right sources and the SConstruct edit below from Sigurd
works for a compile, but I didn't see the the Swig Java wrappers show up.
Did something change with that? There's a Jsound folder now.
Matt was saying something about new Java wrappers for api.  Is that
different from
previous swig C++/VST/Java wrappers?

#commonEnvironment = Environment(options = opts, ENV = {'PATH' :
os.environ['PATH']})

if sys.platform[:3] == 'win':
    commonEnvironment = Environment(options = opts, tools
=['mingw','swig','zip'])
else:
    commonEnvironment = Environment(options = opts)


--
Send bugs reports to [hidden email]
              (or to http://www.cs.bath.ac.uk/cgi-bin/csound )
To unsubscribe, send email to [hidden email]
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: scons:java

Victor Lazzarini
Jsound is the new parser, not a java wrapper.

Victor

>
>
> re: SConstruct
>
> got the right sources and the SConstruct edit below from
> Sigurd works for a compile, but I didn't see the the Swig
> Java wrappers show up. Did something change with that?
> There's a Jsound folder now. Matt was saying something
> about new Java wrappers for api.  Is that  different from
> previous swig C++/VST/Java wrappers?
>
> #commonEnvironment = Environment(options = opts, ENV =
> {'PATH' :  os.environ['PATH']})
>
> if sys.platform[:3] == 'win':
>     commonEnvironment = Environment(options = opts, tools
> =['mingw','swig','zip'])
> else:
>     commonEnvironment = Environment(options = opts)
>
>
> --
> Send bugs reports to [hidden email]
>               (or to
> http://www.cs.bath.ac.uk/cgi-bin/csound ) To unsubscribe,
> send email to [hidden email]
--
Send bugs reports to [hidden email]
              (or to http://www.cs.bath.ac.uk/cgi-bin/csound )
To unsubscribe, send email to [hidden email]
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

SV: [Csnd] scons:java

Sigurd Saue
In reply to this post by jhearon
I don't know anything about this, but could it be that you need to specify
the Java tools explicitly in the tools statement below (that's the drawback
of specifying the tools by hand). I noticed that your original list of tools
(from your posting on May 23rd) included a few Java tools.

Sigurd

-----Opprinnelig melding-----
Fra: James Hearon [mailto:[hidden email]]
Sendt: 26. mai 2005 20:18
Til: [hidden email]
Emne: [Csnd] scons:java


re: SConstruct

got the right sources and the SConstruct edit below from Sigurd
works for a compile, but I didn't see the the Swig Java wrappers show up.
Did something change with that? There's a Jsound folder now.
Matt was saying something about new Java wrappers for api.  Is that
different from
previous swig C++/VST/Java wrappers?

#commonEnvironment = Environment(options = opts, ENV = {'PATH' :
os.environ['PATH']})

if sys.platform[:3] == 'win':
    commonEnvironment = Environment(options = opts, tools
=['mingw','swig','zip'])
else:
    commonEnvironment = Environment(options = opts)


--
Send bugs reports to [hidden email]
              (or to http://www.cs.bath.ac.uk/cgi-bin/csound )
To unsubscribe, send email to [hidden email]


--
Send bugs reports to [hidden email]
              (or to http://www.cs.bath.ac.uk/cgi-bin/csound )
To unsubscribe, send email to [hidden email]
Loading...