Giter Site home page Giter Site logo

Comments (4)

refi64 avatar refi64 commented on June 16, 2024

I believe the fix is to also test for -std=c++1y for C++14 support.

from ucg.

refi64 avatar refi64 commented on June 16, 2024

Actually, the problem is in autoconf (not really surprised). When it tests for C++14 support, it checks for strict compliance, even though ucg doesn't use many of the C++14 features. Maybe it should just check for what is uses?

from ucg.

gvansickle avatar gvansickle commented on June 16, 2024

Yeah, this is where I get super jealous of Python's:

from __future__ import blah

Post-C++11 is making some baby steps in this direction with the WG-21 feature testing recommendations, but the interim is a bumpy ride due to different levels of compiler compliance, and we still don't end up with a "from future" feature so we can easily skip at least some of the autoconf. But yeah, I definitely need to clean up some of this.

I haven't even looked at Chrome OS (and per Wikipedia, I can't unless I buy a Google tablet or some such.) Can I assume Chromium is close enough, and that I can get an ISO of it somewhere?

from ucg.

refi64 avatar refi64 commented on June 16, 2024

Can I assume Chromium is close enough, and that I can get an ISO of it somewhere?

That's actually what I'm using! ;)

You can download a USB disk image here and flash it to a USB. Then, boot it up and install Chromebrew, which will give you Git and GCC out-of-the-box.

Be wary, though: do NOT write the image to any kind of hard drive. Tried that twice, and both times (most recent was Friday) have ended with me breaking out partition recovery tools...

from ucg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.