[Python-Dev] Fate of Windows build directories

2007-12-31 Thread Christian Heimes
Good afternoon fellow developers!

We have finished the support for VS 2008 more or less successfully.
Python 3.0a2 was build with VS 2008 and shipped out without major
issues. The Tcl/Tk 8.5 problem was solved by Amaury and Martin is
working on the integration of the C runtime library.

What should happen to the other build directories?

PC/VS6/
  build dir for Visual Studio 6. It's no longer maintained
  and probably doesn't work at all. I like to remove it.

PC/bdist_wininst/
  The README contains only XXX comments and the project files
  must be ported to VS 2005 and VS 2008. I guess the directory
  contains the executable for distutils' bdist_wininst.

PC/example_nt/
  Example project and C files for VS 2003. Needs an update or remove it.

PC/os2*/
  OS2 build dirs. The files are no longer maintained.

PCbuild/
  Build dir for VS 2003. Keep it or remove it? I'm +1 for removal
  from 3.0 and +0 for remove from 2.6.

PCBuild8/
  Build dir for VS 2005. This directory is a nested directory
  structure and it doesn't integrate all pre-build steps. The user
  weck has developed a small Python script to back port the PCbuild9
  directory to PCbuild8 (http://bugs.python.org/issue1455). The
  script would make maintenance of the PCbuild8 directory easier.

PCbuild9/
  The new build dir for VS 2008.

Christian
___
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Fate of Windows build directories

2007-12-31 Thread Martin v. Löwis
> What should happen to the other build directories?
> 
> PC/VS6/
>   build dir for Visual Studio 6. It's no longer maintained
>   and probably doesn't work at all. I like to remove it.

Please keep it. It's not just for VS6, but also for some version
of Embedded VS, and people occasionally contribute to it.

Does it hurt to keep it?

> PC/bdist_wininst/
>   The README contains only XXX comments and the project files
>   must be ported to VS 2005 and VS 2008. I guess the directory
>   contains the executable for distutils' bdist_wininst.

Yes, it's the source of the binaries being packaged into bdist_wininst.

That needs to be updated for VS 2008: projects files need to be created,
and it needs to be built; the build output needs to go into
Lib/distutils/command/wininst-9.exe.

> PC/example_nt/
>   Example project and C files for VS 2003. Needs an update or remove it.

Update.

> PC/os2*/
>   OS2 build dirs. The files are no longer maintained.

Not true, I think. Andrew McIntyre updates them; the last checkin was in
July 2007.

> PCbuild/
>   Build dir for VS 2003. Keep it or remove it? I'm +1 for removal
>   from 3.0 and +0 for remove from 2.6.

Please move it to PC/VS7.1 (or some such).

> PCBuild8/
>   Build dir for VS 2005. This directory is a nested directory
>   structure and it doesn't integrate all pre-build steps. The user
>   weck has developed a small Python script to back port the PCbuild9
>   directory to PCbuild8 (http://bugs.python.org/issue1455). The
>   script would make maintenance of the PCbuild8 directory easier.

As I said in the tracker: I have no opinion, but Kristjan may have one.

> PCbuild9/
>   The new build dir for VS 2008.

Please rename it to PCbuild (after moving the previous one to PC).

Regards,
Martin
___
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] PyPy Leysin Winter Sprint (12-19th January 2008)

2007-12-31 Thread Armin Rigo
Hi all,

The next PyPy sprint will be held in Leysin, Switzerland, for
the fifth time.  The overall idea of the sprint is to continue
working on making PyPy ready for general use.

The proposed topics are: ctypes, JIT, testing, LLVM.  This is
a fully public sprint, so newcomers and other topics are
welcome.  And like previous winters, the main side goal is to
have fun in winter sports :-)

See the sprint announcement for details:

http://codespeak.net/pypy/extradoc/sprintinfo/leysin-winter-2008/announcement.html


Armin
___
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Fate of Windows build directories

2007-12-31 Thread Andrew MacIntyre
Christian Heimes wrote:

{...}

> PC/os2*/
>   OS2 build dirs. The files are no longer maintained.

While I haven't been visible much lately, especially in the 3.0 space,
I do have plans to continue supporting the OS/2 EMX environment (PC/os2emx).

For 3.x, the PC/os2vacpp subdirectory can go, as I don't expect to be
able to support the VAC++ toolchain.

-- 
-
Andrew I MacIntyre "These thoughts are mine alone..."
E-mail: [EMAIL PROTECTED]  (pref) | Snail: PO Box 370
[EMAIL PROTECTED] (alt) |Belconnen ACT 2616
Web:http://www.andymac.org/   |Australia
___
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com