Hello all,
I am writing an application with QT5 and Windows and this morning I am trying to build this application for Mac Os 10.8 but I am taking an error :
/Users/csluikidikilest/Qt5.0.0/5.0.0/clang_64/include/QtCore/qisenum.h:53: erreur : token is not a valid binary operator in a preprocessor subexpression
if __has_extension(is_enum)
~~~~~~~~~~~~~~~^
I try to research google with error code and the file name (qisenum.h), I found some solution to update this file, but it is all ready up to date.
Does someone found a solution to resolve this problem ?
↧