Giter Club home page Giter Club logo

Comments (11)

ingalls avatar ingalls commented on July 20, 2024

@uswoods Can you paste the output of

rustc --version

from hecate.

uswoods avatar uswoods commented on July 20, 2024

rustc 1.38.0-nightly (4b65a86eb 2019-07-15)

from hecate.

ingalls avatar ingalls commented on July 20, 2024

We only test with the version of rust referenced in the build section of the README

https://github.com/mapbox/Hecate#build-environment

Can you follow the instructions there and let me know if you get it building? The eventual goal is to get off nightly, but at the moment this would mean moving off rocket which would be a lot of work!

from hecate.

uswoods avatar uswoods commented on July 20, 2024

@ingalls I'm very sorry, but I won't manually put binaries into my filesystem.

And I really don't understand how we could get used to behaviour like
curl $any_url -sSf | sh

from hecate.

ingalls avatar ingalls commented on July 20, 2024

@uswoods if you have rustup already installed you can skip that step.

from hecate.

uswoods avatar uswoods commented on July 20, 2024

Patching Cargo.tml from rocket 0.4.1 to 0.4.2 BTW fixes the compilation error.

I've got quite a dumb question: Where is the hecate binary? ./target/release/ contains

  • build
  • deps
  • examples
  • incremental
  • native

the build folder contains subfolders from arrayvec to valico, but no binary.

@ingalls Do you prefer to get pinged or not?

from hecate.

ingalls avatar ingalls commented on July 20, 2024

@uswoods once I'm pinged once in a thread I get pinged every time. So not worries there. I get so many notifications if I don't get tagged on a thread I won't ever see it.

@uswoods The hecate binary can be found in

target/release/hecate

You can safety copy this binary once built to another similar architecture system. It's built statically with the exception of a few core GLIB deps.

from hecate.

uswoods avatar uswoods commented on July 20, 2024

If postgres is not running it is crashing, right?

ERROR: Unable to connect to hecate@localhost:5432/hecate
ERROR: IO error
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/libcore/option.rs:374:21

from hecate.

ingalls avatar ingalls commented on July 20, 2024

Yes, postgres is a required dependency of hecate, it must be installed and configured for hecate to be able to connect to it.

from hecate.

uswoods avatar uswoods commented on July 20, 2024

Thanks a lot. Before trying out more things I'll have to rebuild my main & only computer (put more memory in)!

from hecate.

ingalls avatar ingalls commented on July 20, 2024

Cool, feel free to open a new ticket if you have any questions.

from hecate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.