configure: error: source directory already configured; run "make distclean" there first gmake[1]: *** [config.status] 错误 1 gmake: *** [../config.status] 错误 2 在kdevelop下编译工程的时候突然出现了上面这个问题,因为之前编译是正常,那就要想想之前的操作: 1.因为程序要运行在ppc上,所以需要在工程目录下./configure生成makefiel文件好在开发板上编译; 2.新建了一个子工程,编译出现上述错误,然后编译原来的工程也会出现上述的错误。 网上的解决办法,进入到工程运行make distclean命令就行了,实际出错提示已经说的很清楚。configure: error: source directory already configured; run "make distclean" there first;配置错误,源目录已经配置,请在该目录下运行"make distclean"命令。 一直解决不了,是在子工程里的运行"make distclean",应该在那里配置,就在那里清除。 问题解决。
source directory already configured, make distclean的错误解决
最新推荐文章于 2024-05-27 19:46:30 发布