On Wed, 2007-08-29 at 21:21 +0200, ope wrote:
boost/build/libs/wave$ make [ 11%] Built target boost_filesystem-mt-shared [ 22%] Built target boost_wave-mt-shared [ 22%] Built target boost_filesystem-mt-shared-debug [ 33%] Built target boost_wave-mt-shared-debug [ 44%] Built target boost_wave-mt-static [ 55%] Built target boost_wave-mt-static-debug [ 55%] Built target boost_filesystem-shared [ 66%] Built target boost_wave-shared [ 77%] Built target boost_filesystem-shared-debug [ 88%] Built target boost_wave-shared-debug [100%] Built target boost_wave-static [100%] Built target boost_wave-static-debug
But there isn't a wave exe created:
$ ll ../../../build/bin/ insgesamt 12K drwxr-xr-x 3 opetzold opetzold 4,0K 2007-08-29 18:30 . drwxr-xr-x 7 opetzold opetzold 4,0K 2007-08-29 18:30 .. drwxr-xr-x 61 opetzold opetzold 4,0K 2007-08-29 18:30 tests
Maybe I have to build all libs?
Yes, that's it. The "wave" executable is actually built from the "tools" subdirectory, so you'll either need to build from within "tools" or build all libraries and tools from the top-level. - Doug