EiffelStudio,项目只读:无法编译
我正在与我在埃菲尔铁塔的大学一起做一个共享项目。我刚刚下载了该项目,但遇到了这个问题:
我们必须处理 NameProject_as_library.ecf
,因此我们必须处理 as_library 类型。问题就在这里,它无法编译,因为弹出一条消息,其中写有只读项目:无法编译
。
我尝试在 EiffelStudio 中搜索此问题的任何选项,并在项目 -> 中找到了选项 Library readonly = true/false
项目设置。它设置为 true,所以我打开 false,什么都没有改变。
有人可以帮助我吗?
I'm making a shared project with my university in Eiffel. I've just downloaded the project and I've got this problem:
We have to work on a NameProject_as_library.ecf
, so we have to work on an as_library type. The problem is here, that's doesn't compile because gets out a pop-up message with written Read-only project: cannot compile
.
I've tried to search in EiffelStudio any option for this problem and I found the option Library readonly = true/false
in project -> project settings. It was set on true, so I turned on false and nothing is changed.
Anyone can help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不就是一个unix权限问题吗?您是否拥有对目录和 NameProject_as_library.ecf 的写入权限?
Isn't this simply a unix permission issue? Have you write rights to your directory and to NameProject_as_library.ecf?