biicode / docs

23 stars 25 forks source link

boost.lambda example does not work #242

Open edwardotis opened 9 years ago

edwardotis commented 9 years ago

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.