On Thu, 14 Apr 2011 14:18:46 +0200, Kermit <[email protected]> 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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
