lucaspoffo / renet

Server/Client network library for multiplayer games with authentication and connection management made with Rust
Apache License 2.0
620 stars 65 forks source link

Error: linking with `cc` failed: exit status: 1 #122

Closed nicholasdejong closed 6 months ago

nicholasdejong commented 8 months ago

Hi, I've run into this error when trying out some demo code. Note: both the client and server code produced this error.

It's a pretty nasty error to encounter for the first time so I tried a few things:

I am quite certain that bevy_renet is involved in the error since compiling a file without it works fine. If you need any more details let me know.

lucaspoffo commented 7 months ago

Are you still having this problem? Do the bevy examples work fine for you?