Hello, On Sun, 2013-01-27 at 07:57 -0500, Venkat (OpenSG) wrote: > Good day, > > > I get the below compile errors when building on Mac OS X 10.8.2 when running > cmake with the following flags: > > cmake -DCMAKE_CXX_FLAGS="-std=c++11 -stdlib=libc++ -g3 -Wall -O0" > -DOSG_ENABLE_C++11=ON > > > Is c++11 supported? I will appreciate if someone has a fix/workaround for > the errors. >
c++11 yes and it should not be a problem (I'll let the build run right now), but you are doing more, you are switching the underlying c++ library implementation as well and this is not a trivial undertaking (and something entirely different). Is there a particular need for you to switch to clangs libc++ at this point in time ?. As there will be more errors to follow it might take some time for me to go through and fix them. kind regards gerrit ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
