Qt 4.8, Visual Studio 2013 compiling error

后端 未结 6 1382
忘了有多久
忘了有多久 2021-02-06 02:43

Am folowing this tutorial to compile Qt 4.8 with visual Studio 2013 but after running nmake i get:

C:\\Qt\\4.8.5.src\\src\\3rdparty\\javascriptcore\\JavaScriptCo         


        
6条回答
  •  不思量自难忘°
    2021-02-06 03:34

    Have you run "vcvars32.bat" before compiling? It seems the environment variables of VC++ are not appropriately set.

    See http://msdn.microsoft.com/en-us/library/f2ccy3wt.aspx for informations about the environment of VC++.

    bye

提交回复
热议问题