easyloggingpp
easyloggingpp copied to clipboard
Differences between v9.97.0 vs v9.96.5
I'm trying to build librealsense and not use the version of easylogging inside their sources (v9.96.5) and use the version of my system (v9.97.0).
However, when I built it, I found these strange link problems:
- undefined reference to `el::base::Storage::Storage(std::shared_ptrel::LogBuilder const&, el::base::IWorker*)'
- undefined reference to `el::base::AsyncDispatchWorker::AsyncDispatchWorker()'
It is strange because that functions are in the sources. When I use v9.96.5 it builds without any problem.
Any idea about what is going on?
If you don't defined "INITIALIZE_EASYLOGGINGPP" in your application, may generate this problem.