# New Ticket Created by  Andy Dougherty 
# Please include the string:  [perl #19286]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=19286 >


Starting with a fresh checkout today (19/Dec/2002), I get the
following error when I try

        make languages

cd languages && make && cd ..
cd jako && make && cd ..
yacc  ../imcc/imcc.y
cc    -o ../imcc/imcc y.tab.c 
"../imcc/imc.h", line 19: cannot find include file: "parrot/parrot.h"
"../imcc/instructions.h", line 18: undefined symbol: PARROT_MAX_ARGS
"../imcc/instructions.h", line 18: integral constant expression expected
"../imcc/parser.h", line 10: integral constant expression expected
"../imcc/imcc.y", line 34: integral constant expression expected
"../imcc/imcc.y", line 39: undefined symbol: va_list
"../imcc/imcc.y", line 39: syntax error before or at: ap
"../imcc/imcc.y", line 42: undefined symbol: ap
"../imcc/imcc.y", line 44: undefined symbol: i
"../imcc/imcc.y", line 44: syntax error before or at: SymReg
"../imcc/imcc.y", line 47: undefined symbol: i
"../imcc/imcc.y", line 50: cannot recover from previous errors
cc: acomp failed for y.tab.c
*** Error code 2
make: Fatal error: Command failed for target `../imcc/imcc'
Current working directory /home/doughera/src/parrot/parrot-current/languages/jako
*** Error code 1

Rerunning with the '-d' flag to make (for debugging) shows what's 
happening:

MAKEFLAGS value: 
cd languages && make && cd ..
MAKEFLAGS value: -d
cd jako && make && cd ..
MAKEFLAGS value: -d
    Building examples/bench.pasm because it is out of date relative to 
examples/bench.imc
      Building ../imcc/imcc using suffix rule for .y because it is out of date 
relative to ../imcc/imcc.y
yacc  ../imcc/imcc.y
cc    -o ../imcc/imcc y.tab.c 

-- 
    Andy Dougherty              [EMAIL PROTECTED]



Reply via email to