-
Notifications
You must be signed in to change notification settings - Fork 20
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
I couldn't install gintro #196
Comments
Sorry, I don't use Windows. And when your main target is Windows, I would really not suggest you to use GTK. Nim has 20 other GUI toolkits, some of them should be suited better for Windows. Of course GTK and gintro can be used for Windows, some people do that. |
Well, after consulting line 273 of nimscript.nim I got an idea: The error seems to be related to executing external processes. So it may result from one of the commands in gintro.nimble. From your name I guess that you are from China, may there the command wget be illegal? Or wait, maybe it is exec(td / wd / "gen 1")? But why may that fail? May the exec("nim c gen.nim") have failed before already? Well, just use fidget :-) |
After install gobject-introspection-runtime in msys2, I can install gintro, and my app compiles and runs fine.
|
Fine. I think then we should keep this issue open, as maybe someone other from China has the same problem. |
I've had this problem for a while now and I solved it by installing GTK for Windows via MSYS (and adding C:\msys64\mingw64\bin to PATH), then doing This is apparent when running
|
I'm working on windows 10.
nimble.exe install gintro
......
C:\msys64\nim\lib\system\nimscript.nim(273, 7) Error: unhandled exception: FAILED: C:\msys64\tmp\gintrosalewski\gen 1
The text was updated successfully, but these errors were encountered: