Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building on osx fails with fatal errors #6

Closed
cgruber opened this issue Nov 1, 2019 · 4 comments
Closed

Building on osx fails with fatal errors #6

cgruber opened this issue Nov 1, 2019 · 4 comments

Comments

@cgruber
Copy link

cgruber commented Nov 1, 2019

/Users/gruber/Projects/github.com/ChristopherHX/mcpelauncher/libjnivm/src/jnivm.cpp:8:10: fatal error: 'cuchar' file not
      found
#include <cuchar>
         ^~~~~~~~
1 error generated.
make[2]: *** [libjnivm/CMakeFiles/jnivm.dir/src/jnivm.cpp.o] Error 1

Also a later error comes up, but listed as an error, not a fatal:

In file included from /Users/gruber/Projects/github.com/ChristopherHX/mcpelauncher/build/nlohmann_json_ext-prefix/src/nlohmann_json_ext/nlohmann/json.hpp:53:
/Users/gruber/Projects/github.com/ChristopherHX/mcpelauncher/build/nlohmann_json_ext-prefix/src/nlohmann_json_ext/nlohmann/detail/conversions/from_json.hpp:294:9: error: 
      static_assert failed "could not find from_json() method in T's namespace"
        static_assert(sizeof(BasicJsonType) == 0,
        ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~

@cgruber
Copy link
Author

cgruber commented Nov 1, 2019

Never mind, the support for 1.3 had moved into the main repo. Sorry.

@cgruber cgruber closed this as completed Nov 1, 2019
@ChristopherHX ChristopherHX reopened this Nov 3, 2019
@ChristopherHX
Copy link
Owner

My fork needs Patches for MacOs, but the main Problem is android renders not on the main thread (the thread the process starts with)
Cacoa crashes with androids behaviour, the other errors has local fixes merged after its working at all,
currently use my DMG images with patched mrams version (only adds 1.13.0.34 support)

@ChristopherHX
Copy link
Owner

Fixed Now, Removed Header

@ChristopherHX
Copy link
Owner

Updated nlohmann_json_ext as you mentioned, should work now, (1.14.0.4 too)

@wtrm wtrm mentioned this issue May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants