Re: Why won't this extension load?

2005-12-13 Thread Ken Raeburn
On Dec 13, 2005, at 11:01, Steve Juranich wrote: I'm fooling around trying to learn the Guile API. I'm following the example in the source distribution of v1.6.7. I've got a simple little C++ file (please try to ignore the bad style as it's not relevant to the problem at hand) that goes like th

Re: Why won't this extension load?

2005-12-13 Thread Stephen Compall
On Tue, 2005-12-13 at 09:01 -0700, Steve Juranich wrote: > I've got a simple little C++ file (please try to ignore the bad style > as it's not relevant to the problem at hand) that goes like this: > > > void scm_init_test() { > > standard input:1:1: In procedure dynamic-func in expression > (loa

Why won't this extension load?

2005-12-13 Thread Steve Juranich
I'm fooling around trying to learn the Guile API. I'm following the example in the source distribution of v1.6.7. I've got a simple little C++ file (please try to ignore the bad style as it's not relevant to the problem at hand) that goes like this: #include #include static scm_t_bits scm_tc

Re: Modified load-path proposal

2005-12-13 Thread Ludovic Courtès
Hi Neil, Sorry for the delay in answering your proposal. Neil Jerram <[EMAIL PROTECTED]> writes: > I think this rules out any kind of iteration through a .d directory > from init.scm. Apologies for not seeing this consideration before. Agreed. Guile already takes almost two seconds to start u