tbrand / dystopia

Anonymity on the Internet by Transparent way.
https://dytp.org/
MIT License
93 stars 1 forks source link

Building Fails With 3 Errors #23

Closed Phate6660 closed 5 years ago

Phate6660 commented 5 years ago

Hello, I just came over here from your Reddit post. I was pretty curious about this, as Tor is something I use daily and Rust is my new favorite programming language. So I was going to build it just to look at it a bit, but it failed with 3 errors.

error: linking with `cc` failed: exit code: 1 Note: This one had a lot of various paths after it, so if you need any of that output let me know.

error: aborting due to previous error

error: Could not compile `dytp`.

tbrand commented 5 years ago

Nice! What OS are you using? Dystopia uses https://github.com/diesel-rs/diesel as ORM. May be you need to install PostgreSQL backend. https://github.com/diesel-rs/diesel/blob/master/guide_drafts/backend_installation.md

Phate6660 commented 5 years ago

What OS are you using?

Currently on Arch Linux.

May be you need to install PostgreSQL backend.

I'll install that then, and see if it fails to build again.

tbrand commented 5 years ago

Cool :+1:

Phate6660 commented 5 years ago

Build succeeded. Thanks. :+1:

tbrand commented 5 years ago

Awesome! :+1:

If you try to construct the Dystopia's network on local PC, you could follow the steps on Getting Started.

Let me close the issue. Please open another one if you have any questions!

Thanks.