On Thu, Mar 18, 2010 at 4:21 PM, Josh <[email protected]> wrote:
> Any ideas on the original error I ran into? :
>
> CMake Error: Error in cmake code at
> /home/josh/sandbox/pyside/pyside-qt4.6+0.2.3/data/typesystem/CMakeLists.txt:3:
> Parse error.  Function missing ending ")".  Instead found left paren with
> text "(".

Just remove the internal parenthesis and it should work:

if (${QT_VERSION_MAJOR} EQUAL 4 AND ${QT_VERSION_MINOR} GREATER 5)

The current syntax only work with newer cmake versions (it was fixed
on shiboken already BTW).
-- 
Anderson Lizardo
OpenBossa Labs - INdT
Manaus - Brazil
_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to