Skip to content

typo ? leads to failure to compile #50

@dkragen

Description

@dkragen

Description

Tried to install using installer.sh. Repeatedly, resulted in two errors. First was that config directory wasn't created. After I created one manually, the installer made it past that error.

However, then failed at the stage where ld is gathering items. ld was unable to find keybinder-3.0("note: /usr/bin/ld: cannot find -lkeybinder-3.0"), which I believe is actually one of the following:
/usr/lib64/libkeybinder-3.0.so.0.0.0
/usr/lib64/libkeybinder-3.0.so.0
/usr/lib64/girepository-1.0/Keybinder-3.0.typelib
probably the last, in Fedora 38.

System information

  • Findex Version: 0.8.1

Output of rustc --version --verbose:

rustc 1.76.0 (07dca489a 2024-02-04)
binary: rustc
commit-hash: 07dca489ac2d933c78d3c5158e3f43beefeb02ce
commit-date: 2024-02-04
host: x86_64-unknown-linux-gnu
release: 1.76.0
LLVM version: 17.0.6

Log/Output (if applicable)

.findex-logs doesn't exist.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions