On Wednesday 24 June 2009, Daniel Wildermuth wrote:
> Hi Alex,
>
>  > What did you try, which problems did you have ?
>
> Some system info...
>
> Microsoft Windows XP [Version 5.1.2600]
> (C) Copyright 1985-2001 Microsoft Corp.
>
> C:\cuneiform-0.6>cmake -h
> cmake version 2.6-patch 4
> ...
>
> This is what I have tried first...
>
> C:\cuneiform-0.6>cmake -DTOOLS_CHAIN_FILE=Toolchain-
> ADSP-Blackfin.cmake -G "Unix Makefiles"
> CMake Error: CMake was unable to find a build program corresponding to
> "Unix Mak
> efiles".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a
> different build tool.

Hmm, so the make is not found. 
Simple "solution" would be to copy the make you want to use to a place where 
it is found (somewhere in the path) and rename it to make or gmake.

Not sure this is the best way to do, maybe somebody on the list has a better 
idea ?

Alex
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to