Re: [PyQt] Wrapping a C++ class with SIP

2011-08-11 Thread Vipul Raheja
defined in the ossimPlanetQtLegendAnimationPathItem.cpp source file as simply returning a private variable of the same type, osg::ref_ptr. Kindly guide. Thanks and Regards, Vipul On Thu, Aug 11, 2011 at 1:35 AM, Vipul Raheja wrote: > Hi, > > I am facing a problem while wrapping a C++ class with SI

[PyQt] Wrapping a C++ class with SIP

2011-08-10 Thread Vipul Raheja
bt. How do I wrap #ifndef, #define, #endif macro definitions using SIP? Kindly help. Thanks and Regards, Vipul Raheja ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Help needed with SIP

2011-08-10 Thread Vipul Raheja
I solved it, I was missing linking the ossimPlanetQt library in makefile.extra_libs in config.py file. Thanks for your replies. On Tue, Aug 9, 2011 at 4:59 PM, Hans-Peter Jansen wrote: > On Sunday 07 August 2011, 15:29:59 Vipul Raheja wrote: > > Hi, > > > > Thanks for y

Re: [PyQt] Help needed with SIP

2011-08-07 Thread Vipul Raheja
alternate way) Here is my config.py file : http://paste.debian.net/125359/ Help will be greatly appreciated. Thanks and regards, Vipul Raheja On Sun, Aug 7, 2011 at 4:22 AM, Hans-Peter Jansen wrote: > On Saturday 06 August 2011, 23:28:05 Vipul Raheja wrote: > > Hi, > > >

Re: [PyQt] Help needed with SIP

2011-08-06 Thread Vipul Raheja
following error now while building PyQt4 and cannot find any answers over the web : http://pastebin.com/apSq180u Kindly help. Thanks and regards, Vipul Raheja On Sat, Aug 6, 2011 at 9:19 PM, Phil Thompson wrote: > On Sat, 6 Aug 2011 20:45:19 +0530, Vipul Raheja > wrote: > > Hi all, > &g

[PyQt] Help needed with SIP

2011-08-06 Thread Vipul Raheja
ossimPlanetQtAboutDialog : QDialog { %TypeHeaderCode #include #include %End public: ossimPlanetQtAboutDialog (QWidget *parent /TransferThis/ = 0); }; Kindly help. Thanks and regards, Vipul Raheja