Re: Installing synopsis on Windows
"David Genest" <[email protected]> Sat, 12 May 2007 23:23:12 -0400
| Newsgroups | gmane.comp.documentation.synopsis |
|---|---|
| Message-ID | <[email protected]> |
On 5/12/07, Stefan Seefeld <[email protected]> wrote: > > > python's distutils is the embedding wrapper, which invokes the various > configure scripts, as well as 'make', for each of the 'subprojects'. > > While such an adjustment requires a number of changes at different places, > I believe it would be easiest for you to try making local changes to a > single Makefile. Here is the procedure I'd suggest: > > * run "path/to/native/python setup.py config", which generates various > build directories, with multiple 'Makefile' files in them. this step does not work. My python lives at C:\bin\Python25. The configure script dies with error: ../../../src/configure: line 4294: /cygdrive/c/binPython25/python.exe: No such file or directory there seems to be a missing / after "bin". We should be looking for: /cygdrive/c/bin/Python25/python.exe where\when is the $PYTHON variable set? > Let me know how this sounds. > > This sounds good, but you will still depend on an environment emulating a unix like system (i.e. cygwin). cygwin or mingw will be always needed to build Synopsis right ? Building natively would also require to call nmake, which is a version of make in the MSVC environment. Nmake has it own flags and way of doing things. D. _______________________________________________ Synopsis-devel mailing list [email protected] http://lists.fresco.org/cgi-bin/listinfo/synopsis-devel