This is the mail archive of the kawa@sourceware.org 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: kawa 2.2 last call




On 10/15/2016 04:40 PM, David Pirotte wrote:
Per,

Hopefully, it should work now.

I still run into errors. I did this:

david@capac:/usr/local/src/kawa/svn 40 $ svn update
Updating '.':
U    gnu/kawa/ant/Kawac.java
U    gnu/kawa/ant/ChangeLog
U    gnu/lists/ChangeLog
C    gnu/lists/FVector.java
C    gnu/lists/ByteVector.java
U    gnu/lists/PrimVector.template
Updated to revision 8980.
Summary of conflicts:
  Text conflicts: 2
Conflict discovered in file 'gnu/lists/ByteVector.java'.
Select: (p) postpone, (df) show diff, (e) edit file, (m) merge,
        (mc) my side of conflict, (tc) their side of conflict,
        (s) show all options: tc
Resolved conflicted state of 'gnu/lists/ByteVector.java'
Conflict discovered in file 'gnu/lists/FVector.java'.
Select: (p) postpone, (df) show diff, (e) edit file, (m) merge,
        (mc) my side of conflict, (tc) their side of conflict,
        (s) show all options: tc
Resolved conflicted state of 'gnu/lists/FVector.java'
Summary of conflicts:
  Text conflicts: 0 remaining (and 2 already resolved)

So in the above choices, I choosed 'tc' obviously.

Yes, that is righ.  (You can also delete those two files
and do another 'cvs update'.)

(for f in kawa/standard/SchemeScriptEngineFactory.java kawa/GuiConsole.java kawa/GuiInPort.java kawa/ReplPane.java kawa/ReplDocument.java kawa/ReplPaneOutPort.java ; do echo ./$f; done) >>tmp-list
mv tmp-list tmp-sources1.list
javac -d . -classpath ".:.:$CLASSPATH" -g @tmp-sources1.list
./gnu/kawa/lispexpr/ReaderVector.java:56: error: incompatible types: Object[] cannot be converted to UnaryOperator
         result.replaceAll(((LList) head.getCdr()).toArray());

That's the same PrimVector.template vs generate ByteVector.java+FVector.java problem.

I'd delete ByteVector.java and FVector.java; do another cvs update;
re-run configure.  I *hope* that will fix it ....
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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