Re: gds or guile debugging

2014-10-31 Thread Matt Wette
maybe try geiser (I used gds w/ guile 1.8, not using geiser w/ guile 2.0.11) On Oct 31, 2014, at 7:19 AM, Lawrence Bottorff wrote: > I'm having trouble getting guile's gds installed and running. I keep getting > > error in process filter: Wrong type argument: listp, Backtrace: [2 times] > > D

Re: ftp uploading files

2014-10-31 Thread Mike Gran
I've never actually tried it, and I don't have any access to a box where I can try it right now. You'd probably need to use the git release, which has the 'readdata' option which isn't in the last official release. And then you'd probably do something like this. (define handle (curl-easy-init)) (

gds or guile debugging

2014-10-31 Thread Lawrence Bottorff
I'm having trouble getting guile's gds installed and running. I keep getting error in process filter: Wrong type argument: listp, Backtrace: [2 times] Docs say I should have the three gds...el files in guile's "load path". But apparently I don't know how to do this properly. Or maybe I've got out