<br><br><div class="gmail_quote">On Fri, Jul 23, 2010 at 5:16 AM, Rob Withers <span dir="ltr">&lt;<a href="mailto:reefedjib@yahoo.com">reefedjib@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Ahh, yes but it is empty.  It&#39;s in unixbuild/bld.   What should I do?<br></blockquote><div><br></div><div>grep for it in the generated unixbuild/bld/Makefile and you&#39;ll see it&#39;s created from unixbuild/bld/<a href="http://plugins.int">plugins.int</a>.  So have you truncated it or <a href="http://plugins.int">plugins.int</a>?  So check that <a href="http://plugins.int">plugins.int</a> is OK and then delete sqNamedPrims.h and make should rebuild it.</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
--------------------------------------------------<br>
From: &quot;Derek O&#39;Connell&quot; &lt;<a href="mailto:doconnel@gmail.com" target="_blank">doconnel@gmail.com</a>&gt;<br>
Sent: Friday, July 23, 2010 8:14 AM<br>
To: &quot;Squeak Virtual Machine Development Discussion&quot; &lt;<a href="mailto:vm-dev@lists.squeakfoundation.org" target="_blank">vm-dev@lists.squeakfoundation.org</a>&gt;<br>
Subject: Re: [Vm-dev] Can&#39;t compile sqNamedPrims.c on linux<div><div></div><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
On 23/07/10 12:31, Rob Withers wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I have checked out 2248 from subversion. In trying to build I hit this<br>
error. Anyone know what could be wrong?<br>
<br>
Thanks,<br>
Rob<br>
<br>
gcc -m32 -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1<br>
-DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1 -DHAVE_CONFIG_H<br>
-DSQUEAK_BUILTIN_PLUGIN<br>
-I/home1/vawhigso/public_html/squeakelib/cog-src/unixbuild/bld<br>
-I/home1/vawhigso/public_html/squeakelib/cog-src/unixbuild/bld<br>
-I/home1/vawhigso/public_html/squeakelib/cog-src/platforms/unix/vm<br>
-I/home1/vawhigso/public_html/squeakelib/cog-src/platforms/Cross/vm<br>
-I/home1/vawhigso/public_html/squeakelib/cog-src/src/vm<br>
-I/home1/vawhigso/public_html/squeakelib/cog-src/platforms/Cross/vm<br>
-I/home1/vawhigso/public_html/squeakelib/cog-src/platforms/unix/vm<br>
-I/home1/vawhigso/public_html/squeakelib/cog-src/src/vm<br>
-I/home1/vawhigso/public_html/squeakelib/cog-src/platforms/Cross/plugins/FilePlugin<br>
-I/home1/vawhigso/public_html/squeakelib/cog-src/platforms/unix/plugins/B3DAcceleratorPlugin<br>
-I/home1/vawhigso/public_html/squeakelib/cog-src/unixbuild/bld<br>
-I/home1/vawhigso/public_html/squeakelib/cog-src/unixbuild/bld<br>
-I/home1/vawhigso/public_html/squeakelib/cog-src/platforms/unix/vm<br>
-I/home1/vawhigso/public_html/squeakelib/cog-src/platforms/Cross/vm<br>
-I/home1/vawhigso/public_html/squeakelib/cog-src/src/vm -c -o<br>
sqNamedPrims.o/home1/vawhigso/public_html/squeakelib/cog-src/platforms/Cross/vm/sqNamedPrims.c/home1/vawhigso/public_html/squeakelib/cog-src/platforms/Cross/vm/sqNamedPrims.c:<br>
In function<br>
&#39;findInternalFunctionIn&#39;:/home1/vawhigso/public_html/squeakelib/cog-src/platforms/Cross/vm/sqNamedPrims.c:129:<br>
error: &#39;pluginExports&#39; undeclared (first use in this<br>
function)/home1/vawhigso/public_html/squeakelib/cog-src/platforms/Cross/vm/sqNamedPrims.c:129:<br>
error: (Each undeclared identifier is reported only<br>
once/home1/vawhigso/public_html/squeakelib/cog-src/platforms/Cross/vm/sqNamedPrims.c:129:<br>
error: for each function it appears<br>
in.)/home1/vawhigso/public_html/squeakelib/cog-src/platforms/Cross/vm/sqNamedPrims.c:<br>
In function<br>
&#39;ioListBuiltinModule&#39;:/home1/vawhigso/public_html/squeakelib/cog-src/platforms/Cross/vm/sqNamedPrims.c:473:<br>
error: &#39;pluginExports&#39; undeclared (first use in this function)make[1]:<br>
*** [sqNamedPrims.o] Error 1make: *** [vm/vm.a] Error 2<br>
</blockquote>
<br>
Does sqNamedPrims.h exist in your build directory? <br>
</blockquote>
<br>
</div></div></blockquote></div><br>