[Interest] Can't build Qt 5.4.2 properly on virtual systems

Tron Thomas t.thomas at tecplot.com
Tue Mar 3 18:26:02 CET 2015


It looked like both build finished successfully. I tried to redirect error output while building on the virtual machine and found no error output in the file. The build on the physical system seems to be fine as I’ve been able to use it to build our product. I cannot use the build of Qt from the virtual machine to build against as things configure properly since uitools is missing.

> On Mar 2, 2015, at 17:26, Thiago Macieira <thiago.macieira at intel.com> wrote:
> 
> On Tuesday 03 March 2015 00:26:35 Tron Thomas wrote:
>> 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.
> 
> Make sure both builds finished with success.
> 
> -- 
> Thiago Macieira - thiago.macieira (AT) intel.com
>  Software Architect - Intel Open Source Technology Center
> 
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest



More information about the Interest mailing list