spstreets / gtfs_manager

A GUI for viewing and editing GTFS data
MIT License
30 stars 3 forks source link

Build failing #48

Closed Robinlovelace closed 2 years ago

Robinlovelace commented 2 years ago

Heads-up @maxwell8888 I got this error trying to install it just now:

Compiling gtfs_manager v0.1.0 (/home/robin/.cargo/git/checkouts/gtfs_manager-428d2c6132e01227/67f20d1)
error: there is no argument named `children_type_name`
   --> src/views.rs:923:44
    |
923 |                         format!("Number of {children_type_name}s")
    |                                            ^^^^^^^^^^^^^^^^^^^^

error: there is no argument named `name2`
    --> src/views.rs:1925:51
     |
1925 |         .with_child(Label::new(format!("Number of {name2}s")).with_font(ANNOTATION))
     |                                                   ^^^^^^^

error: could not compile `gtfs_manager` due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
error: failed to compile `gtfs_manager v0.1.0 (https://github.com/spstreets/gtfs_manager#67f20d18)`, intermediate artifacts can be found at `/tmp/cargo-installqFCjqt`

Caused by:
  build failed
Robinlovelace commented 2 years ago

Starting point:

➜  ~ cargo install --git https://github.com/spstreets/gtfs_manager