This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Arfrever, Jeffrey.Armstrong, georg.brandl, larry, python-dev, vstinner
Date 2014-10-09.19:47:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412884036.94.0.0767450227071.issue22568@psf.upfronthosting.co.za>
In-reply-to
Content
> I realize nobody here cares about Open Watcom as a supported compiler; the Python community has made that *abundantly* clear.

I only heard once about Open Watcom, maybe 1 or 2 years ago. I see on http://www.openwatcom.org/ that the latest release is 4 years old.

Open Watcom is not packaged in my Linux Fedora 20. I downloaded the source code of the release 1.9 and I tried to compile it with build.sh. I had to modify build.sh to use bash instead of sh. Than the compilation of c/mglob.c failed with "Unknown CPU architecture", it looks like x86_64 CPU is not supported :-(

On which platform are you working? Dummy question, why not using a different compiler like GCC or Clang?

It was discussed recently to define rules to support a platform (ex: OpenBSD). For example, a requirement to have a buildbot and someone able to fix issues. I'm trying to help to support AIX even if I don't consider the platform important enough and I don't like proprietary software :) There is a buildbot and a developer proposing regulary patches.

If you want an official and full support of OpenWatcom, it's better to discuss it on the python-dev mailing list.
History
Date User Action Args
2014-10-09 19:47:16vstinnersetrecipients: + vstinner, georg.brandl, larry, Arfrever, python-dev, Jeffrey.Armstrong
2014-10-09 19:47:16vstinnersetmessageid: <1412884036.94.0.0767450227071.issue22568@psf.upfronthosting.co.za>
2014-10-09 19:47:16vstinnerlinkissue22568 messages
2014-10-09 19:47:16vstinnercreate