[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Failing linux build due to error directive in config.h (#560)

Nicolas Cellier notifications at github.com
Wed Apr 21 19:16:42 UTC 2021


The linux builds are failing for a while after some re-arrangement of header order.

It happens that config.h cannot work after linux features.h, so the former should be included before the later.
An #error directive checks and protect against this case.

One possible workaround could be to move #include "config.h" ahead in a few files...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/560
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20210421/984e5170/attachment.html>


More information about the Vm-dev mailing list