RE: EXTERNAL: Re: Guile 1.8 Garbage Collection Question

2011-10-26 Thread Whitlock, Bradley D
; } Thanks, Brad -Original Message- From: Andy Wingo [mailto:wi...@pobox.com] Sent: Wednesday, October 26, 2011 2:39 AM To: Whitlock, Bradley D Cc: guile-user@gnu.org Subject: EXTERNAL: Re: Guile 1.8 Garbage Collection Question On Tue 25 Oct 2011 22:34, Whitlock, Bradley D bradley.d.whitl

Guile 1.8 Garbage Collection Question

2011-10-25 Thread Whitlock, Bradley D
I have built Guile 1.8.8.2 on MinGW. I have wrapped some gtkwave code with Guile and have a memory issue. The following code apparently never frees 's', but I am not sure why. SCM_DEFINE (libguile_fst_writer_emit_value, libguile-fst-writer-emit-value, 3,0,0,

RE: Guile 1.8 Garbage Collection Question

2011-10-25 Thread Whitlock, Bradley D
); return SCM_UNSPECIFIED; } -Brad From: Whitlock, Bradley D Sent: Tuesday, October 25, 2011 2:34 PM To: 'guile-user@gnu.org' Subject: Guile 1.8 Garbage Collection Question I have built Guile 1.8.8.2 on MinGW. I have wrapped some gtkwave code with Guile and have a memory issue. The following

Can format procedure output unquoted strings?

2011-04-12 Thread Whitlock, Bradley D
I am trying to get the format procedure to behave like the display procedure where it will not surround output to stdout with quotes Is there a trick do accomplish this? Thanks, Brad

RE: EXTERNAL: Re: ERROR: file: libguilereadline-v-17, message: The specified module could not be found

2011-01-13 Thread Whitlock, Bradley D
termcap.o tparam.o version.o ranlib libtermcap.a Definitely not building dll version...How do I get dll of termcap? -Thanks Brad -Original Message- From: Ludovic Courtès [mailto:l...@gnu.org] Sent: Tuesday, January 11, 2011 11:02 AM To: Whitlock, Bradley D Subject: EXTERNAL: Re: ERROR

ERROR: file: libguilereadline-v-17, message: The specified module could not be found

2010-12-22 Thread Whitlock, Bradley D
I build readline-6.1 and gmp-4.3.2 under MinGW on XP and I have guile up and running but I cannot get readline module to load: $ guile guile (use-modules (ice-9 readline)) ERROR: In procedure dynamic-link: ERROR: file: libguilereadline-v-17, message: The specified module could not be found.

RE: EXTERNAL: Re: FW: ERROR: file: libguilereadline-v-17, message: The specified module could not be found

2010-12-21 Thread Whitlock, Bradley D
Thanks Neil. I tried exporting the LD_LIBRARY_PATH variable but it did not help. I do not have ldconfig on this system but I'll look into getting it. -Original Message- From: Neil Jerram [mailto:n...@ossau.uklinux.net] Sent: Tuesday, December 21, 2010 5:30 AM To: Whitlock, Bradley D Cc

FW: ERROR: file: libguilereadline-v-17, message: The specified module could not be found

2010-12-20 Thread Whitlock, Bradley D
I built readline-6.1 and gmp-4.3.2 under MinGW on XP and I have guile up and running but I cannot get readline module to load: $ guile guile (use-modules (ice-9 readline)) ERROR: In procedure dynamic-link: ERROR: file: libguilereadline-v-17, message: The specified module could not be found.