Re: [CMake] CMake Digest, Vol 100, Issue 40

2012-08-20 Thread LM
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

Re: [CMake] CMake Digest, Vol 100, Issue 38

2012-08-16 Thread LM
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,

Re: [CMake] how to build cmake with mingw and msys?

2012-08-15 Thread LM
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

[CMake] how to build cmake with mingw and msys?

2012-08-14 Thread LM
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