Giter Club home page Giter Club logo

Comments (6)

swardle avatar swardle commented on May 18, 2024

Ah I see the problem we are using a hacked up EAStdC boo. Not as portable as the real one. But these 2 compiler issues are easy to fix. EAThread and others might be a bit harder to get the tests to run. But I think I have a working EASTL lib now locally.

from eastl.

rparolin avatar rparolin commented on May 18, 2024

The higher level warnings are because the compiler isn't set into C++11 mode.
The cmake magic required to set all compilers into the correct mode is:
set (CMAKE_CXX_STANDARD 11)

I haven't had a chance to try it yet.

from eastl.

swardle avatar swardle commented on May 18, 2024

Ah could be for the first one. I just removed the auto. The next one is we have char32 and wchar at the same time.

Scott

On Feb 10, 2016, at 22:21, Rob Parolin [email protected] wrote:

The higher level warnings are because the compiler isn't set into C++11 mode.
The cmake magic required to set all compilers into the correct mode is:
set (CMAKE_CXX_STANDARD 11)

I haven't had a chance to try it yet.


Reply to this email directly or view it on GitHub.

from eastl.

notverymoe avatar notverymoe commented on May 18, 2024

I had a go at fixing the compilation errors. Try applying this patch, it appears to work for me. The SetThreadPriority implementation probably isn't ideal but it appears to pass the tests. I haven't tested it on my windows computer yet (currently on holiday), though I doubt I broke anything too badly (Hopefully)

UbuntuCompilationFix.patch.zip

from eastl.

rparolin avatar rparolin commented on May 18, 2024

@Draghi I don't know if I can accept patch files because of the CLA requirement by EA legal. Can you please submit a pull request. Cheers.

from eastl.

notverymoe avatar notverymoe commented on May 18, 2024

@rparolin No worries, I've submitted a pull request now.

from eastl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.