Menu

#155 sy

Bug
open
nobody
None
5
2016-03-17
2016-03-17
kurczaq
No

CIL build system does not correctly compile an extension that uses custom lexer/parser modules. The parser module is compiled but not linked into the extension module file:

Error: error loading shared library: /home/cil/lib/cil/comanche.cmxs: undefined symbol: camlComancheparse

Comancheparse.initialize is the entry symbol in comancheparse.mly and called as such.

Discussion


Log in to post a comment.