chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] SQLite3 bindings for CHICKEN 4


From: John Cowan
Subject: Re: [Chicken-users] SQLite3 bindings for CHICKEN 4
Date: Wed, 5 Aug 2009 11:14:12 -0400
User-agent: Mutt/1.5.13 (2006-08-11)

Thomas Chust scripsit:

> indeed that doesn't work :-( What usually does work if everything else
> fails is to unpack the egg into an empty directory and just run
> chicken-install without any arguments (except maybe -s) inside that
> directory.

That fails thus:

$ chicken-install -s
Warning: extension `sqlite3' has no .meta file - assuming it has no dependencies
installing sqlite3: ...
changing current directory to .
  /usr/local/bin/csi -bnq -e "(require-library setup-api)" -e "(import 
setup-api)" -e "(extension-name-and-version '(\"sqlite3\" \"\"))" -e 
"(sudo-install #t)" sqlite3.setup
  /usr/local/bin/csc -feature compiling-extension   -O2 -d1 -s sqlite3.scm 
-lsqlite3 -j sqlite3
Syntax error (import): cannot import from undefined module

        type-errors

        Expansion history:

        <syntax>                (##core#begin (module sqlite3 (database? 
error-database check-database statement? error-statement ch......
        <syntax>                (module sqlite3 (database? error-database 
check-database statement? error-statement check-statement ......
        <syntax>                (##core#module sqlite3 (database? 
error-database check-database statement? error-statement check-sta......
        <syntax>                (import scheme srfi-1 srfi-13 srfi-18 srfi-69 
chicken data-structures extras foreign lolevel type-er......   <--

Error: shell command terminated with non-zero exit status 17920: 
/usr/local/bin/chicken sqlite3.scm -output-file sqlite3.c -dynamic -feature 
chicken-compile-shared -feature compiling-extension -optimize-level 2 
-debug-level 1 -emit-import-library sqlite3
  /usr/local/bin/csc -feature compiling-extension   -O2 -d0 -s 
sqlite3.import.scm
csc: file `sqlite3.import.scm' does not exist

Error: shell command failed with nonzero exit status
16384
"/usr/local/bin/csc -feature compiling-extension   -O2 -d0 -s 
sqlite3.import.scm"
Error: shell command terminated with nonzero exit code
17920
"/usr/local/bin/csi -bnq -e \"(require-library setup-api)\" -e \"(import 
setup-a...


I attempted to install a "type-errors" egg, but didn't find one.

-- 
Take two turkeys, one goose, four               John Cowan
cabbages, but no duck, and mix them             http://www.ccil.org/~cowan
together. After one taste, you'll duck          address@hidden
soup the rest of your life.
        --Groucho




reply via email to

[Prev in Thread] Current Thread [Next in Thread]