OutpostUniverse / NetFixServer

0 stars 0 forks source link

Use string view in error log #20

Closed Brett208 closed 4 years ago

Brett208 commented 4 years ago

I wonder why the makefile update worked for circleci and not for travis-ci? It looks like the Macintosh build for travis-ci worked.

DanRStevens commented 4 years ago

We're still using Travis? What a ... travesty? :wink:

I think I know what the problem is though. TravisCI had a way of using really ancient builds, and never really updating things:

$ gcc --version
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.

That would be why C++17 features don't work. The compiler is from 2015.

We should switch to using CircleCI for those builds.

DanRStevens commented 4 years ago

Adding a reference to issue #17, which is currently blocking this work.

Brett208 commented 4 years ago

It does not appear to be building clang with circleci yet

Brett208 commented 4 years ago

Ah, thanks.