error when compiling boost head on mac

Hello all I has following compilation error during compiling on intel mac - mac os x 10.4 with latest updates. # gcc -v Using built-in specs. Target: i686-apple-darwin8 Configured with: /private/var/tmp/gcc/gcc-5367.obj~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=powerpc-apple-darwin8 --with-arch=nocona --with-tune=generic --program-prefix= --host=i686-apple-darwin8 --target=i686-apple-darwin8 Thread model: posix gcc version 4.0.1 (Apple Computer, Inc. build 5367) compiling with: # ./configure --prefix=/Users/ott/exp --without-icu # make BJAM_CONFIG="--layout=system" Errors are following: darwin.link.dll bin.v2/libs/filesystem/build/darwin/release/libboost_filesystem.dylib Jamfile</Users/ott/development/boost-head/libs/function_types/build>.wave /Users/ott/development/boost-head/libs/function_types/build/timestamps/arity_loops /bin/sh: line 2: chdir: command not found /bin/sh: line 3: /Users/ott/development/boost-head/dist/bin/wave: No such file or directory chdir /Users/ott/development/boost-head/libs/function_types/build /Users/ott/development/boost-head/dist/bin/wave -S/Users/ott/development/boost-head libs/function_types/build/preprocess_arity_loops.cpp -o /Users/ott/development/boost-head/libs/function_types/build/timestamps/arity_loops ...failed Jamfile</Users/ott/development/boost-head/libs/function_types/build>.wave /Users/ott/development/boost-head/libs/function_types/build/timestamps/arity_loops... Jamfile</Users/ott/development/boost-head/libs/function_types/build>.wave /Users/ott/development/boost-head/libs/function_types/build/timestamps/encoding /bin/sh: line 2: chdir: command not found /bin/sh: line 3: /Users/ott/development/boost-head/dist/bin/wave: No such file or directory chdir /Users/ott/development/boost-head/libs/function_types/build /Users/ott/development/boost-head/dist/bin/wave -S/Users/ott/development/boost-head libs/function_types/build/preprocess_encoding.cpp -o /Users/ott/development/boost-head/libs/function_types/build/timestamps/encoding -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/ http://content-filtering.blogspot.com/ http://alexott-ru.blogspot.com/ http://content-filtering-ru.blogspot.com/ http://xtalk.msk.su/~ott/

Alex Ott wrote:
Hello all
I has following compilation error during compiling on intel mac - mac os x 10.4 with latest updates.
You did not say *what* you're compiling. I'm about to presume this is SVN head.
compiling with: # ./configure --prefix=/Users/ott/exp --without-icu # make BJAM_CONFIG="--layout=system"
Errors are following:
darwin.link.dll bin.v2/libs/filesystem/build/darwin/release/libboost_filesystem.dylib Jamfile</Users/ott/development/boost-head/libs/function_types/build>.wave /Users/ott/development/boost-head/libs/function_types/build/timestamps/arity_loops /bin/sh: line 2: chdir: command not found /bin/sh: line 3: /Users/ott/development/boost-head/dist/bin/wave: No such file or directory
Tobias, it appears that libs/function_types/build/Jamfile, written by you, requires to have 'wave' built and installed to $BOOST_ROOT/dist. In turn, top-level Jamroot sees your Jamfile and tries to build whatever is there. I suspect this is not desired, so maybe you can put a bunch of 'explicit' lines there so that targets are only built when explicitly requested on command line? - Volodya

Hi, Vladimir Prus wrote:
Alex Ott wrote:
Hello all
I has following compilation error during compiling on intel mac - mac os x 10.4 with latest updates.
You did not say *what* you're compiling. I'm about to presume this is SVN head.
Maybe not. And we should probably announce the switch to SVN on the Boost homepage, soon... The problem is Trac ticket #1100 and the symptoms described should be gone with SVN head: http://svn.boost.org/trac/boost/ticket/1100 Regards, Tobias
participants (3)
-
Alex Ott
-
Tobias Schwinger
-
Vladimir Prus