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

where is gee-1.0 ? #68

Open
dstndstn opened this issue Dec 2, 2013 · 2 comments
Open

where is gee-1.0 ? #68

dstndstn opened this issue Dec 2, 2013 · 2 comments

Comments

@dstndstn
Copy link

dstndstn commented Dec 2, 2013

As far as I can see, libgee from GNOME version 0.12.0 names its pkg-config file "gee-0.8.pc", as does the git master version. When I try to cmake pdfpc, I get:

-- checking for module 'gee-1.0'
-- package 'gee-1.0' not found
CMake Error at /usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/FindPkgConfig.cmake:279 (message):
A required package was not found
Call Stack (most recent call first):
/usr/local/Cellar/cmake/2.8.12.1/share/cmake/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal)
c-src/CMakeLists.txt:4 (pkg_check_modules)

What gives? Are you looking for some other branch of gee, or what? It's not even listed in the dependencies.

cheers,
--dustin

@AndreasBilke
Copy link

If I remember correctly, the libgee people changed their version
counting system. libgee-1.0 was libgee 0.6 and since libgee 0.8
the corresponding dependency is also libgee-0.8.

pdfpc uses the old libgee 0.6, and most linux distributions has some
legacy libgee packages.

For example in arch you have to install libgee06 to fulfill the
libgee-1.0 dependency.

Maybe it is worth a feature request to update the code to a newer
libgee.

@Jabro
Copy link

Jabro commented Jan 26, 2015

I just managed to compile it on Ubuntu 14.10

try:
apt-get build-dep pdf-presenter-console

You should have libgee (don't remember the ubuntu package name atm) and some other dependencies. Howerver some gstreamer dependencies are still missing

I just installed all libgstreamer-* packages, because I hadn't time to figure out which exactly are missing (the names didn't match).

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