[Synopsis-devel] Installing synopsis on Windows

David Genest david.genest at gmail.com
Sun May 13 03:23:12 UTC 2007


On 5/12/07, Stefan Seefeld <seefeld at sympatico.ca> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.spi-inc.org/pipermail/synopsis-devel/attachments/20070512/a920c72f/attachment.htm


More information about the Synopsis-devel mailing list