devttys0 / sasquatch

506 stars 157 forks source link

Fixed gcc build errors #47

Open threadexio opened 2 years ago

threadexio commented 2 years ago

GCC version: 11.1.0

Solutions:

Fenr1r-g commented 2 years ago

Tested on my machine. Fixes the -werrors and successfully builds and installs sasquatch.

int3rsys commented 2 years ago

Thank you, I've downloaded your commit and it worked contrary to the master.

jhilland0117 commented 2 years ago

thanks! this fixes the build for ubuntu 20+

agoodm88 commented 2 years ago

Thanks, this fixes the build for me on Ubuntu 22.04

speidy commented 2 years ago

@devttys0 Please merge!

amlamarra commented 2 years ago

@devttys0 Would love to get this merged.

jacopotediosi commented 1 year ago

Merging this PR causes some files to be lost while extracting some squashfs images (e.g., see https://github.com/ReFirmLabs/binwalk/issues/618), don't know why. On Ubuntu 22.04.1LTS I suggest to compile using https://github.com/devttys0/sasquatch/pull/51 instead of this.