myeclipse+cdt配置中的问题

前一段时间又想起要回头温习下c语言,本来有微软的vc编辑器,但是使用了eclipes很长时间后希望就集成在这个里面做下看,在网上找了许多的文章,配完了,编译c++程序确始终报错

**** Internal Builder is used for build               ****
g++ -O0 -g3 -Wall -c -fmessage-length=0 -osrc\Test.o ..\src\Test.cpp
Internal Builder: Cannot run program "g++": ???????????
Build error occurred, build is stopped
Time consumed: 0  ms. 

 百思不得其解,后来google 了一下,参考了
http://www.eclipseworld.org/bbs/read-cec-tid-18540-page-e.html
这个帖子中参考了
http://74.53.91.20/bbs/read-cec-tid-17557-fpage-2.html

 

最终的方法是将
org.eclipse.cdt.core.win32_5.0.0.200809120802.jar
解压成目录org.eclipse.cdt.core.win32_5.0.0.200809120802,注意把原来的jar删除。

要人命了,这也能行,不看 code 估计这辈子都解决不了这个问题了。

你可能感兴趣的:(eclipse,c,MyEclipse,vc++,bbs)