[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 you believe it still requires a fix, most likely the issue should 
be re-reported at https://github.com/pypa/setuptools

--
nosy: +steve.dower
resolution:  -> out of date
stage: test needed -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 3.3.0 and my custom build of current 
master source with GNU windows compiler.
For protocol tested swig version is 2.0.9 and may be due syntax change swig 
module has to be described as :
-
/* hello.i */
%module hello
%{
extern void hello(void);
%}

extern void hello(void);
-

Distutils complain for --swig-cpp so command now is "python setup.py build_ext 
-cmingw32 --swig-cpp -f"

--
nosy: +rpetrov

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.compiler_cxx
versions: +3rd party

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com