[Vm-dev] rescuing linux builds

Tobias Pape Das.Linux at gmx.de
Wed Apr 21 19:03:23 UTC 2021


Hai


> On 21. Apr 2021, at 20:37, Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com> wrote:
> 
> 
> Hi all,
> may I suggest that we put a
> 
> #ifdef HAVE_CONFIG_H
> # include "config.h"
> #endif
> 
> ahead of a few strategic platforms (and src) files so as to rescue the
> linux build?
> Currently, the builds fail because of #error directive in config.h...

I put it there because features.h depends on config.h

> For some files that already include sqConfig.h, just moving sqConfig.h
> ahead generally also solves the problem...

I'm open to putting sqconfig.h back where it was,
but it seems it broke the development of some windows features.
It seems thats why
	https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/aafcb78371c7e576073a8dbf2f1f32667568e05e
exists, which moved the .h's around.

So you should wait for Eliot before moving on here, as he explicitly asks:
"I ask anyone wishing to alter the system here to please contact me and discuss
before making changes. "

Best regards
	-Tobias

> I've tried it with some success...




More information about the Vm-dev mailing list