|
From: David G. <dg...@cs...> - 2007-09-20 05:58:15
|
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.
> 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
dg...@cs...
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?
|