Hi
I want to build Qt3d on qt5.3.2 on mingwin version. I follow the instruct of http://qt-project.org/wiki/Qt3D-Installation but failed.
I alread install Acitve perl on my compute, when I mingw32-make -j 3 install in "Qt 5.3 for Desktop (MinGW 4.8 32 bit)", it output bellow error messages:
D:\qt3d>mingw32-make -j 3 install
cd src/ && ( test -e Makefile || C:/Qt/Qt5.3.2/5.3/mingw482_32/bin/qmake.exe D:/
qt3d/src/src.pro -o Makefile ) && mingw32-make -f Makefile install
mingw32-make[1]: Entering directory 'd:/qt3d/src'
cd threed/ && ( test -e Makefile || c:/Qt/Qt5.3.2/5.3/mingw482_32/bin/qmake.exe
D:/qt3d/src/threed/threed.pro -o Makefile ) && c:/Qt/Qt5.3.2/Tools/mingw482_32/b
in/mingw32-make -f Makefile install
Project MESSAGE: perl -w 'C:\Qt\Qt5.3.2\5.3\mingw482_32\bin\syncqt.pl' -module Q
t3D -version 5.3.0 -outdir D:/qt3d D:/qt3d
Can't open perl script "'C:\Qt\Qt5.3.2\5.3\mingw482_32\bin\syncqt.pl' ": Invalid
argument
Project ERROR: Failed to run: perl -w 'C:\Qt\Qt5.3.2\5.3\mingw482_32\bin\syncqt.
pl' -module Qt3D -version 5.3.0 -outdir D:/qt3d D:/qt3d
Makefile:64: recipe for target 'sub-threed-install_subtargets-ordered' failed
mingw32-make[1]: *** [sub-threed-install_subtargets-ordered] Error 3
mingw32-make[1]: Leaving directory 'd:/qt3d/src'
Makefile:55: recipe for target 'sub-src-install_subtargets' failed
mingw32-make: *** [sub-src-install_subtargets] Error 2
Anyone know how to solve this prolbem?