This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Possible build problems with the "current" gcc


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]