Skip to content
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

DKBuilder does not run on CentOS 8 Linux #123

Open
robspearman opened this issue Aug 22, 2020 · 2 comments
Open

DKBuilder does not run on CentOS 8 Linux #123

robspearman opened this issue Aug 22, 2020 · 2 comments

Comments

@robspearman
Copy link

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?

@aquawicket
Copy link
Owner

aquawicket commented Apr 30, 2021

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.

@aquawicket
Copy link
Owner

aquawicket commented Oct 30, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants