On Mon, May 18, 2009 at 01:07:07PM -0700, Istvan Albert wrote: -> On May 14, 9:54?am, "C. Titus Brown" <c...@msu.edu> wrote: -> -> > Let me know what you think. -> -> Any chance you guys will provide a way to compile on windows? I was -> never able to even try to compile it since this cmake is very odd -> beast for windows. I don't have the slightest idea of what to do with -> the half dozen files that it creates.
CMake should build a VS project file; have you tried using that? It will also make a regular 'Makefile' if you prefer that. -> Wouldn't a "normal" no frills setup.py work just as well (in fact it -> may work even better as it would detect proper python that you want to -> use on its own). Yes, but it does make it difficult to build a C++ library for use from other applications. -> There is an irony there ... you are using cmake (to make the build -> process easier) but that may make it less so. cmake is a pretty standard and well-supported beast for cross-platform work (see KDE, VTK, ITK), so I don't feel too guilty about this choice ;) cheers, --titus -- C. Titus Brown, c...@msu.edu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---