lucaspoffo / renet

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

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

Closed nicholasdejong closed 11 months ago

nicholasdejong commented 1 year 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 11 months ago

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