<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Sep 11, 2009, at 2:56 PM, Bert Freudenberg wrote:</div><div><br></div><div>ok, i ask the question because i have try to compile a VM without plugin and and have meet a problem.</div><div><br></div><div><span class="Apple-style-span" style="font-family: Monaco; font-size: 10px; ">pcre_malloc<span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; ">&nbsp;and&nbsp;<span class="Apple-style-span" style="font-family: Monaco; font-size: 10px; ">pcre_free</span>&nbsp;</span></span></div><div><br></div><div>wasn't define, i have search to resolve this error and i have find the problem.</div><div>the statement &nbsp;is in "pcre.c" :&nbsp;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; color: rgb(100, 56, 32); ">#ifndef SQUEAK_PLUGIN</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; "><span style="color: #aa0d91">void</span> *(*pcre_malloc)(<span style="color: #5c2699">size_t</span>) = malloc;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; "><span style="color: #aa0d91">void</span>&nbsp; (*pcre_free)(<span style="color: #aa0d91">void</span> *) = free;</div><div><span class="Apple-style-span" style="color: rgb(100, 56, 32); font-family: Monaco; font-size: 10px; ">#endif</span>&nbsp;</div><div><br></div><div><span class="Apple-style-span" style="color: rgb(100, 56, 32); font-family: Monaco; font-size: 10px; ">SQUEAK_PLUGIN </span>was define in "internal.h".</div><div>I have resolve the problem for me but i give you a feedback.</div><div><br></div><div><br></div><div><font class="Apple-style-span" color="#643820" face="Monaco" size="2"><span class="Apple-style-span" style="font-size: 10px;"><br></span></font></div><div><br></div><div><br></div><br class="Apple-interchange-newline"><blockquote type="cite"><div><br>On 11.09.2009, at 14:47, arnaud Jean Baptiste wrote:<br><br><blockquote type="cite">Hi,<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">i just want to know if that making sense to rebuild the VM without plugin?<br></blockquote><br><br>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.<br><br>- Bert -<br><br></div></blockquote></div><br></body></html>