Created
September 7, 2015 03:43
-
-
Save jungle-boogie/45a3904889144e4217f9 to your computer and use it in GitHub Desktop.
miller build ticket #64 with CO 54ea039b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % git checkout 54ea039b034ff0874f386b54d5327c1de780b7fb . | |
| % make -e CCOMP=clang | |
| make -C dsls put_dsl_parse.o | |
| clang -o lemon lemon.c | |
| lemon.c:2277:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
| static preprocess_input(char *z){ | |
| ~~~~~~ ^ | |
| lemon.c:2327:1: warning: control may reach end of non-void function [-Wreturn-type] | |
| } | |
| ^ | |
| lemon.c:2863:6: warning: use of out-of-scope declaration of 'access' | |
| if (access(buf,004)==0) { | |
| ^ | |
| lemon.c:2758:13: note: previous declaration is here | |
| extern int access(); | |
| ^ | |
| lemon.c:2865:13: warning: use of out-of-scope declaration of 'access' | |
| } else if (access(templatename,004)==0) { | |
| ^ | |
| lemon.c:2758:13: note: previous declaration is here | |
| extern int access(); | |
| ^ | |
| lemon.c:3085:1: warning: control reaches end of non-void function [-Wreturn-type] | |
| } | |
| ^ | |
| 5 warnings generated. | |
| ./lemon put_dsl_parse.y | |
| mv put_dsl_parse.c put_dsl_parse.c.tmp | |
| sed -e 's/ParseTrace/put_dsl_ParseTrace/g' -e 's/ParseTokenName/put_dsl_ParseTokenName/g' -e 's/lemon_parser_alloc/put_dsl_lemon_parser_alloc/g' -e 's/lemon_parser_free/put_dsl_lemon_parser_free/g' -e 's/lemon_parser_parse_token/put_dsl_lemon_parser_parse_token/g' -e 's/yy_destructor/put_dsl_yy_destructor/g' put_dsl_parse.c.tmp > put_dsl_parse.c | |
| rm -f put_dsl_parse.c.tmp | |
| clang -I.. -O3 -c -std=gnu99 put_dsl_parse.c | |
| make -C dsls put_dsl_lexer.o | |
| flex --prefix=put_dsl_lexer_ --outfile=put_dsl_lexer.c --header-file=put_dsl_lexer.h put_dsl_lexer.l | |
| clang -I.. -O3 -c -std=gnu99 put_dsl_lexer.c | |
| make -C dsls put_dsl_wrapper.o | |
| clang -Wall -I.. -O3 -c -std=gnu99 put_dsl_wrapper.c | |
| put_dsl_wrapper.c:24:16: warning: implicit declaration of function 'put_dsl_lemon_parser_parse_token' is invalid in C99 [-Wimplicit-function-declaration] | |
| parse_code = put_dsl_lemon_parser_parse_token(pvparser, lex_code, plexed_node, pasts); | |
| ^ | |
| put_dsl_wrapper.c:61:2: warning: implicit declaration of function 'put_dsl_lemon_parser_free' is invalid in C99 [-Wimplicit-function-declaration] | |
| put_dsl_lemon_parser_free(pvparser, free); | |
| ^ | |
| 2 warnings generated. | |
| make -C dsls filter_dsl_parse.o | |
| ./lemon filter_dsl_parse.y | |
| mv filter_dsl_parse.c filter_dsl_parse.c.tmp | |
| sed -e 's/ParseTrace/filter_dsl_ParseTrace/g' -e 's/ParseTokenName/filter_dsl_ParseTokenName/g' -e 's/lemon_parser_alloc/filter_dsl_lemon_parser_alloc/g' -e 's/lemon_parser_free/filter_dsl_lemon_parser_free/g' -e 's/lemon_parser_parse_token/filter_dsl_lemon_parser_parse_token/g' -e 's/yy_destructor/filter_dsl_yy_destructor/g' filter_dsl_parse.c.tmp > filter_dsl_parse.c | |
| rm -f filter_dsl_parse.c.tmp | |
| clang -I.. -O3 -c -std=gnu99 filter_dsl_parse.c | |
| make -C dsls filter_dsl_lexer.o | |
| flex --prefix=filter_dsl_lexer_ --outfile=filter_dsl_lexer.c --header-file=filter_dsl_lexer.h filter_dsl_lexer.l | |
| clang -I.. -O3 -c -std=gnu99 filter_dsl_lexer.c | |
| make -C dsls filter_dsl_wrapper.o | |
| clang -Wall -I.. -O3 -c -std=gnu99 filter_dsl_wrapper.c | |
| filter_dsl_wrapper.c:23:16: warning: implicit declaration of function 'filter_dsl_lemon_parser_parse_token' is invalid in C99 [-Wimplicit-function-declaration] | |
| parse_code = filter_dsl_lemon_parser_parse_token(pvparser, lex_code, plexed_node, past); | |
| ^ | |
| filter_dsl_wrapper.c:59:2: warning: implicit declaration of function 'filter_dsl_lemon_parser_free' is invalid in C99 [-Wimplicit-function-declaration] | |
| filter_dsl_lemon_parser_free(pvparser, free); | |
| ^ | |
| 2 warnings generated. | |
| clang *.c cli/*.c lib/*.c containers/*.c stream/*.c input/*.c mapping/*.c output/*.c ./dsls/put_dsl_parse.o ./dsls/put_dsl_lexer.o ./dsls/put_dsl_wrapper.o ./dsls/filter_dsl_parse.o ./dsls/filter_dsl_lexer.o ./dsls/filter_dsl_wrapper.o -lm -o mlr | |
| In file included from mlrmain.c:8: | |
| ./cli/mlrcli.h:8:10: fatal error: 'containers/sllv.h' file not found | |
| #include "containers/sllv.h" | |
| ^ | |
| 1 error generated. | |
| cli/argparse.c:2:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| cli/mlrcli.c:5:10: fatal error: 'mlrvers.h' file not found | |
| #include "mlrvers.h" | |
| ^ | |
| 1 error generated. | |
| lib/mlr_globals.c:2:10: fatal error: 'lib/mlr_globals.h' file not found | |
| #include "lib/mlr_globals.h" | |
| ^ | |
| 1 error generated. | |
| lib/mlr_test_util.c:5:10: fatal error: 'lib/mlr_globals.h' file not found | |
| #include "lib/mlr_globals.h" | |
| ^ | |
| 1 error generated. | |
| In file included from lib/mlrmath.c:5: | |
| lib/mlr_globals.h:3:10: fatal error: 'cli/mlrcli.h' file not found | |
| #include "cli/mlrcli.h" | |
| ^ | |
| 1 error generated. | |
| lib/mlrstat.c:2:10: fatal error: 'lib/mlrstat.h' file not found | |
| #include "lib/mlrstat.h" | |
| ^ | |
| 1 error generated. | |
| lib/mlrutil.c:5:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| lib/mtrand.c:45:10: fatal error: 'lib/mtrand.h' file not found | |
| #include "lib/mtrand.h" | |
| ^ | |
| 1 error generated. | |
| In file included from lib/string_builder.c:5: | |
| lib/../lib/mlr_globals.h:3:10: fatal error: 'cli/mlrcli.h' file not found | |
| #include "cli/mlrcli.h" | |
| ^ | |
| 1 error generated. | |
| lib/test_mlrutil.c:3:10: fatal error: 'lib/minunit.h' file not found | |
| #include "lib/minunit.h" | |
| ^ | |
| 1 error generated. | |
| lib/test_string_builder.c:3:10: fatal error: 'lib/minunit.h' file not found | |
| #include "lib/minunit.h" | |
| ^ | |
| 1 error generated. | |
| containers/dheap.c:9:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| containers/header_keeper.c:2:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| containers/hss.c:20:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| containers/join_bucket_keeper.c:3:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| containers/lhms2v.c:20:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| containers/lhmsi.c:20:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| containers/lhmslv.c:20:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| containers/lhmss.c:20:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| containers/lhmsv.c:20:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| containers/lrec.c:5:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| containers/mixutil.c:1:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| containers/mlr_dsl_ast.c:2:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| containers/parse_trie.c:3:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| containers/percentile_keeper.c:3:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| containers/slls.c:3:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| containers/sllv.c:1:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| containers/test_join_bucket_keeper.c:3:10: fatal error: 'lib/minunit.h' file not found | |
| #include "lib/minunit.h" | |
| ^ | |
| 1 error generated. | |
| containers/test_lrec.c:6:10: fatal error: 'lib/minunit.h' file not found | |
| #include "lib/minunit.h" | |
| ^ | |
| 1 error generated. | |
| containers/test_parse_trie.c:4:10: fatal error: 'lib/minunit.h' file not found | |
| #include "lib/minunit.h" | |
| ^ | |
| 1 error generated. | |
| containers/top_keeper.c:2:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| stream/stream.c:5:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| input/file_reader_mmap.c:8:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| input/file_reader_stdio.c:8:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| input/lrec_reader_csvex.c:3:10: fatal error: 'lib/mlr_globals.h' file not found | |
| #include "lib/mlr_globals.h" | |
| ^ | |
| 1 error generated. | |
| input/lrec_reader_in_memory.c:3:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| input/lrec_reader_mmap_csvlite.c:3:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| input/lrec_reader_mmap_dkvp.c:3:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| input/lrec_reader_mmap_nidx.c:2:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| input/lrec_reader_mmap_xtab.c:3:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| input/lrec_reader_stdio_csv.c:3:10: fatal error: 'lib/mlr_globals.h' file not found | |
| #include "lib/mlr_globals.h" | |
| ^ | |
| 1 error generated. | |
| input/lrec_reader_stdio_csvlite.c:3:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| input/lrec_reader_stdio_dkvp.c:3:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| input/lrec_reader_stdio_nidx.c:2:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| input/lrec_reader_stdio_xtab.c:3:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| input/lrec_readers.c:1:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| input/mmap_byte_reader.c:6:10: fatal error: 'input/byte_readers.h' file not found | |
| #include "input/byte_readers.h" | |
| ^ | |
| 1 error generated. | |
| input/old_peek_file_reader.c:3:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| input/peek_file_reader.c:1:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| input/stdio_byte_reader.c:3:10: fatal error: 'input/byte_readers.h' file not found | |
| #include "input/byte_readers.h" | |
| ^ | |
| 1 error generated. | |
| input/string_byte_reader.c:2:10: fatal error: 'input/byte_readers.h' file not found | |
| #include "input/byte_readers.h" | |
| ^ | |
| 1 error generated. | |
| input/test_byte_readers.c:4:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| mapping/lrec_evaluators.c:5:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mapper_cat.c:1:10: fatal error: 'mapping/mappers.h' file not found | |
| #include "mapping/mappers.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mapper_check.c:1:10: fatal error: 'mapping/mappers.h' file not found | |
| #include "mapping/mappers.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mapper_cut.c:1:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mapper_filter.c:1:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mapper_group_like.c:4:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mapper_having_fields.c:1:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mapper_head.c:5:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mapper_histogram.c:5:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mapper_join.c:1:10: fatal error: 'lib/mlr_globals.h' file not found | |
| #include "lib/mlr_globals.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mapper_label.c:1:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mapper_put.c:1:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mapper_regularize.c:1:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mapper_rename.c:1:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mapper_reorder.c:1:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mapper_sort.c:5:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mapper_stats1.c:5:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mapper_stats2.c:5:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mapper_step.c:5:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mapper_tac.c:2:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mapper_tail.c:5:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mapper_top.c:6:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mapper_uniq.c:5:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| mapping/mlr_val.c:5:10: fatal error: 'lib/mlr_globals.h' file not found | |
| #include "lib/mlr_globals.h" | |
| ^ | |
| 1 error generated. | |
| output/lrec_writer_csv.c:2:10: fatal error: 'cli/mlrcli.h' file not found | |
| #include "cli/mlrcli.h" // xxx move QUOTE_* to another header file | |
| ^ | |
| 1 error generated. | |
| output/lrec_writer_csvlite.c:2:10: fatal error: 'containers/mixutil.h' file not found | |
| #include "containers/mixutil.h" | |
| ^ | |
| 1 error generated. | |
| output/lrec_writer_dkvp.c:2:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| output/lrec_writer_nidx.c:2:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| output/lrec_writer_pprint.c:3:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| output/lrec_writer_xtab.c:3:10: fatal error: 'lib/mlrutil.h' file not found | |
| #include "lib/mlrutil.h" | |
| ^ | |
| 1 error generated. | |
| *** Error code 1 | |
| Stop. | |
| make: stopped in /usr/home/sean/bin/miller/c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment