目录权限被拒绝 - c++

发布于 2024-08-20 20:47:49 字数 229 浏览 5 评论 0原文

我正在尝试从 svn 构建 ogre newton 应用程序。 我有win7 &&与 2008 年相比。 有 inc 目录包含在资源中(附加包含目录)。

但编译后出现错误:

致命错误 C1083:无法开源 文件:'*\newton20\inc':权限 拒绝c1xx

有什么问题吗?

I'm trying to build ogre newton application from svn.
I have win7 && vs 2008.
There is inc directory which is included into resources (additional include directories).

But after compiling I get error:

fatal error C1083: Cannot open source
file: '*\newton20\inc': Permission
denied c1xx

What's wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

め七分饶幸 2024-08-27 20:47:49

看起来编译器正在尝试将 inc 目录作为源文件打开。

It looks like the compiler is trying to open the inc directory as a source file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文