Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-13-2008, 12:36 AM
|
#1
|
LQ Newbie
Registered: Nov 2008
Location: India
Posts: 29
Rep:
|
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:
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
find / -name AST.hpp
and so on search. Where can i find these files?
Thanks!
|
|
|
11-14-2008, 09:11 AM
|
#2
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,491
|
Quote:
Originally Posted by samrat_rao
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
find / -name AST.hpp
and so on search. Where can i find these files?
Thanks!
|
Well, you say you downloaded it, but did you install it? And you don't say whether or not the find you ran, actually FOUND anything. Did you install the libraries for libast, or the libast-devel?
|
|
|
11-20-2008, 01:54 AM
|
#3
|
LQ Newbie
Registered: Nov 2008
Location: India
Posts: 29
Original Poster
Rep:
|
Quote:
Originally Posted by TB0ne
Well, you say you downloaded it, but did you install it? And you don't say whether or not the find you ran, actually FOUND anything. Did you install the libraries for libast, or the libast-devel?
|
Yes i installed antlr, and the find said 'no such file or directory'. But i downloaded the source code of antlr-2.7.7 and installed it, so the problem is solved.
|
|
|
11-20-2008, 09:37 AM
|
#4
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,491
|
Quote:
Originally Posted by samrat_rao
Yes i installed antlr, and the find said 'no such file or directory'. But i downloaded the source code of antlr-2.7.7 and installed it, so the problem is solved.
|
Yep, usually installing from source will also install the development libraries too....glad its working.
|
|
|
All times are GMT -5. The time now is 02:48 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|