@techee you specify the prefix when you initialize the build directory, see #2761 (comment)

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, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.