MadcowOG / dwl-bar

dwl-like bar for dwl
GNU General Public License v3.0
30 stars 10 forks source link

Exec format error #6

Closed Thiago-Assis-T closed 1 year ago

Thiago-Assis-T commented 1 year ago

After running make i get the output: make: Nothing to be done for 'all'.

and after running make install, when i try to execute the bynary it says: bash: /usr/local/bin/dwl-bar: cannot execute binary file: Exec format error

All I did was clone the repo, install the listed dependencies on the README, checkout a branch different from main, and then run the make and make install commands.

I'm on fedora 38 gnu make 4.4 gcc version 13.1.1 20230614 (Red Hat 13.1.1-4) (GCC)

Thiago-Assis-T commented 1 year ago

I just deleted everything, reinstalled the dependencies and, did it all again, worked like a charm!