Glfw is still needed on Ubuntu (Mate) 18.04
Also it as been removed from 'readme dependencies' : ce81ced
V version:
V built successfully!
Current V version:
V 0.2.2 d54becf, timestamp: 2021-04-10 10:46:43 +0300
UI version:
Installed today 10 April 2021
4b2954a
OS:
Unbuntu mat 18.04
What did you do?
v run users.v
What did you expect to see?
The launching of the demo UI project
What did you see instead?
v run users.v
/home/yann/projects/v/v-src/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, this is a compiler bug, 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
SOLUTION
After installing GLFW 3 it just worked.

Thanks for this great Vlang project !
Glfw is still needed on Ubuntu (Mate) 18.04
Also it as been removed from 'readme dependencies' : ce81ced
V version:
V built successfully!
Current V version:
V 0.2.2 d54becf, timestamp: 2021-04-10 10:46:43 +0300
UI version:
Installed today 10 April 2021
4b2954a
OS:
Unbuntu mat 18.04
What did you do?
v run users.v
What did you expect to see?
The launching of the demo UI project
What did you see instead?
v run users.v
/home/yann/projects/v/v-src/v/thirdparty/stdatomic/nix/atomic.h:117: warning: assignment from incompatible pointer type
tcc: error: library 'GL' not found
...
(Use
v -cgto print the entire error message)builder error:
C error. This should never happen.
If you were not working with C interop, this is a compiler bug, 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
SOLUTION
After installing GLFW 3 it just worked.
Thanks for this great Vlang project !