Z. S. O. wrote:
Unfortunately I tried that previously and it didn't work. Here's my command along with the output: $ ./bcp filesystem /Users/Admin/Desktop --boost=/Users/Admin/Downloads/boost_1_36_0 **** exception(205): std::runtime_error: Destination path does not exist: ******** errors detected; see standard output for details ********
This is supposed to copy boost.filesystem to my desktop. If I omit everything but the --boost= statement, the same thing happens.
The correct invocation is: bcp [options] module-list destination-directory so that should be: bcp --boost=/Users/Admin/Downloads/boost_1_36_0 filesystem /Users/Admin/Desktop Having said that, I'll try and make the tool less picky, and improve the error messages a bit. HTH, John.