Closed HalJordan closed 6 months ago
Hey, thanks for opening the issue. Which release did you use or did you build it from main?
I tried the latest, and building after cloning the git repo.
This is arch, and I had to install the latest version provided as it wasn't already present.
I checked the last few releases, all were missing the target directory, so I summarily purged it from from my system and moved on.
I see you are running it with start.sh The file is depricated and should be removed. Please execute the binary from project root.
The target/debug/edcas-client
will be created by building the project.
archlnv dir: ~/Applications
➜ git clone https://github.com/arne-fuchs/edcas-client
Cloning into 'edcas-client'...
remote: Enumerating objects: 1833, done.
remote: Counting objects: 100% (541/541), done.
remote: Compressing objects: 100% (187/187), done.
remote: Total 1833 (delta 407), reused 447 (delta 345), pack-reused 1292
Receiving objects: 100% (1833/1833), 15.37 MiB | 11.74 MiB/s, done.
Resolving deltas: 100% (1112/1112), done.
archlnv dir: ~/Applications
➜ cd edcas-client
archlnv dir: edcas-client git: master
➜ ls target
ls: cannot access 'target': No such file or directory
after cargo build
:
...
warning: `edcas-client` (bin "edcas-client") generated 12 warnings (run `cargo fix --bin "edcas-client"` to apply 5 suggestions)
Finished dev [unoptimized + debuginfo] target(s) in 1m 46s
archlnv dir: edcas-client git: master took 1m 46.6s
➜ ls target
CACHEDIR.TAG debug
archlnv dir: edcas-client git: master
➜ ls target/debug
build deps edcas-client edcas-client.d examples incremental
the edcas-client
is the executable you need
I tried the latest, and building after cloning the git repo.
This is arch, and I had to install the latest version provided as it wasn't already present.
I checked the last few releases, all were missing the target directory, so I summarily purged it from from my system and moved on.
You downloaded the repo files but not the pre-compiled release files. The start.sh only works if you've actually build the repo. If you want it working either fix your cargo or download the precompiled files (edcas-client-linux.tar.gz) https://github.com/arne-fuchs/edcas-client/releases/tag/0.2.6
For release 0.3.0 you'll need to wait some days though.
I think something is missing from your files. There's no target directory.