Samuel Nicholas

Results 117 comments of Samuel Nicholas

> I think we need to somehow distinguish between when we’re building with `Mingw/MSYS + CLANG` and when we’re building with just `CLANG` (without Mingw/MSYS). 🤔 Things can always use...

> > If you have any suggestions on what to change I'm eager to hear them. > > How about adding an option to disable setting any compilation or linking...

I'll have a look as soon as I can, life is chaos right now, so might take me a week. In the meantime, what version of emscripten are you running?...

This: `Uncaught (in promise) undefined` Is probably what I am seeing here `Uncaught (in promise) LinkError: imported shared memory but unshared required` I can compile and export the minimal project,...

You are right about the variables not being counted, naming them cache internal is likely the right way to go. I put the min project in a repo and you...

But I cant seem to get 4.4.1 to work at all, i get errors like i have a mismatch between versions, like missing functions etc. `ERROR: Attempt to get non-existent...

Testing both scons and cmake using the integration testing i found a discrepancy. I was missing the `-sUSE_PTHREADS=1` on the linker side.

Got it. By default thread support is enabled, and the export must also match or it fails with the load problem. Adding use threads to the link options for the...

> The changes in the repo you sent are very minimal and I still need to uncomment the inclusion of the hack to compile it properly. Is this intended? sorry,...

> * Compile the godot-cpp: `scons platform=windows target=template_release dev_build=yes use_llvm=yes` > > * in the test CMakeLists.txt, I added the following content You appear to be mixing build systems unnecessarily....