Ticket #687 (closed bug: fixed)
compilers/imcc missing dependencies
| Reported by: | coke | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | none | Version: | 1.1.0 |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | Platform: |
Description (last modified by coke) (diff)
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
Change History
Note: See
TracTickets for help on using
tickets.
