Skip to content

Fix missing _emscripten_timeout deps #18909

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

Merged
merged 2 commits into from
Mar 8, 2023
Merged

Conversation

rdb
Copy link
Contributor

@rdb rdb commented Mar 7, 2023

This fixes what I believe to be a regression in aef3f83 (#18416) as we have been seeing the following error message:

error: undefined symbol: _emscripten_timeout (referenced by _setitimer_js__deps: ['$timers','$callUserCallback','_emscripten_timeout','emscripten_get_now'], referenced by top-level compiled C/C++ code)
warning: To disable errors for undefined symbols use `-sERROR_ON_UNDEFINED_SYMBOLS=0`
warning: __emscripten_timeout may need to be added to EXPORTED_FUNCTIONS if it arrives from a system library
Error: Aborting compilation due to previous errors

@rdb rdb requested a review from sbc100 March 8, 2023 17:27
@sbc100 sbc100 merged commit c1927f2 into emscripten-core:main Mar 8, 2023
@rdb rdb deleted the patch-2 branch March 8, 2023 17:31
impact-maker pushed a commit to impact-maker/emscripten that referenced this pull request Mar 17, 2023
impact-maker pushed a commit to impact-maker/emscripten that referenced this pull request Mar 17, 2023
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

Successfully merging this pull request may close these issues.

2 participants