From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28435 invoked by alias); 16 Oct 2016 01:04:16 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 28411 invoked by uid 89); 16 Oct 2016 01:04:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1948, bytevector.java, ByteVector.java, ByteVectorjava X-HELO: aibo.runbox.com Received: from aibo.runbox.com (HELO aibo.runbox.com) (91.220.196.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 16 Oct 2016 01:04:05 +0000 Received: from [10.9.9.213] (helo=mailfront13.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1bvZru-0001SM-4P; Sun, 16 Oct 2016 03:04:02 +0200 Received: from 70-36-239-8.dsl.dynamic.fusionbroadband.com ([70.36.239.8] helo=toshie.bothner.com) by mailfront13.runbox.com with esmtpsa (uid:757155 ) (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82) id 1bvZrd-0002be-Ap; Sun, 16 Oct 2016 03:03:45 +0200 Subject: Re: kawa 2.2 last call To: David Pirotte References: <24167.1476564989@vereq.eip10.org> <9a1834cb-1794-da52-be4c-2ba8053689f6@bothner.com> <24c485d0-bf06-8efb-2b46-59213af4cb02@bothner.com> <1b573d7a-c4eb-e51c-d394-c22e7372c977@bothner.com> <978635c1-4e8c-0a4d-a9d3-89d37424350e@bothner.com> <2df24c9f-5c01-0fc8-7f74-407a4306782e@bothner.com> <20161015204038.60257df1@capac> Cc: kawa@sourceware.org From: Per Bothner Message-ID: <82f89789-7385-0627-b5a4-351563e341d5@bothner.com> Date: Sun, 16 Oct 2016 01:04:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20161015204038.60257df1@capac> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-q4/txt/msg00024.txt.bz2 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/