On May 18, 4:32 pm, "C. Titus Brown" <c...@msu.edu> wrote:
> CMake should build a VS project file; have you tried using that?
it creates a whole lot of them, and neither actually builds, at least
I was not able to build any of them.
> It will also make a regular 'Makefile' if you prefer that.
there is no make utility for windows. The way to build portable python
extensions is ... distutils ... designed specifically to provide the
right build environment for linux and windows. That why
python setup.py build
works exactly the same way. That's not trivial to achieve. Internally
it has to generate the right compiler and python specific incantations
to achieve this. As far as I know C++ is supported.
> cmake is a pretty standard and well-supported beast for cross-platform
> work (see KDE, VTK, ITK),
When Microsoft says cross platform what they mean is that the program
works on: Windows XP, Windows 2000 and Windows Vista. I get the
feeling the type of 'cross platform' that cmake is used for is the
same, only this time is about the various Unix flavors.
> so I don't feel too guilty about this choice
ok, but if does not actually work but you claim that it does, won't
that potentially waste someone's time who tries follow through? That's
all I am saying here.
Istvan.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pygr-dev" group.
To post to this group, send email to pygr-dev@googlegroups.com
To unsubscribe from this group, send email to
pygr-dev+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/pygr-dev?hl=en
-~----------~----~----~----~------~----~------~--~---