-
Notifications
You must be signed in to change notification settings - Fork 7
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
C error on running android example #68
Comments
I wonder if that's a Also, what host OS are you on? macOS? |
That sounds about right! I'm on an up-to-date arch linux, that comes with Nim 1.4 and it was a webview app. Sure, just let me know, I'd love to give it a spin. |
@capocasa Can you try again with the latest master? |
Got a minor issue Error: unhandled exception: No such file or directory fixed it with Then I got similar build error in gradle to the originally one- attached log. Desktop app works fine with Readme error, in the binary it's |
I think maybe you need to uninstall the old wiish version and reinstall it:
|
Thank you for making this insanely cool program!!!
Desktop worked fine but I got this error on Android. I tried adding --cc:clang to nimOpts and APP_CFLAGS=-std=c11 to ndk-build, but no dice.
Life and inclination permitting- does this error message look familiar to you, by any chance?
/home/carlo/mywiish/dist/android/project/org.wiish.webviewexample/app/jni/src/x86_64/stdlib_system.nim.c:3435:52: error: unexpected type name 'RootObj': expected expression
NTI__ytyiCJqK439aF9cIibuRVpAg_.align = NIM_ALIGNOF(RootObj);
The text was updated successfully, but these errors were encountered: