auerswal / ssocr

Seven Segment Optical Character Recognition
https://www.unix-ag.uni-kl.de/~auerswal/ssocr/index.html
GNU General Public License v3.0
202 stars 38 forks source link

Unable to build on Ubuntu 18.06 #5

Closed prodanovic closed 6 years ago

prodanovic commented 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

prodanovic commented 6 years ago

Seems that the build has passed, I just misinterpreted the output. Apologies!