I'm trying to build Qt on windows for Visual Studio 2010, so I started following the guide on this thread.
However, after running nmake
I got this error:
I'm also aware of other threads that relate to this problem, such as this one, that report that has to do with spaces and parentheses in path, so it's better to use short paths, however I don't know well how to do it and I'm afraid of messing up with the path. So, here is my question: considering I have my path such as this:
Does it mean, for example, that I have to substitute Microsoft SQL Server for MicrosoftSQLServer?
Thanks in advance.