On 9/19/07, David Griffith <[EMAIL PROTECTED]> wrote:
> On Wed, 19 Sep 2007, Bill Zwicky wrote:
>
> > David Griffith wrote:
> > > I'm trying to build under Linux using make.
> > I'd recommend switching to Ant; it's become the definitive build tool
> > for Java.  JSynthLib has an Ant build script.  But this is open source;
> > make is fine if you maintain the script.  =^)
>
> I take it that nobody is maintaining the makefile?  I'll look into
> adopting that part of this project.  In the meantime, I've installed
> Eclipse and friends.  I'll dive in this weekend.

Digging through the archives I found this:
The makefile is generated using a custom version of mmake.  You can
download it from http://ribrdb.com/dl/mmake-2.3.rib.tar.gz
Install it, then from the JSL source directory run "mmake -d -x
'.*midiprovider.*' "
(That is use the default options and exclude files containing midiprovider).

Unfortunately ribrdb.com is now dead. I may have backups somewhere,
but I don't know for sure.  It's possible that the official version
from http://www.tildeslash.com/mmake/ will work.

At some point I added a slash to the makefile which was missing from
the output of mmake. It's possible this was what I changed in my
version of mmake:
http://jsynthlib.cvs.sourceforge.net/jsynthlib/JSynthLib/Makefile?r1=1.4&r2=1.5

> > I dunno; that compiles fine here.  Do you have the latest code?  VSender
> > is in RolandGP16DataHandlers.  In fact, it looks like all the missing
> > classes are there.
>
> I did a cvs update immmediately prior to typing "make".  I did it again
> just now and got this sort of stuff:
>
> 50. ERROR in /home/dave/proj/synth/JSynthLib/./core/PatchEdit.java (at
> line 9)
>         import org.jsynthlib.synthview.*;
>                ^^^^^^^^^^^^^^^^^^^^^^^
> The import org.jsynthlib.synthview cannot be resolved
> ----------
> 50 problems (1 error, 49 warnings)make: ***
> [core/AbstractLibraryFrame.class] Error 255
>
> Full file is in http://frotz.homeunix.org/tmp/barfage2
>
> > I fixed the weird chars in Line6Pod20SingleEditor.
> >
> > > Who's the one in charge of that?
> > >
> > Looks like hayashi did the last couple releases.
>
> Do you think the time may be right to do one now?
>
> > > BTW, has someone checked in the mods Thorsten Klose made for the Midibox 
> > > SID driver?
> > Not that I know of.  Got a copy?
>
> I sent him a message asking exactly what he did.  It doesn't look like he
> put the source of his changes anywhere accessable.  However, based on how
> he says it on http://www.ucapps.de/jsynthlib.html, I suspect he has write
> access and has already committed the fix.
>
> --
> David Griffith
> [EMAIL PROTECTED]
>
> A: Because it fouls the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
> A: Top-posting.
> Q: What is the most annoying thing in e-mail?
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Jsynthlib-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jsynthlib-devel
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Jsynthlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jsynthlib-devel

Reply via email to