-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error #404
Comments
We do not have any active v3 developer to address, I guess |
Compiled normally with boost-1.74. Boost 1.85 has deprecated api https://www.boost.org/doc/libs/1_85_0/libs/filesystem/doc/deprecated.html |
Will boost 1.78 work or is it still too new? |
You should try. In conanfile.txt you can see used library versions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using cmake commands
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ $SLKCFLAGS = -O2 -fPIC
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS"
-DCMAKE_INSTALL_PREFIX=/usr
-DLIB_SUFFIX=${LIBDIRSUFFIX}
-DWITH_UNITTESTS=OFF
-DWITH_DOCUMENTATION=ON
-DMAN_INSTALL_DIR=/usr/man
-DCMAKE_BUILD_TYPE=Release ..
Using boost-1.87.0
gcc (GCC) 14.2.0
The text was updated successfully, but these errors were encountered: