[Xotcl] NSF 2.2.0 Windows build Patch

Marc Gutman marcg at activestate.com
Mon Mar 11 14:31:23 CET 2019


Gustaf,

That was so fast!

Thank you!
- Marc

*ActiveState*

Try out our NEW self-service feature!

Build Python with just the packages you need, so you can start coding right
away.

Step 1: Login at: https://platform.activestate.com/
<https://activestate-software-inc.intercom-mail.com/via/e?ob=3FC%2BCEzgxSGl3RnDyB3mdLNshLjAAL%2Btg9kTP0VtxjDsCqZXqkbaR2bJU6lnUDPR8WBFvfkT%2BojmGkQ8xy%2FzZKbVLN7r0BBItMG71uaAJ00u4Fu9SCPM0oWnLe1olWZLzmWVmqRSlZMwlNRuV7wiojeXmhky2bT9CsWQbkhqH3UzcGcghQ%2Bqnt0m3uJy8lBERdhK6Cu2U35yJuuko6f2%2Bg%3D%3D&h=8ba9987fbea2ef9ee7a471d158ef456881a55966-21071064389&l=2a28a6077fed7c3a992a4d567c61418cee99130a-378825>
Step 2: Click “New Project”: Choose your Python version, Operating Systems,
and the packages you need.
Step 3: Wait for our build farm to resolve dependencies and build it for
you.




On Sun, Mar 10, 2019 at 11:17 AM Gustaf Neumann <neumann at wu.ac.at> wrote:

> Dear Marc,
>
> Many thanks! The change is added the to code base.
>
> best regrads
> -g
>
> On 07.03.19 21:22, Marc Gutman wrote:
> > NSF Team,
> >
> > I am submitting this patch for NSF 2.2.0 Windows builds.
> > It ensures that an INCLUDE_INSTALL_DIR exists before copying to it.
> > When the directory didn't exist I was getting xcopy errors during build.
> >
> > Patch is below, and attached.
> > Thank You,
> > - Marc
> > ActiveState
> >
> > >From 5711e78af40fbf326e6adb68d5ee35a7a55c3a90 Mon Sep 17 00:00:00 2001
> > From: icanhasmath <marcg at activestate.com>
> > Date: Wed, 6 Mar 2019 16:00:56 -0500
> > Subject: [PATCH] create-include-dir
> >
> > ---
> >   win/makefile.vc | 1 +
> >   1 file changed, 1 insertion(+)
> >
> > diff --git a/win/makefile.vc b/win/makefile.vc
> > index c17895e..1ab1fd0 100644
> > --- a/win/makefile.vc
> > +++ b/win/makefile.vc
> > @@ -537,6 +537,7 @@ install-binaries:
> >    @echo Installing binaries to '$(SCRIPT_INSTALL_DIR)'
> >    @if not exist "$(SCRIPT_INSTALL_DIR)" mkdir "$(SCRIPT_INSTALL_DIR)"
> >    @$(CPY) $(PRJLIB) "$(SCRIPT_INSTALL_DIR)" >NUL
> > +        @if not exist "$(INCLUDE_INSTALL_DIR)" mkdir
> > "$(INCLUDE_INSTALL_DIR)"
> >    @echo Installing header files to "$(INCLUDE_INSTALL_DIR)"
> >    @$(CPY) "$(GENERICDIR)\nsf.h" "$(INCLUDE_INSTALL_DIR)"
> >    @$(CPY) "$(GENERICDIR)\nsfInt.h" "$(INCLUDE_INSTALL_DIR)"
>
>


More information about the Xotcl mailing list