Hi, I trying to compile Maya's modified version of the Qt library.
I foolowed these steps:
-download and install the correct version of Qt.
-configure using correct version of Visual Studio Command Prompt
Then the instructions are to run nmake. I typed nmake in the VS command prompt and compiling began. I left it overnight because it takes many hours (specially on my machine). Get up this morning and I see these errors:
NMAKE : fatal error U1077: ' "C:\Program FIles\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" ' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
I should point out that my actual "BIN" folder is spelled in all lowercase letters: "bin". Could that be the problem? I don't want to compile all day only to find out that wasn't the cause for the error. Thank you in advance to experts and non-experts alike