Re: [Chicken-users] compiling multiple scheme files into one module?

2010-12-15 Thread Alan Post
.y. ju'ocu'i {uh... maaaybe} I'm not actually sure. It might be, I'll need to test. -Alan On Wed, Dec 15, 2010 at 12:29:40PM -0500, David Dreisigmeyer wrote: > Is this along the lines of what you're thinking about (in 19.4.2)? > > http://www.swig.org/Doc2.0/Chicken.html#Chicken > > > On Wed,

[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

Re: [Chicken-users] compiling multiple scheme files into one module?

2010-12-15 Thread Alan Post
Thank you for the reexport line. This doesn't solve my problem exactly how I wanted to, but it solves my problem nevertheless. Having the extra module around isn't the end of the world, as it will itself be useable without module B here. -Alan On Wed, Dec 15, 2010 at 09:21:48AM -0800, Kon Lovet

Re: [Chicken-users] compiling multiple scheme files into one module?

2010-12-15 Thread David Dreisigmeyer
Is this along the lines of what you're thinking about (in 19.4.2)? http://www.swig.org/Doc2.0/Chicken.html#Chicken On Wed, Dec 15, 2010 at 11:34 AM, Alan Post wrote: > I would like to compile two separate scheme files, with different > (declare ...) options, into a single module. > > Is it poss

Re: [Chicken-users] compiling multiple scheme files into one module?

2010-12-15 Thread Kon Lovett
On Dec 15, 2010, at 8:34 AM, Alan Post wrote: I would like to compile two separate scheme files, with different (declare ...) options, into a single module. Is it possible to do this? How do I format the (module ...) code and arrange for separate compilation of the two .scm files? I think i

[Chicken-users] compiling multiple scheme files into one module?

2010-12-15 Thread Alan Post
I would like to compile two separate scheme files, with different (declare ...) options, into a single module. Is it possible to do this? How do I format the (module ...) code and arrange for separate compilation of the two .scm files? -Alan -- .i ko djuno fi le do sevzi __

Re: [Chicken-users] install with llvm-gcc and clang hangs on chicken-install -update-db ( OS X 10.6 / Chicken 4.6.0 )

2010-12-15 Thread Felix
From: David Dreisigmeyer Subject: [Chicken-users] install with llvm-gcc and clang hangs on chicken-install -update-db ( OS X 10.6 / Chicken 4.6.0 ) Date: Wed, 15 Dec 2010 07:27:11 -0500 > Hello, > > Using the following: > > -- > make PLATFORM=macosx ARCH=x86-64 PROGRAM_

[Chicken-users] install with llvm-gcc and clang hangs on chicken-install -update-db ( OS X 10.6 / Chicken 4.6.0 )

2010-12-15 Thread David Dreisigmeyer
Hello, Using the following: -- make PLATFORM=macosx ARCH=x86-64 PROGRAM_SUFFIX=-4.6.0 C_COMPILER=clang sudo make PLATFORM=macosx ARCH=x86-64 PROGRAM_SUFFIX=-4.6.0 C_COMPILER=clang install -- or -- make PLATFORM=macosx ARCH=