Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/visual-studio-2010/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C++ 我能';t设法编译Qt+;Qt河畔港口_C++_Visual Studio 2010_Qt_Portaudio - Fatal编程技术网

C++ 我能';t设法编译Qt+;Qt河畔港口

C++ 我能';t设法编译Qt+;Qt河畔港口,c++,visual-studio-2010,qt,portaudio,C++,Visual Studio 2010,Qt,Portaudio,我正试图在VisualStudio2010上编译Qt+PortAudio。我在visualc++中创建了一个新的Makefile项目(visualc++/General/Makefile项目)。我得到这个错误: 错误8错误MSB3073:命令“qmake&nmake”已退出,代码为2。C:\Program Files(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.MakeFile.Targets 38 6 my_babel 错误7错误U1077:'c:\Qt

我正试图在VisualStudio2010上编译Qt+PortAudio。我在visualc++中创建了一个新的Makefile项目(visualc++/General/Makefile项目)。我得到这个错误:

错误8错误MSB3073:命令“qmake&nmake”已退出,代码为2。C:\Program Files(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.MakeFile.Targets 38 6 my_babel

错误7错误U1077:'c:\Qt\4.7.4\bin\qmake.exe':返回代码'0x2'c:\Users\Ju\documents\visualstudio 2010\Projects\my\u babel\n make my\u babel


编译Qt+Portaudio是什么意思?你是说一个同时使用Qt和Portaudio来访问音频硬件的应用程序吗?如果你的Makefile(这是什么my_babel?)有问题,请展示给我们。是的,我想使用Qt和Portaudio。问题似乎是在Visual Studio 2010中,我可以编译一个简单的QT项目而不会出错,但是当我链接portaudio时,我无法运行二进制文件…您是否尝试使用Visual Studio 2010命令行工具编译它?