Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
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.
|
 |
01-31-2003, 12:31 PM
|
#1
|
Member
Registered: Aug 2002
Location: Egypt
Distribution: Debian Sarge, Slackware 10.0
Posts: 163
Rep:
|
adding include path
hi,
I tried to install klint (an IDE) but when I run "make", it prints out that it didn't found qapplication.h which is in /usr/lib/qt3/include.
So, my question is :
Is there an environment variable that tells where to search for the header files, so that i can assign it to the place that i want (/usr/lib/qt3/include) ?
Thank you
hfawzy
|
|
|
01-31-2003, 12:58 PM
|
#2
|
LQ Guru
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565
Rep:
|
Make sure you configure it with the /usr prefix:
./configure --prefix=/usr
If that doesn't work then say so, there are ways to force inclusion into the header path, but you shouldn't need to
|
|
|
01-31-2003, 01:07 PM
|
#3
|
Member
Registered: Aug 2002
Location: Egypt
Distribution: Debian Sarge, Slackware 10.0
Posts: 163
Original Poster
Rep:
|
Thanks for your reply mhearn,
But this program do not need to run the configure script. I have simply to do:
qmake klint.pro
then,
make.
During the make it gives me the error in my previous post.
Any help will be appreciated,
hfawzy
|
|
|
02-01-2003, 07:01 AM
|
#4
|
LQ Guru
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565
Rep:
|
Gah! qmake? That's Evil with a capital E. Where did you find that app, it sounds pretty old. Basically everything uses autotools these days.
As for how to solve this problem, I'm afraid I have no idea how you'd operate such a build system, I've never seen one before. Anybody? Otherwise I guess you could try asking the developers of Klint.
|
|
|
All times are GMT -5. The time now is 12:08 AM.
|
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
|
|