Opened 15 years ago

Closed 13 years ago

Last modified 12 years ago

#1653 closed Bugs (fixed)

wave executable erroneously required for build of function_types lib

Reported by: stacie@… Owned by: t_schwinger
Milestone: Boost 1.36.0 Component: function_types
Version: Boost Development Trunk Severity: Problem
Keywords: wave, build Cc:

Description

Feb 21 build of 1.35 on HP-UX 11.23 using GCC. NO zlib of bzlib built:

These fail with this error: $BOOST_ROOT/dist.bun/.wave: not found

failed Jamfile<$BOOST_ROOT/libs/function_types/build>.wave

then one of these builds

../libs/function_types/build/timestamps/arithy_loops

../libs/function_types/build/timestamps/encoding

../libs/function_types/build/timestamps/cc_names

Change History (5)

comment:1 by René Rivera, 15 years ago

Component: Building Boostfunction_types
Owner: set to t_schwinger

comment:2 by t_schwinger, 15 years ago

Owner: changed from t_schwinger to Vladimir Prus

Dunno how to inject that dependecy. Please help.

comment:3 by Vladimir Prus, 15 years ago

Owner: changed from Vladimir Prus to t_schwinger

There should not be such dependency. Wave is likely not be build on any compilers, and I don't understand why wave should be used in the build process at all.

comment:4 by Vladimir Prus, 13 years ago

Resolution: fixed
Status: newclosed

As of today, nothing in function_types Jamfile is build by default, thereby fixing the original problem reported here.

I've just checked in a clean for Jamfile, in [53619], I don't think there's anything else here.

comment:5 by Daniel James, 12 years ago

(In [70861]) Function types: Merge from trunk.

Note: See TracTickets for help on using tickets.