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
In our particular case, the now and version functions are conflicting with the same functions in libsystemd.
There is a PR here #188 that covers some of these functions but not the now() function.
The posted PR looks like it would fix our issues if the now() function was also renamed. Is there anything blocking that PR or another approach that should be taken to fix this?
The text was updated successfully, but these errors were encountered:
Since the core API in https://github.com/yse/easy_profiler/blob/develop/easy_profiler_core/include/easy/profiler.h is inside an extern "C" block, any functions declared that match the function names of another library will cause linking to fail.
In our particular case, the
now
andversion
functions are conflicting with the same functions inlibsystemd
.There is a PR here #188 that covers some of these functions but not the
now()
function.The posted PR looks like it would fix our issues if the
now()
function was also renamed. Is there anything blocking that PR or another approach that should be taken to fix this?The text was updated successfully, but these errors were encountered: