#687: compilers/imcc missing dependencies
--------------------+-------------------------------------------------------
 Reporter:  coke    |       Owner:       
     Type:  bug     |      Status:  new  
 Priority:  normal  |   Milestone:       
Component:  none    |     Version:  1.1.0
 Severity:  medium  |    Keywords:       
     Lang:          |       Patch:       
 Platform:          |  
--------------------+-------------------------------------------------------
Description changed by coke:

Old description:

> various files in compilers/imcc rely on enum_class_* declarations, but do
> not declare this explicitly.
>
> e.g.:
> {{{
> $ make clean compilers/imcc/
> <SNIP>
> compilers/imcc/pbc.c:2047: error: 'enum_class_FixedIntegerArray'
> undeclared (first use in this function)
> make: *** [compilers/imcc/pbc.o] Error 1
> }}}

New description:

 various files in compilers/imcc rely on enum_class_* declarations, but do
 not declare this explicitly.

 e.g.:
 {{{
 $ make clean compilers/imcc/pbc.o
 <SNIP>
 compilers/imcc/pbc.c:2047: error: 'enum_class_FixedIntegerArray'
 undeclared (first use in this function)
 make: *** [compilers/imcc/pbc.o] Error 1
 }}}

--

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/687#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to