Re: [Pythonmac-SIG] C++ ABI 1002/102 incompatibility with wxPython on OS X

2011-03-01 Thread Christopher Barker
On 3/1/11 1:58 PM, Christopher Barker wrote: When I look at the one in : /usr/local/lib/wxPython-unicode-2.8.11.0/lib/ (which I got from a wxPython binary), I get: $ cat libwx_macud-2.8.0.dylib | strings | grep ABI 2.8 (debug,Unicode,compiler with C++ ABI 102,wx containers,compatible with 2.6)

Re: [Pythonmac-SIG] C++ ABI 1002/102 incompatibility with wxPython on OS X

2011-03-01 Thread Christopher Barker
On 3/1/11 1:34 PM, Brendan Simon (eTRIX) wrote: An app that works on PowerPC and Intel 10.4.11. $ cat ./MyApp.app/Contents/Frameworks/libwx_macud-2.8.0.dylib | strings | grep ABI 2.8 (debug,Unicode,compiler with C++ ABI 102,wx containers,compatible with 2.6) 2.8 (debug,Unicode,compiler with C++

Re: [Pythonmac-SIG] C++ ABI 1002/102 incompatibility with wxPython on OS X

2011-03-01 Thread Brendan Simon (eTRIX)
On 2/03/11 8:34 AM, Brendan Simon (eTRIX) wrote: > On 8/02/11 10:55 PM, Brendan Simon (eTRIX) wrote: >> On 1/25/11 1:20 AM, Brendan Simon (eTRIX) wrote: > I have a wxPython app that is built with py2app. A user recently > reported the following error when trying to run the app. >

Re: [Pythonmac-SIG] C++ ABI 1002/102 incompatibility with wxPython on OS X

2011-03-01 Thread Brendan Simon (eTRIX)
On 8/02/11 10:55 PM, Brendan Simon (eTRIX) wrote: > On 1/25/11 1:20 AM, Brendan Simon (eTRIX) wrote: I have a wxPython app that is built with py2app. A user recently reported the following error when trying to run the app. Fatal Error: Mismatch between the program and librar

Re: [Pythonmac-SIG] C++ ABI 1002/102 incompatibility with wxPython

2011-02-08 Thread Brendan Simon (eTRIX)
I'm still stuck on this. Has anyone got any suggestions to help solve the ABI compatibility issue with wx ?? I think it's something to do with building on 10.6 Intel, and trying to run on 10.4 PPC. It seems to work ok when run on 10.4 Intel. My 10.4 Intel box has Apple python 2.3.1 (/usr/bin/py

Re: [Pythonmac-SIG] C++ ABI 1002/102 incompatibility with wxPython

2011-02-06 Thread Brendan Simon (eTRIX)
On 26/01/11 4:06 AM, Christopher Barker wrote: > On 1/25/11 1:20 AM, Brendan Simon (eTRIX) wrote: >> I have a wxPython app that is built with py2app. A user recently >> reported the following error when trying to run the app. >> >> Fatal Error: Mismatch between the program and library build ver

Re: [Pythonmac-SIG] C++ ABI 1002/102 incompatibility with wxPython

2011-01-27 Thread Christopher Barker
On 1/26/11 7:06 AM, Lou Pecora wrote: Any idea how to see what ABI version a given binary was compiled against? I thought otool could do that. Try, otool -L ABI Do a man otool to see more. Let me know if that works. nope, can't find anything about ABI version in the man pages, and I've

Re: [Pythonmac-SIG] C++ ABI 1002/102 incompatibility with wxPython

2011-01-26 Thread Lou Pecora
- Original Message From: Christopher Barker To: Matthias Baas Cc: pythonmac-sig@python.org Sent: Tue, January 25, 2011 5:24:56 PM Subject: Re: [Pythonmac-SIG] C++ ABI 1002/102 incompatibility with wxPython On 1/25/11 12:19 PM, Matthias Baas wrote: > It's not a typo, the

Re: [Pythonmac-SIG] C++ ABI 1002/102 incompatibility with wxPython

2011-01-25 Thread Matthias Baas
On 25.01.11 22:24, Christopher Barker wrote: >> You can find out the ABI version a particular version of gcc uses by >> running the following command: >> >> g++ -E -dM - > Any idea how to see what ABI version a given binary was compiled against? Hm, I don't know. The above only prints a preproces

Re: [Pythonmac-SIG] C++ ABI 1002/102 incompatibility with wxPython

2011-01-25 Thread Christopher Barker
On 1/25/11 12:19 PM, Matthias Baas wrote: It's not a typo, the numbers indicate the C++ ABI (Application Binary Interface) version the code uses. As far as I know, version 1002 is still the current one and it was introduced by gcc 3.4. Before that, the version was 102 (don't ask me how these n

Re: [Pythonmac-SIG] C++ ABI 1002/102 incompatibility with wxPython

2011-01-25 Thread Matthias Baas
On 25.01.11 17:06, Christopher Barker wrote: > On 1/25/11 1:20 AM, Brendan Simon (eTRIX) wrote: >> Fatal Error: Mismatch between the program and library build versions >> detected. >> The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx >> containers,compatible with

Re: [Pythonmac-SIG] C++ ABI 1002/102 incompatibility with wxPython

2011-01-25 Thread Christopher Barker
On 1/25/11 1:20 AM, Brendan Simon (eTRIX) wrote: I have a wxPython app that is built with py2app. A user recently reported the following error when trying to run the app. Fatal Error: Mismatch between the program and library build versions detected. The library used 2.8 (no debug,Uni

[Pythonmac-SIG] C++ ABI 1002/102 incompatibility with wxPython

2011-01-25 Thread Brendan Simon (eTRIX)
I have a wxPython app that is built with py2app. A user recently reported the following error when trying to run the app. Fatal Error: Mismatch between the program and library build versions detected. The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,