在快照视图中编译失败
我尝试在 ClearCase 快照视图下进行编译,但编译失败,因为所有 makefile 都指向动态视图使用的根目录。
有办法解决这个问题吗?
I am trying to compile under a ClearCase snapshot view but my compile fails because all the makefiles point the root used by dynamic views.
Is there a way to go around this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
基本上,您需要的是确保您的 makefile 仅使用相对于视图根目录的路径,而不使用完整路径。
如果您绝对需要完整路径,另一个选项是将快照或动态视图的根目录链接到特定的唯一(并且在所有用户中通用)驱动器号。
Basically what you need is to make sure your makefiles are only using path relatives to the root directory of your view, and aren't using the full path.
The other option, if you absolutely need a full path, would be to link the root directory of your snapshot or dynamic view to a specific unique (and common across all users) driver letter.