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
./DKBuilder: /usr/lib64/libm.so.6: version GLIBC_2.29' not found (required by ./DKBuilder) ./DKBuilder: /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.26' not found (required by ./DKBuilder)
Is it possible to just compile with standard cmake?
The text was updated successfully, but these errors were encountered:
Yea.. you will point to the CMakeLists.txt in the /DK folder and output to App/OS/Release or Debug. I don't mind slapping CentOS on a box and working it out, but please note that the library is very broken at the moment. I'm doing a ton of forward changes in the core. Grab the DKTestApps repository and try to compile DKCore first. Sorry for the very late reply.
Late Update: ** untested ***
The root of the repository contains a build.sh file, (build.cmd for windows), that will compile the DKBuilder app.
Needs testing on a CentOS box.
Error is:
./DKBuilder: /usr/lib64/libm.so.6: version
GLIBC_2.29' not found (required by ./DKBuilder) ./DKBuilder: /usr/lib64/libstdc++.so.6: version
GLIBCXX_3.4.26' not found (required by ./DKBuilder)Is it possible to just compile with standard cmake?
The text was updated successfully, but these errors were encountered: