-
Notifications
You must be signed in to change notification settings - Fork 316
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
Building with Emscripten fails #77
Comments
I don't know about Emscripten. |
I have added a new configure option "--enable-posix-api" in develop branch.
|
Thank you for being so nice! I created the same issue in
sweetslush@ubuntu:~/.emscripten_cache/asmjs$ llvm-nm libc.bc | grep "regcomp"
-------- T regcomp
sweetslush@ubuntu:~/.../oniguruma$ llvm-nm src/.libs/libonig.a | grep "regcomp"
regcomp_64e0bb8d.o:
-------- T regcomp In search for all possible solutions, will there be any side effects (missing features) of not including Or does Once again, I thank for being epic 🎉 |
regcomp() in Oniguruma provides POSIX interface to users by using Oniguruma regex engine. |
Everything's now nominal. Thank you for the help! 🙂 |
Followed this guide: http://kripken.github.io/emscripten-site/docs/compiling/Building-Projects.html#building-projects
These steps work without spitting non-zero exit code
But fails at last one : (
At this point (4 days of struggle with all this) I'd owe anyone for life. Help much appreciated.
The text was updated successfully, but these errors were encountered: