Boost C++ Libraries: Ticket #472: bjam HDRS rule in python tutorial compilation https://svn.boost.org/trac10/ticket/472 <pre class="wiki">When I set HDRS to a value it has no effect. It always produces the value -I"bin/boost" or -I"bin/tutorial". When checked with "-d+7" you can see that the original value is overwritten halfway in the process. As far as I can see nobody uses HDRS in a Boost Jamfile. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/472 Trac 1.4.3 david_abrahams Fri, 26 Aug 2005 13:38:15 GMT <link>https://svn.boost.org/trac10/ticket/472#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/472#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=52572 Why do you think that's a problem? Did something in the documentation for Boost.Python lead you to believe that the environment variable HDRS would be used for anything? </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>ljo_</dc:creator> <pubDate>Sat, 27 Aug 2005 13:51:23 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/472#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/472#comment:2</guid> <description> <pre class="wiki">Logged In: YES user_id=1335326 Searching in the bjam documentation for a means to set my own extra include files, I found this in "http://www.boost.org/tools/build/jam_src/Jambase.html": Jambase Rules ... HDRS Directories to be searched for header files. This is used by the Object rule to: set up search paths for finding files returned by header scans add -I flags on compile commands When I tried to set it in the Jamfile with a line: HDRS = path ; It did not do what I expected (An extra '-I path' in the gcc command). Did I misunderstand the rule (or all of bjam)? </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>david_abrahams</dc:creator> <pubDate>Fri, 14 Oct 2005 18:32:06 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/472#comment:3 https://svn.boost.org/trac10/ticket/472#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=52572 This is not a bug. To set your own extra include files, please add &lt;include&gt;some/path to the BUILD variable on your bjam command-line. For example, bjam "-sBUILD=&lt;include&gt;/usr/local/foobar/include" ... </pre> Ticket