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
run "t01_first_tree_dynamic" program will prompt: could not load library : ./libdummy_nodes.so: cannot open shared object file: no such file or directory.
Line 73 in the program:
-factory.registerFromPlugin("./libdummy_nodes.so");
+factory.registerFromPlugin("../libdummy_nodes_dyn.so");