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
I get an exception during plugin loading saying that dlopen can't find the symbol japp. If I attempt to load JTest first, it can't find the symbol JFactory::Summarize(JComponentSummary&)
Right now jana-unit-tests is linked against the jana2 target.
If I link it against jana2_shared_lib, the problem goes away and the test case passes. However, programs/jana is linked against the jana2 target, and obviously doesn't have the same problem. Test cases ought to pass regardless of whether they are linked against JANA2 statically or dynamically.
The text was updated successfully, but these errors were encountered:
When I attempt to add a test case such as
I get an exception during plugin loading saying that dlopen can't find the symbol
japp
. If I attempt to load JTest first, it can't find the symbolJFactory::Summarize(JComponentSummary&)
Right now
jana-unit-tests
is linked against thejana2
target.If I link it against
jana2_shared_lib
, the problem goes away and the test case passes. However,programs/jana
is linked against thejana2
target, and obviously doesn't have the same problem. Test cases ought to pass regardless of whether they are linked against JANA2 statically or dynamically.The text was updated successfully, but these errors were encountered: