Opened 15 years ago
Closed 15 years ago
#1602 closed Bugs (fixed)
function_types Jamfile depends on the source tree being in a specific place.
| Reported by: | Owned by: | t_schwinger | |
|---|---|---|---|
| Milestone: | Boost 1.35.0 | Component: | Building Boost |
| Version: | Severity: | Showstopper | |
| Keywords: | Cc: |
Description
svn/trunk copy of boost/libs/function_types/build/Jamfile contains
make $(BOOST_ROOT)/libs/function_types/build/timestamps/arity_loops make $(BOOST_ROOT)/libs/function_types/build/timestamps/encoding make $(BOOST_ROOT)/libs/function_types/build/timestamps/cc_names
and yet another reference to $(BOOST_ROOT)
it won't build on my system as the environment variable BOOST_ROOT is elsewhere
Change History (2)
comment:1 by , 15 years ago
| Owner: | set to |
|---|
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

changed BOOST_ROOT to relative path