Michael Jackson schrieb:
There are those in the CMake community that successfully combine "unix makefiles" with the Visual Studio Compilers to perform parallel builds.

http://www.cmake.org/pipermail/cmake/2008-June/022178.html is one of the relevant threads.

Here is another thread that has some important information about exactly what versions of gmake and others to use.

http://www.cmake.org/pipermail/cmake/2008-April/021336.html
Yes, I've seen this. Sadly it requires MSYS, which might just be good enough
for me if its packaging structure wouldn't require people to gather required
packages by hand from a download repository, most packages there also
being somewhat outdated.

Using a hand-picked and custom-patched make.exe seems even more disturbing.

The VS generator, on the other hand, gives a nice and polished work environment,
which from my outside perspective is much more appropriate for boost.

Hope some of that helps

On Feb 5, 2009, at 6:08 AM, Ingo Albrecht wrote:

Further, I have to note that command-line VS builds should be
supported for one simple reason: nmake does not support parallel
builds and probably never will. This makes VS the easiest way of
running a parallel build on Windows (locally or distributed with
additional tools). GNU make from MSYS is out of the question
because MSYS seems far from production-grade.
_______________________________________________
Boost-cmake mailing list
Boost-cmake@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-cmake

Reply via email to