Git Product home page Git Product logo

Comments (6)

emlai avatar emlai commented on August 10, 2024

We could add ax_cxx_compile_stdcxx_11 to the project, or simply put the flag (either -std=c++11 (standard-conforming mode) or -std=gnu++11 (with extensions)) to the compilation flags in configure.ac.

from ivan.

andrewtweber avatar andrewtweber commented on August 10, 2024

I'll try those tomorrow (don't have my work computer today) and submit a pull request if it works. Thanks, I've never really worked with configure files before

from ivan.

andrewtweber avatar andrewtweber commented on August 10, 2024

Well I was hoping to learn something new (how to work with configure and Makefiles) but I can't figure this thing out.

First tried to add the macro, then gave up and just tried to add -std=c++11 to CFLAGS. But now after I run autoconf to regenerate the configure file, when I type make it gives this error:

CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.15 
/bin/sh: aclocal-1.15: command not found
make: *** [aclocal.m4] Error 127

Even checking out the repository and starting over doesn't help, I have to remove the entire folder and clone the repo again.

from ivan.

emlai avatar emlai commented on August 10, 2024

Sounds like you have to install aclocal

from ivan.

andrewtweber avatar andrewtweber commented on August 10, 2024

Thanks! Compiles on OSX without a hitch now. Sorry, I had tried your suggestions but wasn't able to fix them myself.

from ivan.

emlai avatar emlai commented on August 10, 2024

NP :)

from ivan.

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.