[Vm-dev] error building linux32x86/squeak.cog.spur on FreeBSD 13.1-RELEASE-p2

Vaidotas Didžbalis vaidasd at gmail.com
Thu Oct 27 14:50:59 UTC 2022


Hello Tobias,

> can you look whether commit 3e8864544 fixes this?

its stopping in another location:

cc -Wall  -g -O2 -DNDEBUG -DDEBUGVM=0 -msse2 -DCOGMTVM=0 -pthread
-DLSB_FIRST=1 -m32 -Wno-missing-braces -Wno-unknown-pragmas
-Wno-unused-value -Wno-unused-label -Wno-unused-function
-Wno-unused-variable -Wno-unused-but-set-variable  -DHAVE_CONFIG_H
-DSQUEAK_BUILTIN_PLUGIN
-I/home/vaidas/opensmalltalk-vm/building/linux32x86/squeak.cog.spur/build
-I/home/vaidas/opensmalltalk-vm/building/linux32x86/squeak.cog.spur/build
-I/home/vaidas/opensmalltalk-vm/platforms/unix/vm
-I/home/vaidas/opensmalltalk-vm/platforms/Cross/vm
-I/home/vaidas/opensmalltalk-vm/src/spur32.cog
-I/home/vaidas/opensmalltalk-vm/platforms/Cross/plugins/SerialPlugin
-m32 -Wno-missing-braces -Wno-unknown-pragmas -Wno-unused-value
-Wno-unused-label -Wno-unused-function -Wno-unused-variable
-Wno-unused-but-set-variable   -c -o SerialPlugin.o
/home/vaidas/opensmalltalk-vm/src/plugins/SerialPlugin/SerialPlugin.c
cc -Wall  -g -O2 -DNDEBUG -DDEBUGVM=0 -msse2 -DCOGMTVM=0 -pthread
-DLSB_FIRST=1 -m32 -Wno-missing-braces -Wno-unknown-pragmas
-Wno-unused-value -Wno-unused-label -Wno-unused-function
-Wno-unused-variable -Wno-unused-but-set-variable  -DHAVE_CONFIG_H
-DSQUEAK_BUILTIN_PLUGIN
-I/home/vaidas/opensmalltalk-vm/building/linux32x86/squeak.cog.spur/build
-I/home/vaidas/opensmalltalk-vm/building/linux32x86/squeak.cog.spur/build
-I/home/vaidas/opensmalltalk-vm/platforms/unix/vm
-I/home/vaidas/opensmalltalk-vm/platforms/Cross/vm
-I/home/vaidas/opensmalltalk-vm/src/spur32.cog
-I/home/vaidas/opensmalltalk-vm/platforms/Cross/plugins/SerialPlugin
-m32 -Wno-missing-braces -Wno-unknown-pragmas -Wno-unused-value
-Wno-unused-label -Wno-unused-function -Wno-unused-variable
-Wno-unused-but-set-variable   -c -o sqUnixSerial.o
/home/vaidas/opensmalltalk-vm/platforms/unix/plugins/SerialPlugin/sqUnixSerial.c
/home/vaidas/opensmalltalk-vm/platforms/unix/plugins/SerialPlugin/sqUnixSerial.c:98:13:
error: use of undeclared identifier 'B576000'
  { 576000, B576000 },
            ^
/home/vaidas/opensmalltalk-vm/platforms/unix/plugins/SerialPlugin/sqUnixSerial.c:101:14:
error: use of undeclared identifier 'B1152000'
  { 1152000, B1152000 },
             ^
2 errors generated.
*** Error code 1

Stop.
make[1]: stopped in
/home/vaidas/opensmalltalk-vm/building/linux32x86/squeak.cog.spur/build/SerialPlugin
*** Error code 1

Stop.
make: stopped in
/home/vaidas/opensmalltalk-vm/building/linux32x86/squeak.cog.spur/build

thanks,
Vaidotas


More information about the Vm-dev mailing list