Building SimSpark

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
bluemoon1993

Building SimSpark

Post by bluemoon1993 »

So I'm trying to build SimSpark from http://simspark.sourceforge.net/wiki/in ... n_on_Linux and I'm having 2 separate issues:

First issue:

Code: Select all

$ cmake ..
--   USE_COREFOUNDATION OFF
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
  Could NOT find Ruby (missing: RUBY_CONFIG_INCLUDE_DIR) (found version "1.9.1")
Call Stack (most recent call first):
  /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-2.8/Modules/FindRuby.cmake:239 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:53 (find_package)
I have Ruby installed, I don't understand why it doesn't detect it.

Second issue:
When i run

Code: Select all

$ sudo apt-get install g++ subversion cmake libfreetype6-dev libode-dev libsdl-dev ruby ruby-dev libdevil-dev libboost-dev libboost-thread-dev libboost-regex-dev libboost-system-dev
I get an error on libode-dev

Code: Select all

$ sudo apt-get install libode-dev
The following packages have unmet dependencies:
 libode-dev : Depends: libode2 (= 3:0.11.1-tbb-1trusty2) but 3:0.11.1-tbb-1trusty3 is to be installed
E: Unable to correct problems, you have held broken packages.
However, when I try to install the correct version:

Code: Select all

$ sudo apt-get install libode2=3:0.11.1-tbb-1trusty3
libode2 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 60 not upgraded.

$ sudo apt-get install libode2=3:0.11.1-tbb-1trusty2
E: Version '3:0.11.1-tbb-1trusty2' for 'libode2' was not found
What can I do to solve these? Tyvm, Dave
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
m_amirian

Re: Building SimSpark

Post by m_amirian »

I have the same issue (2nd one). Any solutions?
Locked

Return to “Software & Applications”