BUILD ERROR wxPython-src-3.0.2.0

Hello everyone,

I am getting a build error when proceeding as per http://jsn-techtips.blogspot.in/2014/04/fedora-20-how-to-install-wxpython-300.html on an x86_64 system, under fedora 21.

Error log: http://pastebin.com/DzuBaKb5

How can I fix it ?

···


Thanks and Regards,
Aurabindo J

Hello everyone,

I am getting a build error when proceeding as per http://jsn-techtips.blogspot.in/2014/04/fedora-20-how-to-install-wxpython-300.html on an x86_64 system, under fedora 21.

Error log: http://pastebin.com/DzuBaKb5

How can I fix it ?

Anyone, please?

···

On Tuesday, December 23, 2014 4:56:04 PM UTC+5:30, Jay Aurabind wrote:


Thanks and Regards,
Aurabindo J

It’s an issue with SWIG: search for “SWIG_Python_AddErrorMsg” and you’ll find many occurrences of this warning.
It has been fixed with newer version of SWIG, I guess the _wrap.cc files could be regenerated.

Anyway this should be a compilation warning, not an error.

Do you have “-Werror=format-security” as a default somewhere? Try to remove it.

Alternatively, you could look at the file wxPython/config.py, there is a commented line (in a “Hack” section) that removes this option from the command line.

···

2014-12-25 4:34 GMT+01:00 Jay Aurabind jay.aurabind@gmail.com:

On Tuesday, December 23, 2014 4:56:04 PM UTC+5:30, Jay Aurabind wrote:

Hello everyone,

I am getting a build error when proceeding as per http://jsn-techtips.blogspot.in/2014/04/fedora-20-how-to-install-wxpython-300.html on an x86_64 system, under fedora 21.

Error log: http://pastebin.com/DzuBaKb5

How can I fix it ?

Anyone, please?


Thanks and Regards,
Aurabindo J

You received this message because you are subscribed to the Google Groups “wxPython-dev” group.

To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Amaury Forgeot d’Arc