[omniORB] Patch for supporting PYDEBUG builds in omniORBpy

Floris Bruynooghe floris.bruynooghe at gmail.com
Sun Jan 10 12:53:01 GMT 2010


Hi

Attached is a patch that supports PYDEBUG builds for the modules of
omniORBpy.  It will use the correct include files and name the modules
with _d.so instead of just .so.  When building this is simply
triggered based on the version of python used by examining
sys.pydebug.  Thus if your PYDEBUG Python is /usr/bin/python-dbg you
could build the modules for it like this:

  ./configure PYTHON=/usr/bin/python-dbg

The patch applies to both the trunk and the 4.1 branch.  Please let me
know if you think it needs reworking.

Regards
Floris

PS: Which list do you rather get patches on?  Here or omniorb-dev?

-- 
Debian GNU/Linux -- The Power of Freedom
www.debian.org | www.gnu.org | www.kernel.org



More information about the omniORB-list mailing list