> -----Original Message----- > From: interest-bounces+kai.koehne=digia....@qt-project.org > [mailto:interest-bounces+kai.koehne=digia....@qt-project.org] On Behalf > Of Graham Labdon > Sent: Wednesday, November 07, 2012 2:46 PM > To: Interest@qt-project.org > Subject: [Interest] building qt5 > > Hi > > I am getting the following when building Qt 5 > > > > process_begin: CreateProcess(NULL, "C:\Program Files (x86)\Microsoft > DirectX SDK (February 2010)Utilities\bin\x86\fxc.exe" /nologo /E standardvs > /T vs_2_0 /Fh shaders\standardvs.h > ..\..\..\3rdparty\angle\src\libGLESv2\shaders\Blit.vs, ...) failed. > > make (e=2): The system cannot find the file specified. >
Seems like it can't find fxc.exe , and if your paste is right you're missing a \ before Utilities :) Maybe just add it to the end of your DXSDK_DIR . Regards Kai _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest