silverdev2482
silverdev2482
SXStardust XR
Created by silverdev2482 on 4/12/2023 in #support
What is the list of nessacry packages on ubuntu to install stardust?
silverdev2482@silverdev2482-Standard-PC-Q35-ICH9-2009:~/stardust-xr-server$ cargo build
Compiling proc-macro2 v1.0.53
Compiling quote v1.0.26
Compiling libc v0.2.140
Compiling syn v1.0.109
error: linker `cc` not found
|
= note: No such file or directory (os error 2)

error: could not compile `quote` due to previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile `syn` due to previous error
error: could not compile `proc-macro2` due to previous error
error: could not compile `libc` due to previous error
silverdev2482@silverdev2482-Standard-PC-Q35-ICH9-2009:~/stardust-xr-server$ cargo build
Compiling proc-macro2 v1.0.53
Compiling quote v1.0.26
Compiling libc v0.2.140
Compiling syn v1.0.109
error: linker `cc` not found
|
= note: No such file or directory (os error 2)

error: could not compile `quote` due to previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile `syn` due to previous error
error: could not compile `proc-macro2` due to previous error
error: could not compile `libc` due to previous error
I'm getting this error on a fresh install of ubuntu. with only a few things installed. I think I am missing packages and would like of nessacry packages on ubuntu/debian. Although errors related to cc could be something else.
73 replies