Skip to content

Source compile fails in Linux due to old library requirements #85

@weeglos

Description

@weeglos

I'm trying to build from source.

I am running a Fedora 43 installation right now.

After setting RUST_MIN_STACK=2147483648 and installing libraries webkit2gtk4.1-devel and libsoup-devel, I was able to get it to almost compile.

The problem is now, in the linking portion of the process, cc fails, apparently because of these errors:

= note: rust-lld: error: unable to find library -lwebkit2gtk-4.0
rust-lld: error: unable to find library -ljavascriptcoregtk-4.0
collect2: error: ld returned 1 exit status

webkit2gtk-4.0 is not available as a package, but 4.1 is there and installed.
javascriptcoregtk-4.0 is not available as a pacakage, but 4.1 is there and installed.

Can the library requirements be safely updated to use more modern versions of these libraries?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions