Sam Clegg

Results 1403 comments of Sam Clegg

I tried simple project and they don't have this issue, so there must be something interesting/special that your project is doing here that triggers to usage of `CMAKE_C_IMPLICIT_LINK_LIBRARIES`. We need...

I just used one of our simple test projects: ``` $ ./emcmake cmake -S test/cmake/stdproperty/ -B out/cmake -GNinja -DCMAKE_BUILD_TYPE=Release $ ninja -C out/cmake ``` I then verified the `-debug` variants...

Thanks, I was able to reproduce now. I'm trying to reduce it now.

Here I the current command I'm using to reproduce: ``` $ rm -rf build && ./emcmake cmake -S test/cmake/stdproperty -B build -GNinja -DCMAKE_CXX_FLAGS="-Ofast" && ninja -C build -v ``` We...

Hmm... the test program is a little odd because returning from the main function will exit the whole process so that program actually doesn't print anything for me when I...

I finally got around to looking deeper into this and there is indeed a bug here related `-sSTRICT` + `-sINCOMING_MODULE_JS_API`. I have a fix coming.

> @sbc100 Just checking if there's any possibility to get this fixed, since the PR seems to have stalled. Thanks in advance. I'll try to pick up that PR today....

> Thanks, yes, that's what I did since about a year, so it's not really a blocking issue. I was hoping to undo this hack and to benefit from the...

In the PR description I assume you meant to write `sendmsg` and not `setmsg`?

I wonder if the problem can instead be fixed at a higher level. It seems that `getifaddrs` in musl is using `__rtnetlink_enumerate` which uses `PF_NETLINK` protocol family.. which emscripten does...