I'm trying to build Qt 5.0 for Visual Studio 2012. Perl and Python are both installed and in Path. Originally, I was just using the commands from the ReadMe, but switched up to the command recommended by http://www.qtcentre.org/threads/5250...-Visual-Studio . Regardless of what I pass in, however, I get the same response.

Qt Code:
  1. C:\MyPath\Qt_5_0>configure -prefix %CD%\qtbase -opensource -opengl desktop -nomake tests
  2. /hdd/MyPath/Qt_5_0/C:/MyPath/Qt_5_0/qtbase/configure not found. Did you forget to run "init-repository"? at C:\MyPath\Qt_5_0\configure line 88.
To copy to clipboard, switch view to plain text mode 

Also, as a newbie when it comes to building libraries and utilities from scratch, how might I have diagnosed the problem and figured out the solution myself? I looked at the Perl code which seems to only send that line if //qtbase/configure isn't passed in, but it is being passed in. Thanks in advance.