• <bdo id='bGt9t'></bdo><ul id='bGt9t'></ul>
      1. <i id='bGt9t'><tr id='bGt9t'><dt id='bGt9t'><q id='bGt9t'><span id='bGt9t'><b id='bGt9t'><form id='bGt9t'><ins id='bGt9t'></ins><ul id='bGt9t'></ul><sub id='bGt9t'></sub></form><legend id='bGt9t'></legend><bdo id='bGt9t'><pre id='bGt9t'><center id='bGt9t'></center></pre></bdo></b><th id='bGt9t'></th></span></q></dt></tr></i><div id='bGt9t'><tfoot id='bGt9t'></tfoot><dl id='bGt9t'><fieldset id='bGt9t'></fieldset></dl></div>

        <small id='bGt9t'></small><noframes id='bGt9t'>

        <legend id='bGt9t'><style id='bGt9t'><dir id='bGt9t'><q id='bGt9t'></q></dir></style></legend>
      2. <tfoot id='bGt9t'></tfoot>
      3. 使用 zlib 编译 boost

        Compiling boost with zlib(使用 zlib 编译 boost)
          <i id='vfWty'><tr id='vfWty'><dt id='vfWty'><q id='vfWty'><span id='vfWty'><b id='vfWty'><form id='vfWty'><ins id='vfWty'></ins><ul id='vfWty'></ul><sub id='vfWty'></sub></form><legend id='vfWty'></legend><bdo id='vfWty'><pre id='vfWty'><center id='vfWty'></center></pre></bdo></b><th id='vfWty'></th></span></q></dt></tr></i><div id='vfWty'><tfoot id='vfWty'></tfoot><dl id='vfWty'><fieldset id='vfWty'></fieldset></dl></div>

          <tfoot id='vfWty'></tfoot>

          <legend id='vfWty'><style id='vfWty'><dir id='vfWty'><q id='vfWty'></q></dir></style></legend>

          <small id='vfWty'></small><noframes id='vfWty'>

                <tbody id='vfWty'></tbody>

                <bdo id='vfWty'></bdo><ul id='vfWty'></ul>
                  本文介绍了使用 zlib 编译 boost的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在 Windows 7 下用 bjam 编译 boost(64 位应该无关紧要)

                  I'm compiling boost with bjam under Windows 7 (64bit-should be irrelevant)

                  D:developmentoostoost_1_44libsiostreamsuild>bjam stage ^
                  --toolset=msvc-10.0 link=static ^
                  --build-type=complete ^
                  -s ZLIB_SOURCE=C:zlib125-dll ^
                  -s ZLIB_LIBPATH=C:zlib125-dlllib ^
                  -s ZLIB_INCLUDE=C:zlib125-dllinclude ^
                  -s ZLIB_BINARY=C:zlib125-dll
                  

                  但我只得到

                  stage/libboost_iostreams-vc100-mt-gd-1_44.lib
                  bin.v2/libs/iostreams/build/msvc-10.0/debug/threading-multi/boost_iostreams-vc100-mt-gd-1_44.dll
                  bin.v2/libs/iostreams/build/msvc-10.0/debug/threading-multi/boost_iostreams-vc100-mt-gd-1_44.lib
                  
                  bin.v2/libs/iostreams/build/zlib/msvc-10.0/debug/threading-multi/boost_zlib-vc100-mt-gd-1_44.dll
                  bin.v2/libs/iostreams/build/zlib/msvc-10.0/debug/threading-multi/boost_zlib-vc100-mt-gd-1_44.lib
                  

                  但是 stage/libboost_zlib-vc100-mt-gd-1_44.lib 丢失了.

                  我编译错了吗?

                  当我尝试运行与 boost 和自编译的 boost/线程库配合良好的项目时,当我包含 boost zlib 内容时,出现以下错误

                  when I try running my project that worked well with boost and self-compiled boost/thread libraries I get the following error when I include the boost zlib stuff

                  6>LINK : fatal error LNK1104: cannot open file 'libboost_zlib-vc100-mt-gd-1_44.lib'
                  

                  有人知道我做错了什么吗?

                  Does anyone know what I'm doing wrong?

                  推荐答案

                  我花了一段时间才让 Boost 在 zlib 支持下正确构建.

                  It took me a while to get Boost to build correctly with zlib support.

                  我遇到的问题是在某些时候 zlib 不再包含 gzio.c 源文件.Boost 构建系统 (jamfile.v2) 的 jamfile 引用了导致它失败的 gzio 模块.解决方案是在构建之前删除该引用.

                  The problem I ran into was that at some point zlib no longer included a gzio.c source file. The jamfile for the Boost build system (jamfile.v2) had a reference to the gzio module which caused it fail. The solution was to remove that reference before building.

                  我不确定这个答案是否不再相关,除非您正在尝试构建旧版本的 Boost.我相信最初的构建问题已在较新版本的 Boost 中得到修复.

                  I'm not sure this answer is relevant any longer, unless you're trying to build an old version of Boost. I believe the original build issue has been fixed in more recent versions of Boost.

                  这篇关于使用 zlib 编译 boost的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Is Type(::x); valid?(是类型(::x);有效的?)
                  Difference between an inline function and static inline function(内联函数和静态内联函数的区别)
                  Compilation fails randomly: quot;cannot open program databasequot;(编译随机失败:“无法打开程序数据库)
                  Too many initializers error for a simple array in bcc32(bcc32 中的简单数组的初始值设定项过多错误)
                  No Member named stoi in namespace std(命名空间 std 中没有名为 stoi 的成员)
                  Error using a constexpr as a template parameter within the same class(在同一个类中使用 constexpr 作为模板参数时出错)

                    • <bdo id='emH3f'></bdo><ul id='emH3f'></ul>

                      <small id='emH3f'></small><noframes id='emH3f'>

                    • <tfoot id='emH3f'></tfoot>
                          <tbody id='emH3f'></tbody>
                      • <legend id='emH3f'><style id='emH3f'><dir id='emH3f'><q id='emH3f'></q></dir></style></legend>
                          <i id='emH3f'><tr id='emH3f'><dt id='emH3f'><q id='emH3f'><span id='emH3f'><b id='emH3f'><form id='emH3f'><ins id='emH3f'></ins><ul id='emH3f'></ul><sub id='emH3f'></sub></form><legend id='emH3f'></legend><bdo id='emH3f'><pre id='emH3f'><center id='emH3f'></center></pre></bdo></b><th id='emH3f'></th></span></q></dt></tr></i><div id='emH3f'><tfoot id='emH3f'></tfoot><dl id='emH3f'><fieldset id='emH3f'></fieldset></dl></div>