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
vpm$ v .
================== C compilation error (from tcc): ==============
cc: /tmp/v_1000/vpm.01JQ6XYC4EVVWKNXNVS6R7FY1Z.tmp.c:20888: warning: implicit declaration of function 'time__Time_local_to_utc'
cc: /tmp/v_1000/vpm.01JQ6XYC4EVVWKNXNVS6R7FY1Z.tmp.c:20888: error: '{' expected (got ";")
=================================================================
(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 .
Thank you for your reply. We are trying to migrate vpm from vweb to veb. That's why the fork is needed as there are some migration steps done already. As the last V error had been fixed, there came C errors. BTW I even tried performing the migration on my own on branch https://github.com/Paul-Stern/vpm/tree/veb-migrate-draft
I fixed all the V errors but sadly enough, got exactly the same error.
Describe the bug
C error when trying to build the project
Reproduction Steps
Expected Behavior
Successful build or, at most, a V error.
Current Behavior
C error:
Possible Solution
No response
Additional Information/Context
No response
V version
V 0.4.10 2b76902
Environment details (OS name and version, etc.)
$ v doctor
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: