sasquatch icon indicating copy to clipboard operation
sasquatch copied to clipboard

Fixed gcc build errors

Open threadexio opened this issue 2 years ago • 7 comments

  • All warnings treated as errors
  • Multiple definition of int verbose

GCC version: 11.1.0

Solutions:

  • Removed the -Werror from the Makefile
  • Fixed the multiple definitions of int verbose from error.h

threadexio avatar Jan 16 '22 01:01 threadexio

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

Fenr1r-g avatar Feb 14 '22 16:02 Fenr1r-g

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

int3rsys avatar Feb 20 '22 19:02 int3rsys

thanks! this fixes the build for ubuntu 20+

jhilland0117 avatar Jun 18 '22 04:06 jhilland0117

Thanks, this fixes the build for me on Ubuntu 22.04

agoodm88 avatar Jun 20 '22 20:06 agoodm88

@devttys0 Please merge!

speidy avatar Sep 05 '22 21:09 speidy

@devttys0 Would love to get this merged.

amlamarra avatar Sep 18 '22 14:09 amlamarra

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.

jacopotediosi avatar Feb 16 '23 02:02 jacopotediosi