Boost C++ Libraries: Ticket #5155: Boost build can exceed Windows max path length limit https://svn.boost.org/trac10/ticket/5155 <p> I have been building boost successfully on Windows since 1.33. I usually extract boost do a directory such as: </p> <p> d:\boost_1_44_0 </p> <p> With 1.44, for the first time I noticed that some binaries were (silently) failing to appear in the build directory. Viewing the build directories, I suspected we were exceeding the windows path limit (256?). </p> <p> When I renamed to root folder to d:\b, the build suceeded. </p> <p> I'm afraid I didn't keep the build log, but kept the build command: </p> <p> bjam toolset=msvc-10.0 link=static runtime-link=static,shared variant="debug,release" threading="multi" define="_SECURE_SCL=0" debug-symbols="on" debug-store=database address-model=64 pch=off </p> <p> I suspect its the long list of options that have extended the path length. </p> <p> Platform: Windows 7 x64 Enterprise. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5155 Trac 1.4.3 Steven Watanabe Fri, 11 Feb 2011 03:20:19 GMT <link>https://svn.boost.org/trac10/ticket/5155#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5155#comment:1</guid> <description> <p> You can use --abbreviate-paths or --hash to make the paths shorter. </p> </description> <category>Ticket</category> </item> <item> <author>David Ward <davidjward30@…></author> <pubDate>Thu, 17 Feb 2011 08:59:07 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5155#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5155#comment:2</guid> <description> <p> Workaround confirmed. Thanks. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Riona</dc:creator> <pubDate>Tue, 21 Jun 2016 17:15:08 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5155#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5155#comment:3</guid> <description> <p> You can try Long Path Tool. </p> </description> <category>Ticket</category> </item> </channel> </rss>