Ubuntu 24.04, building with make command fails #21880
Replies: 3 comments
-
Imho something is wrong with your PATH or git installations. Can you try |
Beta Was this translation helpful? Give feedback.
-
Also please check the permissions and owner info, for the |
Beta Was this translation helpful? Give feedback.
-
Git version: 2.43.0. OK, I'm starting again from the beginning: There is no After manually cloning
Running After manually cloning
So, manual git clone works fine. As you said, if no other one has this issue, it's probably due to my installation but I can't figure out why. |
Beta Was this translation helpful? Give feedback.
-
Followed the official building instructions. But
make
command gives below error.If I manually clone vc into v directory with:
git clone --filter=blob:none https://github.com/vlang/vc vc/
then the
make
command fails this way:Ok let's clone that tccbin manually:
git clone --filter=blob:none --quiet --branch thirdparty-linux-amd64 https://github.com/vlang/tccbin ./thirdparty/tcc
and then run
make
againNow compiled successfuly.
Beta Was this translation helpful? Give feedback.
All reactions