Bill Hoffman wrote:
> What generator is cmake picking in bootstrap?
>
> # Choose the generator to use for bootstrapping.
> if ${cmake_system_mingw}; then
># Bootstrapping from an MSYS prompt.
>cmake_bootstrap_generator="MSYS Makefiles"
> else
># Bootstrapping from a standard UNIX promp
On Thu, Aug 16, 2012 Bill wrote:
> You should be able to reproduce this with a simple makefile setup like this:
>
> -Makefile-
> foo:
>$(MAKE) -f foo.make
>
> foo.make
> all:
>echo "foo bar"
If I run this without MAKE set, I get errors. If I export MAKE as
follows,
On Aug 14, Doug wrote:
>For what it's worth, it works for me?
>
>I'm using stock mingw on windows 7, with these settings:
>
>doug@Zed e:/lib/cmake
>$ which gcc
>/mingw/bin/gcc.exe
>
>doug@Zed e:/lib/cmake
>$ which make
>/usr/bin/make.exe
>
>doug@Zed e:/lib/cmake
>$ echo $PATH
...
>...and cmake b
bzip2 --system-libarchive --system-curl --no-qt-gui
--prefix=/usr/local --docdir=/usr/local/share/doc/CMake
--mandir=/usr/local/share/man --verbose
It errors out with:
make: `cmake' is up to date.
loading initial cache file
C:/mingw/msys/home/lm/bld/src/cmake/mingw/tmp/cmake-2.8.9/Boo