You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: