I did, specifically to a checkout with hg: hg clone http://www.riverbankcomputing.com/hg/sip/ && grep -r SIP_ALIAS sip/ destination directory: sip requesting all changes adding changesets adding manifests adding file changes added 1035 changesets with 2861 changes to 151 files (+7 heads) updating to branch default 122 files updated, 0 files merged, 0 files removed, 0 files unresolved
Do you mean against the current release tarball? Kovid. On Sat, Jan 28, 2012 at 10:36:45AM +0000, Phil Thompson wrote: > On Sat, 28 Jan 2012 13:07:42 +0530, Kovid Goyal <ko...@kovidgoyal.net> > wrote: > > On Thu, Jan 26, 2012 at 03:15:31PM +0000, Phil Thompson wrote: > >> Then can you try the following change to add_object() in objmap.c... > >> > >> if (!(val->flags & SIP_SHARE_MAP)) > >> > >> ...to... > >> > >> if (!(val->flags & (SIP_SHARE_MAP | SIP_ALIAS))) > >> > >> ...to see if it helps. > > > > I was unable to do this. First, there is no add_object() in objmap.c, > > instead > > there is sipOMAddObject(). Also, SIP_ALIAS is undeclared, grepping the > SIP > > source code for SIP_ALIAS returns no matches, and making that change and > > compiling gives: > > > > objmap.c: In function ‘sipOMAddObject’: > > objmap.c:172:46: error: ‘SIP_ALIAS’ undeclared (first use in this > > function) > > Apply these changes to the current version of SIP. > > Phil > > !DSPAM:3,4f23cfc018591666618538! > > -- _____________________________________ Dr. Kovid Goyal http://www.kovidgoyal.net http://calibre-ebook.com _____________________________________
signature.asc
Description: Digital signature
_______________________________________________ PyQt mailing list PyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt