Hi,

Excellent!

There is no reason not to, especially since you have gone to this trouble, right?

So, could you propose a patch?

I would recommend

#ifdef whateverseemstobecorrectforFreeBSD
#define B576000 576000
#define B1152000 1152000
#endif

or something like that.

cheers

bruce


{ 576000, B576000 },
^
/home/vaidas/opensmalltalk-vm/platforms/unix/plugins/SerialPlugin/sqUnixSerial.c:101:14:
error: use of undeclared identifier 'B1152000'
{ 1152000, B1152000 },

On 2022-10-28T15:26:51.000+02:00, Vaidotas Didžbalis <vaidasd@gmail.com> wrote:
after commenting out these two codes build succeeded. Do we maintain
ability to compile VM on FreeBSD?
Thank you, Vaidotas