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
IncrementalExecutor::executeFunction: symbol '_ZN5boost6system16generic_categoryEv' unresolved while linking function '_GLOBAL__sub_I_cling_module_1'!
You are probably missing the definition of boost::system::generic_category()
Maybe you need to load the corresponding shared library?
IncrementalExecutor::executeFunction: symbol '_ZN5boost6system15system_categoryEv' unresolved while linking function '_GLOBAL__sub_I_cling_module_1'!
You are probably missing the definition of boost::system::system_category()
Maybe you need to load the corresponding shared library?
IncrementalExecutor::executeFunction: symbol '_ZN5boost10filesystem6detail9file_sizeERKNS0_4pathEPNS_6system10error_codeE' unresolved while linking [cling interface function]!
You are probably missing the definition of boost::filesystem::detail::file_size(boost::filesystem::path const&, boost::system::error_code*)
Maybe you need to load the corresponding shared library?
Second attempt (success)
Restarted kernel then evaluated the cells below, which succeeds
Here is a markdown-formatted reproduction of the Jupyter notebook available here.
First attempt (failure)
Libraries are in correct load order, but seem not to resolve correctly when there are inter-dependencies (
boost_filesystem
depends onboost_system
).Separated into 2 cells per #148.
Second attempt (success)
Restarted kernel then evaluated the cells below, which succeeds
.I /usr/include .L /usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0
.L /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.58.0
The text was updated successfully, but these errors were encountered: