easyloggingpp icon indicating copy to clipboard operation
easyloggingpp copied to clipboard

Differences between v9.97.0 vs v9.96.5

Open lepalom opened this issue 3 years ago • 1 comments

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?

lepalom avatar Feb 14 '22 07:02 lepalom

If you don't defined "INITIALIZE_EASYLOGGINGPP" in your application, may generate this problem.

JiadiLee avatar Jul 21 '22 08:07 JiadiLee