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
I was following the Nannou Guide, more specifically the create a project page. Unfortunately, when I was running cargo run --release, I was presented with this compiling error:
(base) daniel@danielLaptop:~/Desktop/scratchpad/my-project$ cargo run --release
Compiling my-project v0.1.0 (/home/daniel/Desktop/scratchpad/my-project)
error: linking with `cc` failed: exit status: 1
|
= note: "cc" "-m64" <wall of text>
<wall of text>
<wall of text>
<wall of text>
<wall of text>
= note: /usr/bin/ld: cannot find -lxcb-render
/usr/bin/ld: cannot find -lxcb-shape
/usr/bin/ld: cannot find -lxcb-xfixes
collect2: error: ld returned 1 exit status
error: aborting due to previous error
error: could not compile `my-project`
To learn more, run the command again with --verbose.
Luckily I managed to find this issue, installed the required packages, and it compiled with no problem whatsoever.
I was following the Nannou Guide, more specifically the create a project page. Unfortunately, when I was running
cargo run --release
, I was presented with this compiling error:Luckily I managed to find this issue, installed the required packages, and it compiled with no problem whatsoever.
Perhaps the guide needs to include these packages as well?
The text was updated successfully, but these errors were encountered: