[plt-scheme] load-extension and modules

From: Bruce Butterfield (bab at entricom.com)
Date: Wed Oct 16 12:33:13 EDT 2002

I'm trying to find someone in the swig-dev group to take the patches I 
wrote; Beazley is taking a few months off for some R&R -- attempting to 
parse C++ will do that to you, I suppose. The changes I made have to to 
with generating the correct code to declare a module as in the 
idmodule.c example distributed with PLT. I will test this with your 
ImageMagick interface file and see if I broke anything. Your mini-faq 
seems fine as far as I can tell; probably just needs to be updated for 
mzscheme 2xx.

Jens Axel Søgaard wrote:

> Bruce Butterfield wrote:
> 
>>  For list-related administrative tasks:
>>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>>
>>Looks like SWIG 1.3.15 isn't generating the wrapper code correctly; I
>>needed to patch it to call scheme_primitive_module and now it works
>>just fine. Does anyone know who is maintaining the mzscheme module in
>>SWIG?
> 
> 
> Matthias Köpke?
> 
> If he's not the maintainer (he's only listed for Guile)
> then write Beazley directly.
> 
> Do you have some hints for SWIG?
> 
> I managed some time ago to make wrappers for ImageMagick
> for mzscheme 103. I tried to update them for mzscheme 20x
> a month ago, but I was unable to figure out why I couldn't
> make it work.
> 
> Is there something in my mini guide to SWIG, that simply
> doesn't hold anymore?
> 
>     http://www.scheme.dk/imagemagick-for-mzscheme/
> 
> --
> Jens Axel Søgaard
> 
> 
> 
> 



Posted on the users mailing list.