> Traceback (most recent call last):
>   File "build.py", line 1038, in ?
>     main (sys.argv)
>   File "build.py", line 990, in main
>     dis.sanity (Release, opts)
>   File "build/discover.py", line 724, in sanity
>     raise DiscoverError, msg % (self.sipBin.vers, "this", base)
> discover.DiscoverError: sip version (3.1) not compatible with this version
> (3.8)
Ah yes - this is again version number problem. The way used by the script 
assumes, that version is of form digit (dot) digit - so it failes in a way 
for version number of form digit(dot)2digits, not to mention even more 
dots ;) This you could correct in build/discover.py, one of the Discover 
derived classes with sip in name, but I can't remember which one...

Regards,

-- 
* Piotr 'pitkali' Kalinowski * mailto:[EMAIL PROTECTED] * GG:1482763 *
* JID: [EMAIL PROTECTED] * Tlen: [EMAIL PROTECTED] * RLU:282090 *
* Fingerprint: D5BB 27C7 9993 50BB A1D2 33F5 961E FE1E D049 4FCD *

Attachment: pgp00000.pgp
Description: signature

Reply via email to