C:\Windows\system32\cmd.exe /C "C:/cygwin64/bin/make.exe -j4 -e -f Makefile"
----------Building project:[ clockType - Debug ]----------
make[1]: *** No rule to make target 'Debug/clockType.cpp.o', needed by 'Debug/clockType'. Stop.
make[1]: *** Waiting for unfinished jobs....
make[1]: Entering directory '/home/Trevor/CSCI_3232/clockType'
make[1]: Leaving directory '/home/Trevor/CSCI_3232/clockType'
make: *** [All] Error 2
Makefile:4: recipe for target 'All' failed
1 errors, 0 warnings
每当我尝试使用codelite和cygwin64(g ++)构建任何内容时,我都会遇到此错误。即使是一个简单的hello world应用程序,它在cygwin64终端中运行良好。我认为我在使用codelite时出错了。谢谢你的帮助。这是我第一次在课外处理c ++,没有java和eclipse的问题。我下载了codelite,因为它是第一个链接,当我用谷歌搜索c ++时不知道它是否有任何好处。