guile-user
[Top][All Lists]
Advanced

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

Re: Guile-PG 0.91 - what am I doing wrong?


From: Chris Hall
Subject: Re: Guile-PG 0.91 - what am I doing wrong?
Date: Sat, 03 Jul 2004 21:53:09 -1000
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix)

Hmmm.  I just installed guile-pg-0.17 on teo BSD boxes, and all I had to
do was change line 43 in share/guile/database/postgres.scm

     (format #f "~A/guile-pg/0.16/libpostgres.so" "/home/cjh/lib")
;;             (assq-ref %guile-build-info 'libdir))

"/home/cjh/lib" is where guile/0.16/libpostgres.so etc. were installed.

Didn't have to do any of that other stuff we did before!

Once I exported GUILE_LOAD_PATH=/home/cjh/share/guile,
(use-modules (database postgres)) worked just fine.

Woot!

-- 
America's one of the finest countries anyone ever stole.
-- Bobcat Goldthwaite






reply via email to

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