Closed prodanovic closed 6 years ago
Hi, make fails on Ubuntu 18.06. Stacktrace:
XXX@XXXX:~/git/ssocr$ make cc -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -pedantic -Werror -pedantic-errors -fstack-protector-all -O3 -c -o ssocr.o ssocr.c cc -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -pedantic -Werror -pedantic-errors -fstack-protector-all -O3 -c -o imgproc.o imgproc.c cc -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -pedantic -Werror -pedantic-errors -fstack-protector-all -O3 -c -o help.o help.c cc -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -pedantic -Werror -pedantic-errors -fstack-protector-all -O3 -c -o charset.o charset.c cc ssocr.o imgproc.o help.o charset.o -lm -L/usr/lib/x86_64-linux-gnu -lImlib2 -o ssocr sed -e "s/@VERSION@/"2.19.0"/" \ -e "s/@DATE@/2018-09-01/" ssocr.1
Seems that the build has passed, I just misinterpreted the output. Apologies!
Hi, make fails on Ubuntu 18.06. Stacktrace: