[Vm-dev] VM without plugin

arnaud Jean Baptiste jbaptiste.arnaud at gmail.com
Fri Sep 11 13:49:28 UTC 2009


On Sep 11, 2009, at 2:56 PM, Bert Freudenberg wrote:

ok, i ask the question because i have try to compile a VM without  
plugin and and have meet a problem.

pcre_malloc and pcre_free

wasn't define, i have search to resolve this error and i have find the  
problem.
the statement  is in "pcre.c" :

#ifndef SQUEAK_PLUGIN
void *(*pcre_malloc)(size_t) = malloc;
void  (*pcre_free)(void *) = free;
#endif

SQUEAK_PLUGIN was define in "internal.h".
I have resolve the problem for me but i give you a feedback.






>
> On 11.09.2009, at 14:47, arnaud Jean Baptiste wrote:
>
>> Hi,
>>
>> i just want to know if that making sense to rebuild the VM without  
>> plugin?
>
>
> Only if you do not need any kind of input and output. No files, no  
> network, no window, nothing. You would need to prepare a special  
> image too.
>
> - Bert -
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20090911/87754d18/attachment.htm


More information about the Vm-dev mailing list