Replies: 1 comment
-
Does Other possibilities following:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following lines of codes in an application (OpenRoad https://github.com/The-OpenROAD-Project/OpenROAD/blob/master/src/gpl/test/fft_test.cc)
Compiling this code on
openSUSE Leap 15.5
works well. However, I get the following error message onopenSUSE Leap 15.6
I am using spdlog version
1.8.1
. Looking at thelibspdlog.a
library, I see the followingSpdlog was build with the following options:
cmake -DCMAKE_INSTALL_PREFIX="${spdlogPrefix}" -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DSPDLOG_BUILD_EXAMPLE=OFF
I have no clue what is going on.
Beta Was this translation helpful? Give feedback.
All reactions