Results 1 to 1 of 1
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
...
- 11-12-2008 #1Just Joined!
- Join Date
- Oct 2008
- Location
- Bangalore, India
- Posts
- 12
antlr/AST.hpp: No such file or directory
Hi,
I am trying to compile an application on my openSUSE 11.0. After the ./configure step, make is giving these kinds of problems:
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 aerror: 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 search. Where can i find these files?Code:find / -name AST.hpp


Reply With Quote