First off, after adding the block, the instructions appear to be missing a call to 'bii configure' because without calling that, there is no block level CMakeLists.txt to edit.
So, given that is configured, then when calling 'bii find', the following error occurs:
edwardotis@eoj-vm:~/dev/boost_sample$ bii find
INFO: Processing changes...
INFO: Finding missing dependencies in server
INFO: Looking for boost/lambda...
WARN: Can't find block candidate for: boost/lambda
INFO: Analyzing compatibility for found dependencies...
Which blocks the rest of the instructions from working.
Referencing: http://docs.biicode.com/c++/examples/boost.html
First off, after adding the block, the instructions appear to be missing a call to 'bii configure' because without calling that, there is no block level CMakeLists.txt to edit.
So, given that is configured, then when calling 'bii find', the following error occurs:
edwardotis@eoj-vm:~/dev/boost_sample$ bii find INFO: Processing changes... INFO: Finding missing dependencies in server INFO: Looking for boost/lambda... WARN: Can't find block candidate for: boost/lambda INFO: Analyzing compatibility for found dependencies...
Which blocks the rest of the instructions from working.