#1653 closed Bugs (fixed)
wave executable erroneously required for build of function_types lib
Reported by: | 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 , 15 years ago
Component: | Building Boost → function_types |
---|---|
Owner: | set to |
comment:2 by , 15 years ago
Owner: | changed from | to
---|
comment:3 by , 15 years ago
Owner: | changed from | to
---|
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 , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
Dunno how to inject that dependecy. Please help.