chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Re: Sqlite3 Egg Installation Error


From: Joshua Griffith
Subject: Re: [Chicken-users] Re: Sqlite3 Egg Installation Error
Date: Tue, 25 Sep 2007 00:30:29 -0500

Instead of using Fink and a different path, I downloaded and compiled Sqlite3 directly and everything works perfectly. Thanks.

On Sep 22, 2007, at 10:47 PM, Zbigniew wrote:

When I had sqlite3 in a weird path, I used to pass this information to
chicken-setup directly:  e.g.

chicken-setup -c "-I$HOME/local/include" -c "-L$HOME/local/lib" sqlite3

At other times, I built chicken itself with these -I and -L flags, so
they would automatically be used by chicken-setup.

As Thomas noted, the sqlite3 version included with OS X in /usr/lib is
ancient version 3.1.3.  I just build it from source and install in
/usr/local/lib now.

On 9/21/07, Thomas Christian Chust <address@hidden> wrote:
I suggest that you edit the .setup file of the SQLite3 egg and add the
appropriate library path to the compilation command.





reply via email to

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