[Cmake] problems with "make install"
Andy Cedilnik
andy . cedilnik at kitware . com
07 Jan 2003 16:20:16 -0500
Hi Christopher,
What version of CMake are you trying to build?
What is the last thing that ./configure outputs?
Andy
On Tue, 2003-01-07 at 16:10, Christopher Currie wrote:
> Dear all,
> I'm attempting to build and install CMake on a Linux platform. Running
> "./configure" works just fine, but running "make install" (or just "make")
> results in the following error:
>
> No rule to make target '/Source/cmConfigure.cmake.h.in' needed by
> 'cmake.depends'
>
> When I look in the \Source directory, I see that cmConfigure.h.tmp is empty.
>
> Anyone have any idea what might be wrong? Thanks.