Login  Register

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

Posted by David T Lewis on Apr 21, 2021; 7:16pm
URL: https://forum.world.st/OpenSmalltalk-opensmalltalk-vm-Failing-linux-build-due-to-error-directive-in-config-h-560-tp5128982.html

 

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, view it on GitHub, or unsubscribe.

<script type="application/ld+json">[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/560", "url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/560", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]</script>