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
When I am trying to run the examples on version 0.1.1, I am getting the following error:
nim c -rf --hints:off --threads:off colors.nim
/home/wedge/Programming/nim/iso/colors.nim(1, 8) Warning: imported and not used: 'chroma' [UnusedImport]
could not import: glXSwapIntervalMESA
Error: execution of an external program failed: '/home/wedge/Programming/nim/iso/colors '
I have tested the same examples on version 0.1.0 and the error does not occur
The text was updated successfully, but these errors were encountered:
When I am trying to run the examples on version 0.1.1, I am getting the following error:
I have tested the same examples on version 0.1.0 and the error does not occur
The text was updated successfully, but these errors were encountered: