Re: Debian guile-1.8 and ttn guile-pg

2008-05-28 Thread Greg Troxel
I ma pretty sure that 1.6 and 1.8 behave the same way when one loads a .so when in a module context. It's just that 1.8 no longer has the code that satisfies a require by loading a .so. So the export statements that David posted from debian look fine to me, and the least confusing way to do thing

Re: Debian guile-1.8 and ttn guile-pg

2008-05-28 Thread Thien-Thi Nguyen
⎛⎞ David Pirotte <[EMAIL PROTECTED]> ⎝⎠ Tue, 27 May 2008 13:17:18 -0300 Here is [attached] an exemple of the actual guile-pg 0.16-4 postgres.scm file from the latest debian package. I remember that file, but unfortunately... The exports are done after the load-extension, but I am convi

Re: Debian guile-1.8 and ttn guile-pg

2008-05-25 Thread Thien-Thi Nguyen
() Greg Troxel <[EMAIL PROTECTED]> () Mon, 31 Mar 2008 15:04:16 -0400 So guile-pg needs a new .scm file that does this, and I suspect that's all that's required but I'm not sure. Would something like this be sufficient? (define-module (database postgres)) (load-extension "/ABS/PATH/TO/libp

Re: Debian guile-1.8 and ttn guile-pg

2008-03-31 Thread Sebastian Tennant
Quoth <[EMAIL PROTECTED]>: > Greg Troxel <[EMAIL PROTECTED]> wrote: >> [guile-pg and guile 1.8] >> >> I was hoping his guile-pg would work because it doesn't explicity >> state that a 1.4.x guile is required like some of his other packages >> do. >> >> It works fine under 1.6. What

Re: Debian guile-1.8 and ttn guile-pg

2008-03-31 Thread dsmich
Greg Troxel <[EMAIL PROTECTED]> wrote: > [guile-pg and guile 1.8] > > I was hoping his guile-pg would work because it doesn't explicity > state that a 1.4.x guile is required like some of his other packages > do. > > It works fine under 1.6. What it needs is the feature, deprecate

Re: Debian guile-1.8 and ttn guile-pg

2008-03-31 Thread Greg Troxel
[guile-pg and guile 1.8] I was hoping his guile-pg would work because it doesn't explicity state that a 1.4.x guile is required like some of his other packages do. It works fine under 1.6. What it needs is the feature, deprecated in 1.6 and removed in 1.8, of looking for a shlib when a m

Re: Debian guile-1.8 and ttn guile-pg

2008-03-30 Thread Sebastian Tennant
David Pirotte <[EMAIL PROTECTED]> writes: > Le Sun, 30 Mar 2008 15:11:58 +0300, > Sebastian Tennant <[EMAIL PROTECTED]> a écrit : > >> Quoth David Pirotte <[EMAIL PROTECTED]>: >> > Here is a package for debian that Dale Smith produced for me a month >> > or so ago. >> >> Many thanks David. >> >>

Re: Debian guile-1.8 and ttn guile-pg

2008-03-30 Thread David Pirotte
Le Sun, 30 Mar 2008 15:11:58 +0300, Sebastian Tennant <[EMAIL PROTECTED]> a écrit : > Quoth David Pirotte <[EMAIL PROTECTED]>: > > Here is a package for debian that Dale Smith produced for me a month > > or so ago. > > Many thanks David. > > I did see your list posting and I was considering wri

Re: Debian guile-1.8 and ttn guile-pg

2008-03-30 Thread Sebastian Tennant
Quoth David Pirotte <[EMAIL PROTECTED]>: > Here is a package for debian that Dale Smith produced for me a month > or so ago. Many thanks David. I did see your list posting and I was considering writing to you directly, but I though I'd enquire about ttn's version first because it seems much furt

Debian guile-1.8 and ttn guile-pg

2008-03-29 Thread Sebastian Tennant
Hi list, Has anyone successfully built ttn's guile-pg (0.36) using Debian's guile-1.8? Needless to say I haven't been able to get it to work. I can run configure successfully once I tell it where Debian's libpq-dev package puts the libpq includes: ./configure --with-libpq-includes=/usr/includ