[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Do not use linux-latest runner, use an older stable version. (#598)

Tobias Pape notifications at github.com
Tue Sep 28 07:00:26 UTC 2021


Probably we should actually follow GLibs requirements and use `pkg-config`?
[This seems appropriate](https://stackoverflow.com/questions/1732822/portably-include-glib-headers-in-autoconf-automake):

> By using the `PKG_CHECK_MODULES` macro, Autoconf-generated configure scripts can retrieve pkg-config data automatically. […]
> ```
> PKG_CHECK_MODULES([DEPS], [glib-2.0 >= 2.24.1])
> ```

Or step by step: https://stackoverflow.com/a/14828132

However,  these all assume automake, but we dont use that. I'll have a look…


-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/598#issuecomment-928911193
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20210928/9793151d/attachment-0001.html>


More information about the Vm-dev mailing list