Questions tagged [glib]
19 questions
6
votes
1 answer
ERROR: Dependency "mount" not found, tried pkgconfig and cmake Linux while trying to install glib-2.60.0
Runing the following command from a terminal:
sudo python3 meson _build
:
**The Meson build system**
Version: 0.50.0
....
Checking for function "ngettext" : YES
Checking for function "bind_textdomain_codeset" : YES
Dependency mount found: NO (tried…
cam zilla
- 63
3
votes
1 answer
Slackware Linux: Glib can't find libffi.so.6. Where is it trying to look?
I have libffi installed and it's in /usr/local/lib, yet the glib make process can't find it
/home/mathmagi/src/glib-2.32.4/gio/.libs/lt-glib-compile-resources: error while loading shared libraries: libffi.so.6: cannot open shared object file: No…
Mathmagician
- 31
2
votes
0 answers
Unable to install synergy on red hat 5.4
I'm trying to install Synergy on Red Hat Linux 5.4 but I'm getting the below errors:
rpm -ivh synergy-1.3.8-Linux-x86_64.rpm
error: Failed dependencies:
libstdc++.so.6(GLIBCXX_3.4.11)(64bit) is needed by synergy-1.3.8-1.x86_64
…
Mike
- 233
- 1
- 5
- 13
1
vote
1 answer
Solaris libglib2.0-dev
I want to install mc-4.8.12 (Midnight Commander), but I get this error:
glib-2.0 not found or version too old (must be >= 2.12)
When I search Google for a solution, I see the package libglib2.0-dev is missing. However I can't find the package for…
aykon
- 35
1
vote
0 answers
Is there a way that I can upgrade my glib in opensuse 13.1?
I am trying to install gtk+ but this requires glib >= 2.39 and I have 2.38. I would like to upgrade to 2.40 but once I installed it it still told me it could not find it. Now I could not change the path but that does not seem very elegant.
Can I…
ciprianr
- 111
1
vote
1 answer
libiphone build issues on Debian Squeeze (x64)
I'm trying to build libiphone from source on Debian Squeeze (64-bit). But autogen.sh keeps giving me this:
configure: error: Package requirements (glib-2.0 >= 2.14.1) were not met:
No package 'glib-2.0' found
Consider adjusting the PKG_CONFIG_PATH…
Dr Kitty
- 544
1
vote
1 answer
Cannot uninstall old version of GLib (2.26.1) to install GTK
I am trying to install GTK as a dependency of a dependency of Audacity. The first time I tried to do the usual configure-make-make install set of commands for it, it said I was missing the cairo dependency. I installed this, however, when I again…
dpitch40
- 169
1
vote
2 answers
Build Firefox from source code under Mac OS X
I'm trying to build Firefox from source code under my Macbook pro. I believe I follow all direction on their pages, yet I still stuck on building it up.
I installed all requirement (mercurial libidl autoconf213 yasm) via Macport and its under…
REALFREE
- 339
1
vote
2 answers
glib2 gio operation not supported trash
I would like to empty the system trash the proper way (ie not just rm -rf) and for this I wanted to use glib2, which provides a command called gio trash which can be used to interact with the trash. However when I want to list files found in the…
1
vote
1 answer
`gio open` fails to use its own mime config
I'm struggling with gio failing to open an url using default browser under XFCE4 desktop environment. What could be the reason and how to fix it?
gio info http://google.com identifies the link as text/html type:
$ gio info http://google.com
display…
krvkir
- 111
1
vote
1 answer
how to redirect to newer version of a linux library if two or more older versions of that library are found?
I downloaded the latest version of libglib2.0 2.76.3 and installed it from source.
However, pkg-config finds an older version of glib when i try to install some programs.
What I must do?
export…
Estatistics
- 281
1
vote
1 answer
unable to connect to any IRC server using irssi
I am using irssi 1.2.3 (20210409 0011). When I do /connect Freenode (or any server for that matter), I get the following error.
GLib warning SSL handshake failed: server closed connection unexpectedly
How can I fix this?
weirdsmiley
- 113
- 4
1
vote
1 answer
On mingw/pacman why does harfbuzz requires glib2, which requires python?
I was installing SFML from pacman, which requires freetype, and I got a nasty cyclic dependency between freetype and harfbuzz, which is another issue.
My main question is about this chain of dependencies:
Freetype -> harfbuzz -> glib2 -> python ->…
jokoon
- 449
1
vote
2 answers
Where to get glib-config for Kubuntu?
I'm trying to compile Midnight Commander on a KUbuntu 9.10 (Karmic) box with no root access. I've set up a directory under $HOME, downloaded the mc source package and various stuff required for building, such as autotools. I've unpacked the CONTENTS…
Carl Smotricz
- 648
0
votes
1 answer
Building gstreamer 0.10 under Win32 via Cygwin
There is no more installer for GStreamer 0.10 available on GStreamer website (only versions 1.x). I really need to work with this version so I tried to build it from source. I found this laconic page explaining how to…
MarAja
- 331
- 1
- 6
- 15