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
Thank you for your suggestion. We understand the issue you’re facing when compiling the package as a static library. Your proposal is appreciated. We’ll review this and make the necessary changes.
Dear @arrfou99,
We want to inform you that we have incorporated your suggestions into the current release (1.1.0). The shared/cpp folder is now compiled into a static library called shared_cpp_utils. We hope this resolves the issues you encountered. Your feedback is appreciated.
When compiling this package as a static lib, I get multiple definition error of methods that are inside /shared/BlobServerConfig.h
I propose to add keyword inline to all methods or to have a cpp file of BlobServerConfig.h
I am compiling this package as static lib since it has more functionalities that I can use compared with the base package.
thank you
The text was updated successfully, but these errors were encountered: