|
Home > Archive > Linux Debian support > May 2007 > Help choosing an IDE - Part II
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Help choosing an IDE - Part II
|
|
| jamiil 2007-05-10, 1:13 am |
| http://groups.google.ca/group/alt.o...26d153d1f?hl=en
Okay, okay, I give in.
I have downloaded Kdevelop 3.4.0. I have uncompressed the file and
'cd'ed to the Kdevelop-3.4.0 directory and typed './configure', the
configuration script started and then I got this error message form
it:
----
checking for snprintf... yes
checking for X... configure: error: Can't find X includes. Please
check your installation and add the correct paths!
----
aaaannd, I have no idea how to go about this problem, any body?
Thanks folks!
| |
| Mumia W. 2007-05-10, 1:15 pm |
| On 05/09/2007 08:56 PM, jamiil wrote:
> http://groups.google.ca/group/alt.o...26d153d1f?hl=en
>
> Okay, okay, I give in.
> I have downloaded Kdevelop 3.4.0. I have uncompressed the file and
> 'cd'ed to the Kdevelop-3.4.0 directory and typed './configure', the
> configuration script started and then I got this error message form
> it:
> ----
> checking for snprintf... yes
> checking for X... configure: error: Can't find X includes. Please
> check your installation and add the correct paths!
> ----
> aaaannd, I have no idea how to go about this problem, any body?
>
> Thanks folks!
>
You probably should install the build dependencies for kdevelop first:
apt-get build-dep kdevelop
| |
| Michael Fierro 2007-05-11, 1:13 pm |
| On 2007-05-10, jamiil <jalqadir@gmail.com> rambled on thusly:
> Okay, okay, I give in.
> I have downloaded Kdevelop 3.4.0. I have uncompressed the file and
> 'cd'ed to the Kdevelop-3.4.0 directory and typed './configure', the
> configuration script started and then I got this error message form
Quick query: Why download/compile instead of just installing from the
repos?
aptitude install kdevelop
That should do the trick...
--
Michael Fierro (aka Biffster) biffster@NOSPAM-REALLYgmail.com
http://apt-get.biffster.org Y!: miguelito_fierro AIM: mfierro1
--
"If elected mayor, my first act will be to kill the whole lot o'
ya, and
BURN yer town to cinders!"
"the mic's on"
"I Know It's On!"
--gotta love groundskeeper willie
| |
| Linonut 2007-05-13, 1:13 pm |
| After takin' a swig o' grog, jamiil belched out this bit o' wisdom:
> http://groups.google.ca/group/alt.o...26d153d1f?hl=en
>
> Okay, okay, I give in.
> I have downloaded Kdevelop 3.4.0. I have uncompressed the file and
> 'cd'ed to the Kdevelop-3.4.0 directory and typed './configure', the
> configuration script started and then I got this error message form
> it:
> ----
> checking for snprintf... yes
> checking for X... configure: error: Can't find X includes. Please
> check your installation and add the correct paths!
> ----
> aaaannd, I have no idea how to go about this problem, any body?
Install (I think) the following:
libx11-dev -or- xdev
Better yet, uninstall your source build and install the kdevelop3
package instead.
In general, if you are building something from source, not only do you
need to have the libraries it depends on installed, but also the
corresponding lib.*-dev package (to get the header files you need).
--
Knowledge workers unite!
|
|
|
|
|