On Sat, 2 Feb 2013 10:11:43 -0800, Jonathan Rogers
<jonathan.w.rog...@gmail.com> wrote:
> After running 'python configure.py' (successfully) i ran the make
command
> in the terminal. I received this error:
> 
>
/Users/jonathanrogers/Desktop/PyQt-mac-gpl-4.9.6/sip/QtCore/qstring.sip:205:35:
> error: 
>       use of undeclared identifier 'TRUE'
>         static bool check_codec = TRUE;
>                                   ^
>
/Users/jonathanrogers/Desktop/PyQt-mac-gpl-4.9.6/sip/QtCore/qstring.sip:213:27:
> error: 
>       use of undeclared identifier 'FALSE'
>             check_codec = FALSE;
>                           ^
> 2 errors generated.
> make[1]: *** [sipQtCoreQString_0.o] Error 1
> make: *** [all] Error 2
> 
> 
> … I have no idea why this error is occurring, please help. Let me know
if
> you need any more information.

It's fixed in the current snapshot.

Phil
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to