[Github-comments] [geany/geany] WIP: Meson build system (#2761)

elextr notifications at xxxxx
Sun Aug 8 00:25:43 UTC 2021


@techee you specify the prefix when you initialize the build directory, see https://github.com/geany/geany/pull/2761#issuecomment-809698447

The error looks like g++ is using the wrong standard, @kugel- hasn't specified it and I guess all the rest of us are using a g++ that defaults to at least c++11.  In fact the new Julia lexer requires c++17 so you will need a compiler capable of that (see recent changes to travis distro version on geany-plugins to get new enough compilers).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2761#issuecomment-894722666
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210807/4f58ebe8/attachment.htm>


More information about the Github-comments mailing list