Vlang doesn't install on PCLos LINUX #17706
BugzRus
started this conversation in
Installation Issues
Replies: 2 comments 2 replies
-
Check the system packages for the dev files for Once that is installed, try |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thank you Jalon. I'll try installing it again without the added tcc, and
see if it works.
…On Sun, Mar 19, 2023 at 12:29 PM JalonSolov ***@***.***> wrote:
No, tcc doesn't include it. V installs a version of tcc for you in
thirdparty/tcc, so you already had one... and likely newer than what you
can install from system packages. Same version, but what V installs for you
is 2 years of commits past that version.
—
Reply to this email directly, view it on GitHub
<#17706 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6STJUTU7Z3MXK42V7M6YTDW45NAPANCNFSM6AAAAAAV7ZI5H4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I installed Vlang on Debian Bullseye two weeks ago no problems. Needed to install on PCLos kernel 6.0.12 today -- using both git and the zip file. Neither was successful. Attempt with Git and 'make' result was
RESULT with .zip file ----
I have GCC compiler installed. I will try another compiler if possible.
Thanks for any assistance.
Beta Was this translation helpful? Give feedback.
All reactions