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: /tmp/v_1000/bb.01K9QKAZEH831PVHWN8FXMWDA4.tmp.c:1438: warning: implicit declaration of function 'builtin__main__MyInt__eq'
cc: /home/delian/v/thirdparty/tcc/lib/libgc.a: error: 'GC_noop1_ptr' defined twice
cc: tcc: error: undefined symbol 'builtin__main__MyInt__eq'
=================================================================
(You can pass `-cg`, or `-show-c-output` as well, to print all the C error messages).
What did you expect to see?
a compiled program printing false
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.
V version: V 0.4.12 ebf629d, press to see full `v doctor` output
What did you do?
./v -g -o vdbg cmd/v && ./vdbg bb.v && bbWhat did you see?
What did you expect to see?
a compiled program printing false
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.