One thought on “rdoc woe

  1. gcc -O3 -g -Wall -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -I. -I.ext/include/i386-mingw32 -I../ruby_1_9/include -I../ruby_1_9 -DRUBY_EXPORT -o parse.o -c parse.c
    In file included from ../ruby_1_9/parse.y:43:
    ../ruby_1_9/id.c: In function `Init_id’:
    ../ruby_1_9/id.c:27: error: `idThrowState’ undeclared (first use in this function)
    ../ruby_1_9/id.c:27: error: (Each undeclared identifier is reported only once
    ../ruby_1_9/id.c:27: error: for each function it appears in.)
    ../ruby_1_9/parse.y: At top level:
    ../ruby_1_9/parse.y:5086: error: syntax error before “parser_data_type”
    ../ruby_1_9/parse.y:5086: warning: type defaults to `int’ in declaration of `parser_data_type’
    ../ruby_1_9/parse.y:5086: warning: data definition has no type or storage class
    ../ruby_1_9/parse.y: In function `parser_compile_string’:
    ../ruby_1_9/parse.y:5096: warning: implicit declaration of function `TypedData_Get_Struct’
    ../ruby_1_9/parse.y:5096: error: syntax error before “struct”
    ../ruby_1_9/parse.y: In function `rb_parser_compile_file’:
    ../ruby_1_9/parse.y:5158: error: syntax error before “struct”
    ../ruby_1_9/parse.y: In function `reg_named_capture_assign_iter’:
    ../ruby_1_9/parse.y:9024: warning: implicit declaration of function `rb_enc_symname2_p’
    ../ruby_1_9/parse.y: In function `rb_parser_append_print’:
    ../ruby_1_9/parse.y:9114: error: syntax error before “struct”
    ../ruby_1_9/parse.y: In function `rb_parser_while_loop’:
    ../ruby_1_9/parse.y:9146: error: syntax error before “struct”
    ../ruby_1_9/parse.y: At top level:
    ../ruby_1_9/parse.y:9828: error: syntax error before “parser_data_type”
    ../ruby_1_9/parse.y:9828: warning: type defaults to `int’ in declaration of `parser_data_type’
    ../ruby_1_9/parse.y:9829: warning: initialization makes integer from pointer without a cast
    ../ruby_1_9/parse.y:9830: warning: excess elements in scalar initializer
    ../ruby_1_9/parse.y:9830: warning: (near initialization for `parser_data_type’)
    ../ruby_1_9/parse.y:9831: warning: excess elements in scalar initializer
    ../ruby_1_9/parse.y:9831: warning: (near initialization for `parser_data_type’)
    ../ruby_1_9/parse.y:9832: warning: excess elements in scalar initializer
    ../ruby_1_9/parse.y:9832: warning: (near initialization for `parser_data_type’)
    ../ruby_1_9/parse.y:9833: warning: data definition has no type or storage class
    ../ruby_1_9/parse.y:9843: error: redefinition of ‘rb_reserved_word’
    keywords:82: error: previous definition of ‘rb_reserved_word’ was here
    ../ruby_1_9/parse.y: In function `rb_reserved_word’:
    ../ruby_1_9/parse.y:9844: warning: implicit declaration of function `reserved_word’
    ../ruby_1_9/parse.y:9844: warning: return makes pointer from integer without a cast
    ../ruby_1_9/parse.y: In function `rb_parser_new’:
    ../ruby_1_9/parse.y:9863: warning: implicit declaration of function `TypedData_Wrap_Struct’
    ../ruby_1_9/parse.y: In function `rb_parser_end_seen_p’:
    ../ruby_1_9/parse.y:9878: error: syntax error before “struct”
    ../ruby_1_9/parse.y: In function `rb_parser_encoding’:
    ../ruby_1_9/parse.y:9893: error: syntax error before “struct”
    ../ruby_1_9/parse.y: In function `rb_parser_get_yydebug’:
    ../ruby_1_9/parse.y:9908: error: syntax error before “struct”
    ../ruby_1_9/parse.y: In function `rb_parser_set_yydebug’:
    ../ruby_1_9/parse.y:9923: error: syntax error before “struct”
    make: *** [parse.o] Error 1
    rake aborted!
    Command failed with status (2): ["C:/dev/ruby/downloads/oneclick/sandbox/ms...]

    meant “you switched your ruby versions for the download–clobber your old files first!”

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>