This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa 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: make errors with current cvs


03/08/2002 21:49, Per Bothner per@bothner.com:

> The attached patch may be useful to track down the failure.

I applied the patch but the current cvs won't build due to an error in brl:

Making all in brl
CLASSPATH=../..:./../..:$CLASSPATH javac -d ../..  random.java
echo timestamp > java-classes.stamp
CLASSPATH=../..:../..:$CLASSPATH \
  java kawa.repl -d ../.. --module-static  \
    -P `echo gnu-brl|sed -e s/-/./g`. -C stringfun.scm
(compiling stringfun.scm)
echo timestamp > scm-classes.stamp
Making all in xquery
Making all in util
sed -e '1i\' -e '// DO NOT EDIT!  -*- buffer-read-only: t -*-' -e
'1s|//.*-Java-.*|// This file is automatically generated from
Focus.java.in.|' -e 's|@QTableElement@|WeakReference|g' -e '/@if WITHOUT
REFERENCES@/,/@endif WITHOUT REFERENCES@/d' -e '/@*if WITH REFERENCES@/d' \
  <./Focus.java.in >Focus.java
make[3]: *** No rule to make target `MapDescendants.java', needed by
`java-classes.stamp'.  Stop.
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Just for good measure, I tried running make without the patch and the same
error occurs. I will wait until the current cvs makes correctly and then
patch accordingly. One good note, MacOSX/Darwin no longer requires a
'--host' flag at configure. I suppose the latest config.guess now includes
it as a known platform.

I am sorry if I have been a pain Per, I know that it would help if I knew
java and was able to track down the error myself. I appreciate your patience
with me so far, and hope that the issue will be solved soon.


((lambda (args) (display args)) "
    Robert D. Skeels
     athene@earthlink.net")


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