I am unaware of any differences in how the machines were configured. I have 
done the builds multiple times and continue to get the same results. The 
physical Windows machines builds successfully and the virtual machine does not.

This is the command I used to configure to build on the physical machine:
configure -opensource -confirm-license -platform win32-msvc2013 -release 
-nomake examples -nomake tests -opengl desktop -icu -I 
E:\3rdPartylibs\icu4c\54.1\build\win64-vs2013\release\include -L 
E:\3rdPartylibs\icu4c\54.1\build\win64-vs2013\release\lib

This is the configure command I used on the virtual system:
configure -opensource -confirm-license -platform win32-msvc2013 -release 
-nomake examples -nomake tests -opengl desktop -icu -I 
D:\3rdpartylibs-360\icu4c\54.1\build\win64-vs2013\release\include -L 
D:\3rdpartylibs-360\icu4c\54.1\build\win64-vs2013\release\lib

\3rdpartylibs is a checkout from a subversion repository set up on both 
systems, in different location. The repository is used to supply ICU for 
building WebKit which builds successfully on both systems.

> On Mar 2, 2015, at 15:45, Thiago Macieira <thiago.macie...@intel.com> wrote:
> 
> On Monday 02 March 2015 23:30:02 Tron Thomas wrote:
>> I have successfully made a build of Qt  5.4.2 from Git on a Macintosh System
>> running OS X 10.10.2, and 64-bit Windows system running Windows 7
>> Enterprise.
>> 
>> I have also tried to perform the same build process on two virtual Machines,
>> one running Windows 7 Enterprise 64-bit and another running CentOS 6.5
>> 64-bit. Both builds of Qt 5.4.2 on these system seem to complete
>> successfully, however they result in builds that are missing Qt5UiTools.
>> 
>> The main difference between the builds seems to be whether they are done on
>> real or virtual hardware.
>> 
>> The Windows builds were both done using nmake for Visual Studio 2013
>> Professional
>> 
>> What can be done to allow Qt 5.4.2 to build successfully on virtual systems?
> 
> There's nothing about a virtual system that would prevent QtUiTools from 
> being 
> built.
> 
> You must have passed some other option somewhere that caused this.
> -- 
> Thiago Macieira - thiago.macieira (AT) intel.com
>  Software Architect - Intel Open Source Technology Center
> 
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to