[issue832159] Bad value for Mingw32Compiler.compiler_cxx

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If y

[issue832159] Bad value for Mingw32Compiler.compiler_cxx

2013-02-10 Thread Roumen Petrov
Roumen Petrov added the comment: Uhh "python setup.py build_ext -cmingw32 --swig-opts=-c++ -f" -- ___ Python tracker ___ ___ Python-b

[issue832159] Bad value for Mingw32Compiler.compiler_cxx

2013-02-10 Thread Roumen Petrov
Roumen Petrov added the comment: In scope of issue12641 (Remove -mno-cygwin from distutils) I just publish a set of patches to modernize support for cygwin&mingw compilers. My tests show that swig could be used successfully with patched mingw compiler. Test is based on patched official release

[issue832159] Bad value for Mingw32Compiler.compiler_cxx

2010-11-17 Thread Éric Araujo
Éric Araujo added the comment: The suggestion in the first message has to be turned into a patch. A test has to be written too. -- assignee: tarek -> eric.araujo components: +Distutils2 nosy: +eric.araujo title: C++ extensions using SWIG and MinGW -> Bad value for Mingw32Compiler.com