Minimum MacOSX Version?

About Monkey 2 Forums Monkey 2 Development Minimum MacOSX Version?

This topic contains 7 replies, has 5 voices, and was last updated by  cocon 1 year, 6 months ago.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #10762

    therevills
    Participant

    I’m trying to compiling on an oldish Mac Mini running MacOSX 10.9.5, I’ve downloaded the pkg package from itch, installed and I can execute Ted2Go okay… but when I try to compile I get the following issue:

    error: invalid ‘c++14’ in ‘-std=c++14’

    I cant copy and paste the output but attached is the output.

    Am getting the error due to the version of MacOSX?

    #10769

    Simon Armstrong
    Participant

    I think that means you may need to upgrade XCode which is the c++ toolchain monkey2 uses on MacOS.

    #10772

    therevills
    Participant

    Yeah, that could be it… but I think that would need an OS update too, which I dont want to do right now 🙂

    #10866

    markcwm
    Participant

    It seems the minimum for C++14 support is Xcode 6.3 (up to 7.2) on Mac OSX 10.10.

    #10929

    Blitzbat
    Participant

    I’ve got xcode 6.3.2 installed and similar build failures:

    #10932

    cocon
    Participant

    Which g++ version do you have?

    For example:

    #10940

    Blitzbat
    Participant

    I’ve updated xcode to version 8 and now compiles well. So this might be the Solution for compile errors like these 🙂

    #10941

    cocon
    Participant

    Good that it works. 🙂

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.