José Mendes
José Mendes
It means that you haven't build blockmon yet (and thus creating libblockmonpy.so). Also, if you want to build with daemon support, don't forget to do `cmake -DWITH_DAEMON=ON .` instead of...
It's a typo in the INSTALL instructions, libfc should be under lib/ Just copy-paste the commands while on blockmon's base directory and libfc will be in the correct place
Seems to me that cmake still thinks that libfc is under lib/external Can you re-run `cmake .` and then `make` again? Let me know the outcome.
Can you make sure that the extracted files are under lib/external/pugixml? The same as in INSTALL.md but changing only the URL: ``` mkdir lib/external/pugixml cd lib/external/pugixml wget https://github.com/zeux/pugixml/releases/download/v1.2/pugixml-1.2.tar.gz tar xzf...
The instructions refer to an older version of tstat. In the latest version, .libs is located under tstat and not under libtstat (need to update the INSTALL), so you should...
The XML composition file is what defines the interconnections between blocks and the block's configuration (i.e. number of threads, block-specific parameters, ...). You can execute the blockmon binary directly giving...
Regarding the error, did you re-run `cmake .` after creating the symlink?
Hi, Since these are generic questions (not related to this issue) would be better if you contacted [email protected] Have you tried contacting through this email address? Regarding the current issue,...