Building Win32 RePlugin

Ned Konz ned at bike-nomad.com
Sun Mar 2 21:07:52 UTC 2003


On Sunday 02 March 2003 11:53 am, Joshua 'Schwa' Gargus wrote:
> After failing last night to successfully use the REPLUGIN.DLL
> downloaded from Andrew's site, I tried to build my own.  I am using
> the same 3.4-5170 image and source tree that I have successfully
> built other VMs and plugins from.  I'm using Andreas' Win32
> toolchain.
>
> I downloaded the RePlugin package from SqueakMap and added RePlugin
> to the list of external plugins, and generated the external
> plugins.  The build goes fine until the end:

> Looking back through the archives, I saw that PhiHo also encoutered
> the _imp__prce_malloc, but couldn't find out how he rectified the
> situation.  Any ideas?

Did you run configure?

Look in your internal.h file. SQUEAK_PLUGIN should be defined there.

-----
/* Get the definitions provided by running "configure" */

#define	NEWLINE	'\r'
#define SQUEAK_PLUGIN

#include "config.h"
-----


$ ls *.o
chartables.o  get.o  pcre.o  RePlugin.o  study.o
$ nm *.o | egrep '^[a-z]|pcre_malloc'
chartables.o:
get.o:
         U pcre_malloc
pcre.o:
         U pcre_malloc
00000000 D pcre_malloc
study.o:
         U pcre_malloc

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list