abumq / easyloggingpp

C++ logging library. It is extremely powerful, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc.
MIT License
3.72k stars 915 forks source link

Differences between v9.97.0 vs v9.96.5 #802

Open lepalom opened 2 years ago

lepalom commented 2 years ago

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:

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?

JiadiLee commented 2 years ago

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