[PyKDE] PyQt v3.16 and SIP v4.4 Released

sole at esrf.fr sole at esrf.fr
Sat Mar 25 22:55:03 GMT 2006


Hello,

I get an error building sip 4.4 on windows with Visual Studio .NET 2003.

The fault seems to be in the file parser.c line 1803:

....

/*----------.
| yyparse.  |
`----------*/

#ifdef YYPARSE_PARAM
# if defined (__STDC__) || defined (__cplusplus)
int yyparse (void *YYPARSE_PARAM)
# else
int yyparse (YYPARSE_PARAM)
  void *YYPARSE_PARAM;
# endif
#else /* ! YYPARSE_PARAM */
#if defined (__STDC__) || defined (__cplusplus)
int
yyparse (void)
#else
int
yyparse ()
    ;                  // LINE 1803 This line needs to be removed
#endif
#endif

.....

Removing the line indicated above solves the problem.

Best regards,

Armando
PS. I downloaded the .zip file.



Quoting Phil Thompson <phil at riverbankcomputing.co.uk>:

> PyQt v3.16 and SIP v4.4 have been released and are available for download
> from 
> the usual place.
> 
> PyQt v3.16 is a fairly minor release - see the NEWS file for the details. The
> 
> main benefit is the ability to be installed side by side with PyQt v4.
> 
> SIP v4.4 is a major release - again, see the NEWS file. This version will 
> build PyQt v4.
> 
> Phil
> 
> _______________________________________________
> PyKDE mailing list    PyKDE at mats.imk.fraunhofer.de
> http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
> 




-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/




More information about the PyQt mailing list