Results 1 to 6 of 6
Hello all,
I'm trying to update my version of k3b and after extracting all files and then typing
Code:
./configure
I get the following error after lots of lines whizz ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-27-2005 #1
k3b installation: "Can't find x includes"
Hello all,
I'm trying to update my version of k3b and after extracting all files and then typing
I get the following error after lots of lines whizz past the screen:Code:./configure
Does anyone know what paths I should be checking for, in what files?Code:checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
av.
- 12-27-2005 #2
have you got all the necessary files installed e.g. gcc,make etc ?could be one is missing or not installed. what distro are you using ?
andySLOMO: acer extensa 5235 2.2ghz,2gb ram 160gb hdd wireless
SPEEDY: homebrew desktop,Amd x2 dualcore,2gb ram,500gb +1tb( 2x500gb) hdd suse 11.3,32mb fibreline
registered linux user #401845
- 12-27-2005 #3D'oh! How could I forget such valuable info! I'm using SuSE 10.0, with Packman updates. I have gcc 4.0.2.
Originally Posted by deltaflyer
I'm quite a new Linux user and this idea of compiling your own software is a little strange to me from my history of, you guessed it, Windows, but am trying to get to grips with it; do you know of any good reading material I could possibly read to understand the process a little more?
Ta,
av.
- 12-28-2005 #4
a good place to start is here http://www.linuxforums.com/forum/f19...-material.html
then google is your friend
the basics for installing anything is to make sure you have the following installed first
1)kernel sources
2)gcc/gcc++
3)any make files
then look for a readme file or install file.
andySLOMO: acer extensa 5235 2.2ghz,2gb ram 160gb hdd wireless
SPEEDY: homebrew desktop,Amd x2 dualcore,2gb ram,500gb +1tb( 2x500gb) hdd suse 11.3,32mb fibreline
registered linux user #401845
- 12-28-2005 #5Linux Engineer
- Join Date
- Nov 2004
- Location
- Ft. Polk, LA
- Posts
- 796
If the configure script got to checking for X, then it likely already passed the checks for gcc and make and all. Likely you need to install the -dev packages for X.
- 12-29-2005 #6Linux Newbie
- Join Date
- Nov 2003
- Location
- Maryland
- Posts
- 105
since you're using Suse, why not just update via Yast?


Reply With Quote
