chipmunk: can't run on linux

Prerequisites

affected version:

2.10, latest

make sure to check this before filing an issue:

  • [x ] I am running the latest version
  • [x ] I checked to make sure that this issue has not already been filed

Describe the issue

Trying to run on Linux, apparently deliverable is not self-contained. I have glibc 2.17, it requires 2.18. Can’t easily upgrade it, since same gcc toolchain used throughout org.

What did not work as expected?

$ ./chipmunk ./chipmunk: /lib64/libc.so.6: version `GLIBC_2.18’ not found (required by ./chipmunk)

$ g++ --version g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36.0.1) Copyright © 2015 Free Software Foundation, Inc.

$ ls -l /lib64/libc* /lib64/libc.so.6 -> libc-2.17.so

Steps to Reproduce just run ./chipmunk

Environment

Failure Logs

Please include any relevant log snippets or files here.

Is there a way to build it? Project description does not provide steps. I had installed nodejs010, but am not familiar with it. Tried “npx run make”, but no dice, fails. Thanks much!

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 24 (1 by maintainers)

Most upvoted comments

Terrific! Latest source builds and runs fine. App starts and works as it should. Thank you very much for your help.

FWIW, the way I see it, lack of decent user manual is its bigger weakness. I still can’t guess what some icons mean (e.g. in seach: “case sensitivity”, “?”, “regex”, but there are no tooltips or help. The “?” being an icon with letters with bars on top and bottom, as in edit field. Can’t find bookmarking either (I have a vague recollection there were bookmark feature). etc. Some of the great features kinda hidden or non obvious (merging, working with timing, etc). Just a nitpick. Thanks again!