Re: [Chicken-users] creating shared libraries from two files chicken-bind / swig

2010-12-21 Thread Felix
From: David Dreisigmeyer Subject: Re: [Chicken-users] creating shared libraries from two files chicken-bind / swig Date: Mon, 20 Dec 2010 11:01:08 -0500 > This doesn't seem to work: > Why? cheers, felix ___ Chicken-users mailing l

Re: [Chicken-users] creating shared libraries from two files chicken-bind / swig

2010-12-20 Thread David Dreisigmeyer
`(declare (uses ex1 ex2))'. I haven't had time to try out other things, but any other suggestions would be welcome. On Thu, Dec 16, 2010 at 12:50 PM, Felix wrote: > From: David Dreisigmeyer > Subject: [Chicken-users] creating shared libraries from two files > chicken-bind /

Re: [Chicken-users] creating shared libraries from two files chicken-bind / swig

2010-12-16 Thread Felix
From: David Dreisigmeyer Subject: [Chicken-users] creating shared libraries from two files chicken-bind / swig Date: Wed, 15 Dec 2010 14:58:55 -0500 > Hello, > > I've been trying to get the swig example with two modules to work, and > wanted to compare that to using chicken-bi

[Chicken-users] creating shared libraries from two files chicken-bind / swig

2010-12-15 Thread David Dreisigmeyer
Hello, I've been trying to get the swig example with two modules to work, and wanted to compare that to using chicken-bind. I did get it to work with swig, but I'm stuck when I use chicken-bind. (I'm not sure if chicken bind is the best tool to use here.) My code's below. Thanks again, -Dave