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
V version: V 0.2.2 8e69d36.57d1b5b UI version: OS: linux, N/A (VM) [Debian on ChromeOS/Crostini: Version 88.0.4324.153 (Official Build) (64-bit)]
What did you do? v run first.v (a simple UI app that shows an empty window)
What did you expect to see?
The GUI window
What did you see instead?
==================
/usr/local/share/v/thirdparty/stdatomic/nix/atomic.h:117: warning: assignment from incompatible pointer type
tcc: error: library 'GL' not found
...
==================
(Use `v -cg` to print the entire error message)
builder error:
==================
C error. This should never happen.
If you were not working with C interop, please raise an issue on GitHub:
https://github.com/vlang/v/issues/new/choose
You can also use #help on Discord: https://discord.gg/vlang
I am documenting this for the benefit of others who may run into this issue on ChromeOS. I can add a note in the documentation if someone can point me to the correct file.
V version: V 0.2.2 8e69d36.57d1b5b
UI version:
OS: linux, N/A (VM) [Debian on ChromeOS/Crostini: Version 88.0.4324.153 (Official Build) (64-bit)]
What did you do?
v run first.v
(a simple UI app that shows an empty window)What did you expect to see?
The GUI window
What did you see instead?
Missing step to compile and run a V UI app on ChromeOS
Install this package:
apt install freeglut3-dev
Source: https://stackoverflow.com/questions/50446867/importerror-library-glu-not-found/52886029
The text was updated successfully, but these errors were encountered: