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
================== C compilation error (from tcc): ==============
cc: D:/Temp/Temp/v_0/main.01JK6J3P1CB7PMYN6NEBRERRWJ.tmp.c:532: warning: WINVER redefined
cc: D:/Temp/Temp/v_0/main.01JK6J3P1CB7PMYN6NEBRERRWJ.tmp.c:1028: error: ';' expected (got "duarteroso__glfw__GLFWmonitor")
=================================================================
(You can pass `-cg`, or `-show-c-output` as well, to print all the C error messages).
builder error:
==================
C error found. It should never happen, when compiling pure V code.
This is a V compiler bug, please report it using `v bug file.v`,
or goto https://github.com/vlang/v/issues/new/choose .
You can also use #help on Discord: https://discord.gg/vlang .
What did you expect to see?
This should open a window using GLFW. I have it installed on my computer (via chocolatey) and i did set it on path.
if u have another lib that does GLFW/OpenGL stuff (im working in a game engine), please tell me!
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered:
V version: V 0.4.9 319eb83, press to see full `v doctor` output
What did you do?
./v -g -o vdbg cmd/v && ./vdbg src/main.v && D:\Files\Projects\vtest\src\main.exe
What did you see?
What did you expect to see?
This should open a window using GLFW. I have it installed on my computer (via chocolatey) and i did set it on path.
if u have another lib that does GLFW/OpenGL stuff (im working in a game engine), please tell me!
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered: