GNOME Bugzilla – Bug 730140
box_drawing_generate.sh missing from tarball
Last modified: 2014-05-14 18:58:15 UTC
Tarballs include the generated box_drawing.h, but not the script that generates this. As a result, the first "make" succeeeds, but after a "make clean" it doesn't work any more: /bin/bash: ./box_drawing_generate.sh: No such file or directory make[2]: *** [box_drawing.h] Error 127 make[2]: *** Deleting file `box_drawing.h'
Fixed on master and 0-36.
Thx for the quick fix. There are other generated files too (marshal.[ch], vteresources.c, vtetypebuiltins.[ch], plus box_drawing.h) that are included in the tarball, but removed on a "make clean". And some files that can be generad, but are included in the tarball and not even removed on "make clean" (vteseq-list.h vteseq-2.c vteseq-n.c). chpe, is this okay/intended this way?
Fixed on master except for the gperf ones. IIRC Behdad did it like that because gperf is a somewhat more unusual build-time requirement; but I'd be fine with just requiring it and not disting the generated files.
Sounds fine, thanks!