itsjunetime / tdf

A tui-based PDF viewer
GNU General Public License v3.0
720 stars 12 forks source link

Compiling error on Fedora 40 #20

Closed Felix-Halder closed 57 minutes ago

Felix-Halder commented 1 month ago

I get the following error when trying to build:

cargo build --release warning: file /home/<User>/Utilities/tdf/./benches/for_profiling.rs found to be present in multiple build targets:

itsjunetime commented 1 month ago

It seems like you probably don't have a c compiler, such as gcc, installed. Try installing the gcc package and see if that fixes it.

itsjunetime commented 57 minutes ago

I'm going to close this as it seems pretty clear what the issue is.