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

Fix: emscripten doesn't support shm #188

Merged
merged 1 commit into from
Apr 24, 2023

Conversation

eagleoflqj
Copy link
Contributor

I met an error

wasm-ld: error: build/sysroot/usr/local/lib/librime.a(mapped_file.cc.o): undefined symbol: shmdt

From https://stackoverflow.com/questions/60285563/shared-memory-sys-shm-h-with-emscripten it seems emscripten doesn't support shm.
I applied this patch so it linked successfully.

@eagleoflqj
Copy link
Contributor Author

@igaztanaga Could you please take a look at this?

@igaztanaga igaztanaga merged commit f3de4e9 into boostorg:develop Apr 24, 2023
@igaztanaga
Copy link
Member

Thanks for the patch!

igaztanaga added a commit that referenced this pull request Apr 24, 2023
@eagleoflqj eagleoflqj deleted the emscripten-shm branch April 24, 2023 11:23
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