[cfe-dev] Clang: QT header compilation error
Dmitri Gribenko
gribozavr at gmail.com
Wed Nov 21 02:17:42 PST 2012
On Wed, Nov 21, 2012 at 11:02 AM, Sujit Kamthe
<Sujit.Kamthe at kpitcummins.com> wrote:
> Hi Dmitri,
> So what do you suggest me so that I can get rid of this error message?
Sorry, but I am not sure. I know that Qt supports choosing the
platform while compiling Qt itself, something like:
./configure -xplatform win32-clang-linux ...
But I don't know if it is relevant here (e.g., if the binary
distribution of Qt for Windows should support Clang out-of-the box and
one should change something else).
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the cfe-dev
mailing list