Hi,
I am trying to compile an application on my openSUSE 11.0. After the ./configure step, make is giving these kinds of problems:
error: antlr/AST.hpp: No such file or directory
antlr/config.hpp: No such file or directory
error: antlr/TreeParser.hpp: No such file or directory
and so on. So i downloaded antlr from the openSUSE repos, but the problem persists since these files are not there anywhere, since as root i did a
Code:
find / -name AST.hpp
and so on search. Where can i find these files?