[Interest] Problems Building Qt 5.2.1 on Mac

Thiago Macieira thiago.macieira at intel.com
Fri Mar 21 01:35:29 CET 2014


Em qui 20 mar 2014, às 20:12:20, Eric Feigenson escreveu:
> I've posted this to the forums
> (https://qt-project.org/forums/viewthread/39674/) but to no avail.

"Real devs" don't use forums. They prefer mailing lists.

> UIProcess/API/qt/qquickwebview.cpp:1921:41: error: conversion from 'const
> uint64_t' (aka 'const unsigned long long') to 'QFlag' is ambiguous return
> int(Qt::InputMethodHints(state.inputMethodHints));
>                                         ^~~~~~~~~~~~~~~~~~~~~~

This was fixed with commit 39ec04fedbc2862073ed38b61e152d9e0d73077d in 
qtwebkit.

Qt 5 at commit v5.3.0-alpha1-12-ge045c53 had qtwebkit at commit 
fef642ef67e2dd8d44dcf4ec175d9613910aa78f, so you should have the fix. My guess 
is that your qtwebkit checkout is out of date. You should run in your top-
level checkout:

	git submodule update

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list