Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#3062 closed defect (fixed)

OS X build broken on Mountain Lion and earlier

Reported by: historic_bruno Owned by: ben
Priority: Should Have Milestone: Alpha 18
Component: Build & Packages Keywords:
Cc: Patch:

Description

I think this is due to clang still using libstdc++ by default until Mavericks and seems related to the changes in r16226.

In file included from ../../../source/pch/tinygettext/precompiled.h:18:
../../../source/lib/precompiled.h:79:10: fatal error: 'array' file not found
#include <array>
         ^

Change History (2)

comment:1 by ben, 9 years ago

Owner: set to ben
Resolution: fixed
Status: newclosed

In 16375:

Forces using libc++ on OS X, to fix pre-Mavericks build given the game's new C++11 requirements, fixes #3062.
Forces using C++11 in build-osx-libs.sh, for consistency

comment:2 by historic_bruno, 9 years ago

Component: Core engineBuild & Packages
Note: See TracTickets for help on using tickets.