[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Minor breakage in javahl target

From: Kopp David K <david.kopp_at_us.army.mil>
Date: 2004-08-30 15:16:18 CEST

Hi,

When I unpack 1.1 rc 2 I do the following in my Bash shell on Fedora core 1:

./configure
make
su root
make install
exit
make javahl

At this point the build breaks. The javac action in the javahl target is
trying to write the .class files to subversion/bindings/java/javahl/classes.
However, the classes directory does not exist.

This is of course easy to fix. I just create the directory and rerun make
javahl.

To fix this, should an empty classes directory be zipped/tarred up in the
source archive? I would guess that would be the easiest solution. But I am
by no means a gnu build guru (or even newbie. just color me confused)

Regards,
David Kopp
Received on Mon Aug 30 15:16:35 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.