Description Resource Path Location Type
*** missing separator. Stop. Makefile.Debug hello 58 C/C++ Problem
Description Resource Path Location Type
make: *** [debug] Error 2 hello 0 C/C++ Problem
错误定位到文件Makefile.Debug
DESTDIR_TARGET = debug\hello.exe
####### Implicit rules
.SUFFIXES: .c .cpp .cc .cxx
{.}.cpp{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<错误在这里定位
eclipse原来是好的,我用vc2008编译了qt之后用eclipse编译qt项目就报这个两个错了,但是用Qt 4.4.3 Command Prompt在命令行编译却不报错,用vc2008编译和用 Visual Studio 2008 命令提示 在命令行编译也可以通过,
我装了两个qt
qt4.4.3 + MinGW + eclipse (qt用qt-win-opensource-4.4.3-mingw安装)
qt4.4.3 + vc2008 (qt用vc2008编译了qt-all-opensource-src-4.4.3)