0

I am using a custom Code::Blocks Makefile project, this Makefile uses subversion in it, which is installed in /opt and everytime I try to compile my project, I get "Missing Subversion Client", because the Makefile isn't able to find my svn client (normal make from terminal works). I've tried exporting the path in ~/.bashrc and /etc/environment, but both don't work. Code::Blocks is using /bin/bash -c to invoke the make command (works too from terminal).

What am I doing wrong?

4

1 回答 1

1

根据要求,将我的评论发布到原始帖子作为答案:

我不在我的工作计算机上,所以我无法检查这个,但在 Code::Blocks 的环境设置对话框中是否没有“环境变量”选项卡?我自己没有任何需要,但也许它对你有用?

我很高兴它奏效了。对不起,额外的安装,我不记得它是一个贡献的插件。

于 2013-08-06T11:33:37.757 回答