This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Possible build problems with the "current" gcc
- From: Tom Tromey <tromey at redhat dot com>
- To: George R Goffe <grgoffe at yahoo dot com>
- Cc: David Daney <ddaney at avtrex dot com>, java at gcc dot gnu dot org
- Date: 30 Jan 2007 12:31:32 -0700
- Subject: Re: Possible build problems with the "current" gcc
- References: <445537.35198.qm@web53107.mail.yahoo.com>
- Reply-to: tromey at redhat dot com
>>>>> "George" == George R Goffe <grgoffe@yahoo.com> writes:
>> ../../../../../../../../gcc/libjava/classpath/native/jni/midi-dssi/dssi_data.h:43:23:
>> > error: jack/jack.h: No such file or directory
Sorry for the somewhat random clipping here.
Offhand it seems that Classpath's configury uses the existence of
dssi.h to decide whether to build the DSSI code. However, in your
case it probably finds that header... but then goes on to assume that
you have jack.h, which you do not.
Please file a PR so we don't forget about this.
If you are willing to test a patch I will try to write one for you.
Tom