.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,
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
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
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
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
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
__
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_
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=