[Vm-dev] rescuing linux builds

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Wed Apr 21 18:37:59 UTC 2021


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...

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

I've tried it with some success...


More information about the Vm-dev mailing list