[Development] git 5.8.0 build failure with vs 2017 rc error C3615: constexpr function 'QAlgorithmsPrivate::qt_builtin_ctz' cannot result in a constant exp ression

Thiago Macieira thiago.macieira at intel.com
Tue Dec 6 00:55:55 CET 2016


Em terça-feira, 6 de dezembro de 2016, às 00:00:20 PST, Gunnar Roth escreveu:
> > It is, but it's possible that the qt5 link to qtbase is outdated due to
> > having failed to integrate. You need to update qtbase to the 5.8.0
> > branch, even past what qt5 requires of you.
> 
> i did git checkout 5.8 git submodule update  which compiled then.

That's not enough. You need to
	cd qtbase && git checkout 5.8.0

Possibly pull every now and again in there. If you need to be in the bleeding 
edge, git submodule update is the wrong tool.

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




More information about the Development mailing list