Can someone help me compile EASTL [Electronic Arts Standard Template Library]?

Programming related discussions related to game research
GHFear
Posts: 290
Joined: Fri Mar 30, 2018 2:48 am

Can someone help me compile EASTL [Electronic Arts Standard Template Library]?

Post by GHFear »

Hello!

I have now tried to compile EASTL for a couple weeks and I can't seem to get it to compile with cmake and I can't track down the problem.
So if anyone more experienced with compiling C++ with cmake would want to help me out compiling it, I would be very grateful :)

EASTL: https://github.com/electronicarts/EASTL

Thanks!

/GHFear
coredevel
Posts: 75
Joined: Tue May 30, 2017 1:10 am

Re: Can someone help me compile EASTL [Electronic Arts Standard Template Library]?

Post by coredevel »

I think you need to install a C++11 compatible compiler, so VS 2015 or later should work.