使用 Visual C 编译 MPIR 2010年

发布于 2024-10-12 21:57:15 字数 490 浏览 3 评论 0原文

我正在尝试从命令行编译 MPIR(Windows 友好的 GMP 分支)。我的设置非常标准,Windows Vista 32 位,Visual C++ 2010 Express 版本,我只是想要一个完全普通的 32 位静态库构建,而不是尝试使用 IDE。我通过 Google 搜索可以找到的信息是:

  1. 安装适当版本的 yasm。
  2. 进入 build.vc10
  3. Configure.bat
  4. Make.bat

我设法做到了步骤 3 似乎有效,并克服了步骤 4 中的第一个障碍,但现在它在 make.bat 中的这一行上绊倒了

%MS_BUILD% gen-mpir\gen-mpir.vcxproj /p:Platform=Win32;Configuration=Release

:我运行的搜索可以确定,整个目录树中的任何位置都没有 gen-mpir,也没有任何其他对此的引用。我缺少什么?

I'm trying to compile MPIR (the Windows-friendly fork of GMP) from the command line. My setup is pretty bog standard, Windows Vista 32-bit, Visual C++ 2010 express edition, and I'm just going for a completely vanilla 32-bit static library build, not trying to use the IDE. The information I could find with a Google search says:

  1. Install the appropriate version of yasm.
  2. Go into build.vc10
  3. Configure.bat
  4. Make.bat

I managed to get as far as step 3 seeming to work, and past the first obstacle in step 4, but now it's tripping up on this line in make.bat:

%MS_BUILD% gen-mpir\gen-mpir.vcxproj /p:Platform=Win32;Configuration=Release

As far as the searches I've run can determine, there is no gen-mpir anywhere in the entire directory tree, nor any other reference to such. What am I missing?

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

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

发布评论

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

评论(1

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