Still errors

Longman, Bill yellowdog-newbie@lists.terrasoftsolutions.com
Mon, 29 Sep 2003 13:38:47 -0700


> When I did the ./configure I got the below error.
> 
> checking for X... configure: error: Can't find X includes. 
> Please check your 
> installation and add the correct paths!
> 
> 
> I then decided to try make just for the hell of it and got 
> the below error 
> even after putting in the full path.
> 
> [root@localhost kmymoney2-0.5.1]# /usr/bin/make
> make: *** No targets specified and no makefile found.  Stop.

The configure script is the one that makes the "Makefile". If your configure
dies, it's never had a chance to create the Makefile. Without one there,
make won't know what to do.

Bill