You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue with using nimporter. When I try to import a simple helloworld.nim example it fails. The initial error was about a missing file. I did a little digging and it appears that the file that is missing is vccexe.exe. At first I thought the issue was simply that nimporter was attempting to use a compiler that was not installed but when I try to point to gcc compiler, by creating a helloworld.nims file with "switch("cc", "gcc"), nimporter fails silently. Any ideas? Here are the files:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm having an issue with using nimporter. When I try to import a simple helloworld.nim example it fails. The initial error was about a missing file. I did a little digging and it appears that the file that is missing is vccexe.exe. At first I thought the issue was simply that nimporter was attempting to use a compiler that was not installed but when I try to point to gcc compiler, by creating a helloworld.nims file with "switch("cc", "gcc"), nimporter fails silently. Any ideas? Here are the files:
helloworld.zip
main.zip
Beta Was this translation helpful? Give feedback.
All reactions