Hi,
I was finally able to install wxPython 2.6 on AIX 5.3 successfully.
I tested demo.py successfully. Everything worked besides ones with some
extension modules like stc. I didn't add any extra extension modules
since the basic functionality is all we need for our project.
I'll write the summary of what I did in a few days and send it to you so
everyone can share it.
Thanks!
Min Kim
···
-----Original Message-----
From: Robin Dunn [mailto:robin@alldunn.com]
Sent: Wednesday, January 25, 2006 4:47 PM
To: Kim, Min (ZC5639)
Subject: Re: [wxPython-dev] Re: [wx-dev] RE: python demo.py: RE:
question on ld_so_aix error messages on IBM AIX 5.3
Min.Kim@aps.com wrote:
Hi,
Thanks for the info! That might have been the reason why the wxPython
has no debug when I enabled debug for it. I'll check it later once
I'm done with no debug build. === e.g. ===
xlc_r -DNDEBUG -O -g -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H
-DWXP_USE_THREAD=1 -UNDEBUG -D__WXDEBUG__ -D__WXGTK__ -D_LARGE_FILES
-Iinclude -Isrc -I/opt/wx/2.6/lib/wx/include/gtk2-ansi-debug-2.6
-I/opt/wx/2.6/include/wx-2.6 -I/opt/freeware/include/gtk-2.0
-I/opt/freeware/lib/gtk-2.0/include -I/opt/freeware/include/atk-1.0
-I/opt/freeware/include/pango-1.0 -I/opt/freeware/include/glib-2.0
-I/opt/freeware/lib/glib-2.0/include -I/usr/local/include/python2.4 -c
src/gtk/_core_wrap.cpp -o
build-gtk2/temp.aix-5.3-2.4/src/gtk/_core_wrap.o -g -O0
=== end ===
I'm still trying to build wxPython without debug this time. I have a
trouble finding out how the above cc_r command is set up. Can you
tell
me how the command is set up? Somehow, I couldn't figure it out
though
I looked at distutils directory and used pdb python debugger. I was
able to see how ld_so_aix command is set up, but I don't see what sets
up the cc_r command to compile wrap source files.
Sorry, I don't know. On all the platforms I currently use distutils
just invokes the compilers directly, it doesn't use any wrapper scripts.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
"MMS <apsc.com>" made the following annotations.
------------------------------------------------------------------------------
--- NOTICE ---
This message is for the designated recipient only and may contain confidential, privileged or proprietary information. If you have received it in error, please notify the sender immediately and delete the original and any copy or printout. Unintended recipients are prohibited from making any other use of this e-mail. Although we have taken reasonable precautions to ensure no viruses are present in this e-mail, we accept no liability for any loss or damage arising from the use of this e-mail or attachments, or for any delay or errors or omissions in the contents which result from e-mail transmission.
==============================================================================