Subject: Re: kdebase3 needs imake ... and /usr/X11R6/bin/imake: No such file
To: Jeremy C. Reed <reed@reedmedia.net>
From: Juan RP <juan@xtraeme.nopcode.org>
List: tech-pkg
Date: 04/07/2005 19:22:25
On Thu, 7 Apr 2005 09:40:47 -0700 (PDT)
"Jeremy C. Reed" <reed@reedmedia.net> wrote:

> When I have USE_IMAKE=NO and imake is not in my path, I receive the error
> in config.log:
> 
> configure:46051: checking for xmkmf
> configure:46107: result: /usr/X11R6/bin/xmkmf
> configure:46114: checking X paths
> imake -DUseInstalled -I/usr/X11R6/lib/X11/config
> Imakefile.c:35: Imake.tmpl: No such file or directory
> imake: Exit code 1.
>   Stop.
> configure:46135: result: failed
> configure:46139: error: /usr/X11R6/bin/xmkmf (imake) failed.
> Make sure you have all necessary X development packages installed.
> On some systems a missing /lib/cpp symlink is at fault.

What's the values for PREPEND_PATH?

I think USE_IMAKE adds ${X11BASE}/bin into PREPEND_PATH, otherwise
it's not added.

Can you try adding PREPEND_PATH=${X11BASE}/bin ?
(without USE_IMAKE defined).