This week's VM build problem...

Alan Grimes alangrimes at starpower.net
Thu Mar 24 13:20:31 UTC 2005


Looking to update my workhorse VM with the current one, I sync'd my SVN
sources and did my usual routine. (with the SVN-provided configure
script), Here's the result.

bash-2.05b$ make
gawk -f /home/atg/source/trunk/platforms/unix/config/gnuify
/home/atg/source/trunk/src/vm/interp.c > gnu-interp.c.out
mv gnu-interp.c.out gnu-interp.c
gcc -g -O2 -fomit-frame-pointer -DLSB_FIRST=1  -DHAVE_CONFIG_H 
-DSQUEAK_BUILTIN_PLUGIN -I/home/atg/source/trunk/bld
-I/home/atg/source/trunk/platforms/unix/vm
-I/home/atg/source/trunk/platforms/Cross/vm -I/home/
atg/source/trunk/platforms/Cross/vm
-I/home/atg/source/trunk/platforms/unix/vm
-I/home/atg/source/trunk/src/vm
-I/home/atg/source/trunk/platforms/Cross/plugins/FilePlugin
-I/home/atg/source/trunk/platforms/unix/p
lugins/B3DAcceleratorPlugin -I/home/atg/source/trunk/bld
-I/home/atg/source/trunk/platforms/unix/vm
-I/home/atg/source/trunk/platforms/Cross/vm   -c -o gnu-interp.o
gnu-interp.c
In file included from /home/atg/source/trunk/platforms/Cross/vm/sq.h:198,
                 from /home/atg/source/trunk/platforms/unix/vm/sqGnu.h:45,
                 from gnu-interp.c:8:
/home/atg/source/trunk/platforms/unix/vm/sqPlatformSpecific.h:52:28:
sqMemoryAccess.h: No such file or directory
In file included from /home/atg/source/trunk/platforms/Cross/vm/sq.h:198,
                 from /home/atg/source/trunk/platforms/unix/vm/sqGnu.h:45,
                 from gnu-interp.c:8:
/home/atg/source/trunk/platforms/unix/vm/sqPlatformSpecific.h:54: error:
parse error before "minHeapSize"
/home/atg/source/trunk/platforms/unix/vm/sqPlatformSpecific.h:55: error:
parse error before "sqGrowMemoryBy"
/home/atg/source/trunk/platforms/unix/vm/sqPlatformSpecific.h:55: error:
parse error before "oldLimit"
/home/atg/source/trunk/platforms/unix/vm/sqPlatformSpecific.h:55:
warning: data definition has no type or storage class
/home/atg/source/trunk/platforms/unix/vm/sqPlatformSpecific.h:56: error:
parse error before "sqShrinkMemoryBy"
/home/atg/source/trunk/platforms/unix/vm/sqPlatformSpecific.h:56: error:
parse error before "oldLimit"
/home/atg/source/trunk/platforms/unix/vm/sqPlatformSpecific.h:56:
warning: data definition has no type or storage class
/home/atg/source/trunk/platforms/unix/vm/sqPlatformSpecific.h:57: error:
parse error before "sqMemoryExtraBytesLeft"
/home/atg/source/trunk/platforms/unix/vm/sqPlatformSpecific.h:57: error:
parse error before "includingSwap"
/home/atg/source/trunk/platforms/unix/vm/sqPlatformSpecific.h:57:
warning: data definition has no type or storage class
/home/atg/source/trunk/platforms/unix/vm/sqPlatformSpecific.h:67: error:
parse error before "sqInt"
make[1]: *** [gnu-interp.o] Error 1
make: *** [vm/vm.a] Error 2
bash-2.05b$

-- 

Someone forgot to check in sqMemoryAccess.h?



More information about the Vm-dev mailing list