Axel Huebl
Axel Huebl
I see when executing `test_cmake_js` that some symbols cannot be found. (This one builds a shared library now.) ``` ['/home/axel/src/emscripten/emcmake', 'cmake', '-DCMAKE_BUILD_TYPE=Debug', '-DCMAKE_VERBOSE_MAKEFILE=ON', '-G', 'Unix Makefiles', '/home/axel/src/emscripten/tests/cmake/target_js'] em++: warning: ignoring...
> Nice! If we can make the default of BUILD_SHARED_LIBS=OFF work I would support this change. Thanks! Turns out, that works :) It's only a few libs in the tests...
For `test_dlfcn_self (test_core.core0)` I am not sure why `__data_end` is not exported now :thinking:
Thx, rebased :) I see this in my PR for tests: ``` 1 workflow awaiting approval First-time contributors need a maintainer to approve running workflows. [Learn more.](https://docs.github.com/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks) 12 expected, 2...
The `CMAKE_STRIP` issue I saw in https://github.com/pyodide/pyodide/pull/2169 when building a `pybind11` extension: https://github.com/pybind/pybind11/blob/v2.9.1/tools/pybind11Common.cmake#L399-L411 Simply did not work with what it picked for `CMAKE_STRIP`. Do you have your own strip command...
Oh, it definitely did not pick that one. Let's set it here. Let me try a path. Update: uses now `emstrip` - thank you for #16431 :sparkling_heart:
Absolutely :tada: For tracking purposes, this might be a duplicate of #538 ? :)
Implemented 🎉 (see linked PRs/issues)
Preparation: https://github.com/BLAST-WarpX/warpx/pull/6319
Hi @Yin-YinjianZhao, Thank you for reporting this! We are not aware of an existing bug of this kind, so you probably found something new. Can you please share a small...