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
/usr/include/c++/14.2.0/bits/stl_function.h:131:12: note: declared here
131 | struct binary_function
| ^~~~~~~~~~~~~~~
/tmp/SBo/LibreCAD_3-latest/luacmdinterface/main.cpp: In function ‘int main(int, char**)’:
/tmp/SBo/LibreCAD_3-latest/luacmdinterface/main.cpp:131:36: error: ‘extension’ is not a member of ‘boost::filesystem’
131 | fType = boost::filesystem::extension(fOut);
| ^~~~~~~~~
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: