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

Linthesia don't work - Cannot install libgconfmm-2.6-1v5 #97

Closed
EnterVPL opened this issue Oct 21, 2020 · 7 comments
Closed

Linthesia don't work - Cannot install libgconfmm-2.6-1v5 #97

EnterVPL opened this issue Oct 21, 2020 · 7 comments

Comments

@EnterVPL
Copy link

I tried run linthesia but:

linthesia: error while loading shared libraries: libgconfmm-2.6.so.1: cannot open shared object file: No such file or directory

I tried instal that - sudo apt-get install libgconfmm-2.6-1v5 but I got

Reading package lists ... Done
Building a dependency tree
Reading status information ... Done
Libgconfmm-2.6-1v5 does not have a version available but is referenced by another package.
Typically, this means that the package is missing, has been replaced with another
package or is not available from the currently set sources.

E: The libgconfmm-2.6-1v5 package is not a candidate for installation

Linthesia requires this lib.
I have Ubuntu Studio (Ubuntu 20 LTS) 64bit

What am I supposed to do now?

@baptx
Copy link

baptx commented Dec 8, 2020

On Lubuntu 20.04, this issue was gone after following the instructions to install dependencies with sudo aptitude install clang libtool autoconf automake make libsfml-dev librtmidi-dev libgtkmm-2.4-dev libgconfmm-2.6-dev libgtkglextmm-x11-1.2-dev libasound2-dev, doing autoreconf -i and ./configure before using the make command.
However, I cannot compile: #98
I found a similar open source project with binaries that worked: https://github.com/kosua20/MIDIVisualizer

@jonadem
Copy link
Contributor

jonadem commented Apr 30, 2021

Someone have a WIP about this in another repository :
laf0rge/linthesia@506b311

@allan-simon
Copy link
Owner

ah thanks for the link , I've pinged the author to know how his fix is going :)

@baptx
Copy link

baptx commented May 29, 2021

@jonadem thanks, someone shared this fork here also: linthesia/linthesia#41 (comment)
@allan-simon if the fix is added to your fork also, what would be the differences with your fork?

@allan-simon
Copy link
Owner

allan-simon commented May 30, 2021

my fork is actually a complete rewrite , so less feature (as you may see with the screenshot) but it's based on the SFML / cmake so it will be easier to build up new feature as I leverage a library made to make games , so user input / screen detection is already a given.

@allan-simon
Copy link
Owner

actually i've just checked but I 'dont use libgconf in my rewrite 🤦

@allan-simon
Copy link
Owner

I've removed it from the readme , so now at least it compiles on ubuntu18.04 :)

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

4 participants