-
-
Notifications
You must be signed in to change notification settings - Fork 59
Error building with Make #22
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
Comments
Is the problem still occurring with the latest updates? |
I got i different error message, i think i was able to get further
|
Did you ever get past your error @jimmywarting ? I am experiencing the same thing. When I do a |
Hi Again: I got further. During troubleshooting I noticed we both had I deleted the original from and uncommented the below.
That way I got up to:
|
I deleted my working folder and started over as I couldn't remember if I tested after Now I get
|
It still fails in the same place. I reasoned that it was broken because of emsdk no longer including fastcomp (emscripten-core/emscripten#11319). So I changed the dockerfile to have:
Unfortunately it errors in the same place with
I would really appreciate any help!!!! |
@rhildred Can you pull the latest |
Hi @seanmorris . Thanks for the update. I will give it a try. |
I dug through this, and it happens when the binary was built with vrzno, but not pdo. PDO is now turned on by default to prevent this from happening. Vrzno and PDO will eventually become shared libraries. |
Trying to run
make
ends with this error:When I try to run the
php-web.wasm
target's dependencies directly, I see there is a warning from SQLite:I don't know if that's related or not.
The text was updated successfully, but these errors were encountered: