public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Build rnrs/arithmetic/bitwise.scm via ant
@ 2015-08-10 18:39 Jamison Hope
  2015-08-13 17:48 ` Per Bothner
  0 siblings, 1 reply; 2+ messages in thread
From: Jamison Hope @ 2015-08-10 18:39 UTC (permalink / raw)
  To: Kawa mailing list

[-- Attachment #1: Type: text/plain, Size: 329 bytes --]

build.xml was missing a line for rnrs/arithmetic/bitwise.scm, so a clean build was failing at kawa/base.scm with "unknown library (rnrs arithmetic bitwise)".  The attached patch fixes this.

The recent ant problems w.r.t. PreProcess are not addressed by this patch.

--
Jamison Hope
The PTR Group
www.theptrgroup.com



[-- Attachment #2: build-xml-add-rnrs-arithmetic-bitwise.patch --]
[-- Type: application/octet-stream, Size: 846 bytes --]

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 8581)
+++ ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2015-08-10  Jamison Hope  <jrh@theptrgroup.com>
+
+	* build.xml (lib-scm-classes): Add rnrs/arithmetic/bitwise.scm.
+
 2015-07-31  Per Bothner  <per@bothner.com>
 
 	* Makefile.am: Many subclasses of gnu.lists.SimpleVector are now
Index: build.xml
===================================================================
--- build.xml	(revision 8581)
+++ build.xml	(working copy)
@@ -583,6 +583,7 @@
         <file name="kawa/base.scm"/>
         <file name="rnrs/hashtables.scm"/>
         <file name="rnrs/lists.scm"/>
+        <file name="rnrs/arithmetic/bitwise.scm"/>
         <file name="srfi95.scm"/>
         <file name="rnrs/unicode.scm"/>
         <file name="rnrs/sorting.scm"/>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Build rnrs/arithmetic/bitwise.scm via ant
  2015-08-10 18:39 [PATCH] Build rnrs/arithmetic/bitwise.scm via ant Jamison Hope
@ 2015-08-13 17:48 ` Per Bothner
  0 siblings, 0 replies; 2+ messages in thread
From: Per Bothner @ 2015-08-13 17:48 UTC (permalink / raw)
  To: kawa

On 08/10/2015 11:39 AM, Jamison Hope wrote:
> build.xml was missing a line for rnrs/arithmetic/bitwise.scm, so a
> clean build was failing at kawa/base.scm with "unknown library (rnrs
> arithmetic bitwise)".  The attached patch fixes this.

Thanks - checked in.
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-13 17:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-10 18:39 [PATCH] Build rnrs/arithmetic/bitwise.scm via ant Jamison Hope
2015-08-13 17:48 ` Per Bothner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).