From 6a7ef7662fbc9ab7f11b1c95af81603924f2808a Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 23 Jan 2015 19:43:47 -0800 Subject: [PATCH] forestdb.lib: Forestdb currently doesn't compile on Windows x86. https://groups.google.com/forum/#!topic/forestdb/V9dwLOLCyCg --- extra/forestdb/lib/lib-tests.factor | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/extra/forestdb/lib/lib-tests.factor b/extra/forestdb/lib/lib-tests.factor index d0db98eeac..2b12fad5cc 100644 --- a/extra/forestdb/lib/lib-tests.factor +++ b/extra/forestdb/lib/lib-tests.factor @@ -2,13 +2,15 @@ ! See http://factorcode.org/license.txt for BSD license. USING: accessors alien.c-types alien.data alien.strings alien.syntax arrays assocs classes.struct combinators -constructors continuations destructors forestdb.ffi -forestdb.utils fry generalizations io.directories +combinators.short-circuit constructors continuations destructors +forestdb.ffi forestdb.utils fry generalizations io.directories io.encodings.string io.encodings.utf8 io.files.temp io.pathnames -kernel libc make math math.parser math.ranges multiline -namespaces sequences tools.test ; +kernel layouts libc make math math.parser math.ranges multiline +namespaces sequences system tools.test ; IN: forestdb.lib +{ [ cell-bits 32 = ] [ os windows? ] } 0&& [ + { } [ [ delete-test-db-0 ] ignore-errors ] unit-test { } [ [ delete-test-db-1 ] ignore-errors ] unit-test @@ -373,3 +375,5 @@ IN: forestdb.lib ] { } make ] with-forestdb-path ] unit-test + +] unless \ No newline at end of file