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

projectGenerator requires gconf2, but it is not installed (Debian) #6493

Closed
galexite opened this issue Dec 6, 2019 · 2 comments
Closed

projectGenerator requires gconf2, but it is not installed (Debian) #6493

galexite opened this issue Dec 6, 2019 · 2 comments
Milestone

Comments

@galexite
Copy link
Contributor

galexite commented Dec 6, 2019

The script scripts/linux/debian/install_dependencies.sh doesn't install the libgconf-2-4 package required by projectGenerator, resulting in the following error when trying to execute the generator:

error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

This script should install this dependency to allow the projectGenerator to work.

Tested with openFrameworks 0.11.0, on Debian 10.2 (buster).

@ofTheo ofTheo added this to the 0.11.1 milestone Dec 6, 2019
@ofTheo
Copy link
Member

ofTheo commented Dec 6, 2019

Thanks!
I know libgconf-2-4 is included in the ubuntu install_dependencies.sh.
We can add it to the Debian one too.

@ofTheo ofTheo mentioned this issue Dec 6, 2019
48 tasks
@arturoc
Copy link
Member

arturoc commented Dec 6, 2019

we should include this to every linux distro install script

oxillo pushed a commit to oxillo/openFrameworks that referenced this issue Dec 21, 2019
This commit adds libgconf-2-4 to the `apt install` command in the
`install_dependencies.sh` script for Debian in
`scripts/linux/debian`.

Tested on Debian 10.2 (buster).

Closes openframeworks#6493.
ofTheo added a commit to ofTheo/openFrameworks that referenced this issue Jan 16, 2020
eduardfrigola pushed a commit to PlaymodesStudio/openFrameworks that referenced this issue Apr 22, 2020
This commit adds libgconf-2-4 to the `apt install` command in the
`install_dependencies.sh` script for Debian in
`scripts/linux/debian`.

Tested on Debian 10.2 (buster).

Closes openframeworks#6493.
@ofTheo ofTheo closed this as completed in 63916a8 Jan 6, 2021
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

3 participants