[Vm-dev] Something wrong while compiling VM

David T. Lewis lewis at mail.msen.com
Thu Dec 10 18:47:02 UTC 2009


On Thu, Dec 10, 2009 at 12:10:27PM -0200, Casimiro de Almeida Barreto wrote:
> 
> Hello,
> 
> Today I was preparing a new VM from svn sources (trunk) but then, the 
> following happened:
> 
> gcc -g -O2 -fomit-frame-pointer -DLSB_FIRST=1 -DHAVE_CONFIG_H 
> -DSQUEAK_BUILTIN_PLUGIN 
> -I/home/casimiro/Softwares/squeak/squeak-svn/platforms/unix/bld 
> -I/home/casimiro/Softwares/squeak/squeak-svn/platforms/unix/vm 
> -I/home/casimiro/Softwares/squeak/squeak-svn/platforms/Cross/vm 
> -I/home/casimiro/Softwares/squeak/squeak-svn/platforms/unix/src/vm -c -o 
> ADPCMCodecPlugin.o 
> /home/casimiro/Softwares/squeak/squeak-svn/platforms/unix/src/vm/intplugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c
> /home/casimiro/Softwares/squeak/squeak-svn/platforms/unix/src/vm/intplugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c:72: 
> error: expected declaration specifiers or ?...? before ?*? token

Are you are using the new ../platforms/unix/cmake/configure script rather
than ../platforms/unix/config/configure? If you use the old configure script
you will get lots of entertaining error messages.

Dave




More information about the Vm-dev mailing list