Build fails on MacOS

Issue #2 resolved
Former user created an issue
In file included from ../../../Source/Ember/Renderer.cpp:2:
../../../Source/Ember/Renderer.h:189:55: fatal error: use of undeclared identifier 'make_unique'
        unique_ptr<StandardIterator<T>> m_StandardIterator = make_unique<StandardIterator<T>>();

Comments (3)

  1. Matt Feemster repo owner

    I have this fixed on my local machine and will commit within the next couple of weeks. Also, myself and another person have done major work getting this to build on Mac in recent months, so please hold off until we commit.

    In the meantime, make sure you get a recent version of your compiler, because this uses C++14 features. Also, please make an acct here to allow better tracking of who is facing which issues.

    Thanks.

  2. Matt Feemster repo owner

    This has been released in version 1.0.0.4. Please get the latest from fractorium.com

  3. Log in to comment