Linux - NewbieThis 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.
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.
I just try to compile fbdesk-1.2.1 for fluxbox, but I get lot of errors "present but cannot be compiled" for all possible headers. All librares are there, I dont know what I need to compile.
I have found, that an upgrade of gcc may be useful, but I have SuSe 9.1 and gcc -v says me 3.3.3, so I dont think it will help.
I make no guarantees, but let's see if I can help a little.
When do the errors occur? during ./configure? during make? Could you post some of the output? Scan over it, and see if you find where the process derails, and give a snapshot of say, 10 or so lines before and after.
When you installed fluxbox, did you run (as root) ldconfig? I'm not sure if fluxbox installs libraries, but I'd be surprised if it didn't. I've forgotten to run ldconfig a number of times myself.
Also, did you install fluxbox from source? If not, did you install the development packages? I'm guessing you did since it says it found headers, but it never hurts to ask.
Last edited by Dark_Helmet; 01-07-2005 at 08:08 PM.
I have installed fluxbox from rpm and it wasn't developer package.
Yes, I get errors during configure and they was solved by run of ldconfig
But now I get this error:
Code:
checking for X... no
...
configure: error: fbdesk requires the X Window System libraries and headers.
I have X and believe to have installed all necessary librares (at least X is running )
Well, again, more of the error would be useful. Generally, there are some "checking for..." messages prior to the "no" and the "fbdesk requires..." message.
However, with this being X, there is one very likely possibility: is the development package for X installed? When your base system is installed using package managers, typically, they don't include development files. These development files are needed by the compiler to create executables from source code. To find it, look through the package manager interface for your distro, or manually scan your install CDs.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.