On Sun, May 16, 2004 at 11:53:09PM +0200, Frank Heckenbach wrote:
I have uploaded the first public beta version of GP to http://gnu-pascal.de/contrib/frank/misc/gp-0.54.tar.gz.
GP is a utility to automate the building of Pascal programs using the GPC compiler. It is the intended replacement for GNU Pascal's problematic automake feature.
After compiling gp on a Linux box, it failed its self-test:
[gp-0.54]% make check ./gp --test-parser --unit-path=/home/emil/dist/gpc/gp-0.54 /home/emil/dist/gpc/gp-0.54/test-parser.pas > test-parser.tmp sed -e '/^[PVm]/d;s,/,/,g;s,'`pwd`',@srcdir@,g;s,/home/emil/dist/gpc/gp-0\.54,@srcdir@,g' < test-parser.tmp > test-parser.new rm -f test-parser.tmp if diff /home/emil/dist/gpc/gp-0.54/test-parser.out test-parser.new; then \ echo "Parser test succeeded" >&2; \ rm -f test-parser.new; \ else \ echo "Parser test failed" >&2; \ fi 7a8
M
9,10c10,11 < L l1 < L l2 ---
L -ll1 L -ll2
Parser test failed
Emil