On 11.09.2009, at 15:49, arnaud Jean Baptiste wrote:
>
> 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.
Now that's a completely different problem. This is the message you
should have sent in the first place, to get useful answers. I don't
think this is even used anymore.
- Bert -
>>
>> 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 -
>>
>