| Issue 268: | change 797 breaks Lion |
‹ Prev
24 of 24
|
| 1 person starred this issue and may be notified of changes. | Back to list |
please revert or find alternative for change 797 https://code.google.com/p/hxcpp/source/diff?spec=svn828&r=798&format=side&path=/trunk/build-tool/mac-toolchain.xml&old_path=/trunk/build-tool/mac-toolchain.xml&old=797 Since on Lion for atleast, for two users it results in the following compile error. cc1plus: error: unrecognized command line option "-stdlib=libstdc++" If I comment out line 15 in mac-toolchain.xml eg: <!-- ><flag value="-stdlib=libstdc++" unless="HXCPP_GCC" /> --> code will now compile this was verified by another user who following my instruction and was able to use the c++ target. The user with problems suggested we could look at Travis for mac to avoid these regression issues, but the link only seems to have 10.8. http://docs.travis-ci.com/user/osx-ci-environment/ But maybe we can run over how travis works at wwx and I can do tests on each new hxcpp release if that is possible I have not read up on what exactly Travis is just seem to hear a lot about it. |