forestdb.lib: Forestdb currently doesn't compile on Windows x86.

https://groups.google.com/forum/#!topic/forestdb/V9dwLOLCyCg
db4
Doug Coleman 2015-01-23 19:43:47 -08:00
parent edf1bddd67
commit 6a7ef7662f
1 changed files with 8 additions and 4 deletions

View File

@ -2,13 +2,15 @@
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors alien.c-types alien.data alien.strings USING: accessors alien.c-types alien.data alien.strings
alien.syntax arrays assocs classes.struct combinators alien.syntax arrays assocs classes.struct combinators
constructors continuations destructors forestdb.ffi combinators.short-circuit constructors continuations destructors
forestdb.utils fry generalizations io.directories forestdb.ffi forestdb.utils fry generalizations io.directories
io.encodings.string io.encodings.utf8 io.files.temp io.pathnames io.encodings.string io.encodings.utf8 io.files.temp io.pathnames
kernel libc make math math.parser math.ranges multiline kernel layouts libc make math math.parser math.ranges multiline
namespaces sequences tools.test ; namespaces sequences system tools.test ;
IN: forestdb.lib IN: forestdb.lib
{ [ cell-bits 32 = ] [ os windows? ] } 0&& [
{ } [ [ delete-test-db-0 ] ignore-errors ] unit-test { } [ [ delete-test-db-0 ] ignore-errors ] unit-test
{ } [ [ delete-test-db-1 ] ignore-errors ] unit-test { } [ [ delete-test-db-1 ] ignore-errors ] unit-test
@ -373,3 +375,5 @@ IN: forestdb.lib
] { } make ] { } make
] with-forestdb-path ] with-forestdb-path
] unit-test ] unit-test
] unless