[PyQt] [SIP] Generation Error

Phil Thompson phil at riverbankcomputing.com
Thu Apr 14 23:26:03 BST 2011


On Thu, 14 Apr 2011 14:18:46 +0200, Kermit <stef.kermit at gmail.com> wrote:
> Hi all,
> 
> i have a little bug with sip's generate file, and template
> 
> if
> 
> i declare a class Vec2  in Vec2.h file
> sip generate  sipKitCGV2f.cpp  //OK
> 
> but in this file the include is
> #line 12 "Vec2.sip"
> #include "V2f.h" //                 <---- Bad filename
> #line 12 "./sipKitCGV2f.cpp"
> 
> 
> 
> 
> 
> if
> 
> i declare a class Vec2  in Vec.h file
> 
> the include is
> 
> #include "Vec.h" //                 <---- Good filename
> 
> 
> i can rename all my h file, but i think there is a little mistake here
> 
> 
> i add two zip with simple class with and without probe
> 
> 
> Kermit

Should be fixed in tonight's snapshot.

Thanks,
Phil


More information about the PyQt mailing list