Casimiro,<div><br></div><div>    don&#39;t know if this is news to you but you can use -P or -E as arguments to the compiler to get it to write the pre-processed output to either foo.i (-P) or stdout (-E).  Then you can find out which include files are pulled in, etc, and get more info on the problem.</div>
<div><br></div><div>HTH</div><div>Eliot<br><br><div class="gmail_quote">On Thu, Dec 10, 2009 at 2:11 PM, Casimiro de Almeida Barreto <span dir="ltr">&lt;<a href="mailto:casimiro.barreto@gmail.com">casimiro.barreto@gmail.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>
Em 10-12-2009 16:47, David T. Lewis escreveu:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
On Thu, Dec 10, 2009 at 12:10:27PM -0200, Casimiro de Almeida Barreto wrote:<br>
   <br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
Today I was preparing a new VM from svn sources (trunk) but then, the<br>
following happened:<br>
<br>
gcc -g -O2 -fomit-frame-pointer -DLSB_FIRST=1 -DHAVE_CONFIG_H<br>
-DSQUEAK_BUILTIN_PLUGIN<br>
-I/home/casimiro/Softwares/squeak/squeak-svn/platforms/unix/bld<br>
-I/home/casimiro/Softwares/squeak/squeak-svn/platforms/unix/vm<br>
-I/home/casimiro/Softwares/squeak/squeak-svn/platforms/Cross/vm<br>
-I/home/casimiro/Softwares/squeak/squeak-svn/platforms/unix/src/vm -c -o<br>
ADPCMCodecPlugin.o<br>
/home/casimiro/Softwares/squeak/squeak-svn/platforms/unix/src/vm/intplugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c<br>
/home/casimiro/Softwares/squeak/squeak-svn/platforms/unix/src/vm/intplugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c:72:<br>
error: expected declaration specifiers or ?...? before ?*? token<br>
     <br>
</blockquote>
Are you are using the new ../platforms/unix/cmake/configure script rather<br>
than ../platforms/unix/config/configure? If you use the old configure script<br>
you will get lots of entertaining error messages.<br>
<br>
Dave<br>
<br>
<br>
<br>
   <br>
</blockquote>
Ok,<br>
<br>
I tried with the cmake but still have problems with sqInt being redefined...<br>
<br>
Best regards,<br><font color="#888888">
<br>
CdAB<br>
</font></blockquote></div><br></div>