gobject-introspection Questions

2

Im trying to get a simple GstRtspServer program working on an external amazon linux EC2 server at the moment, but I am having serious issues getting it to actually run. No matter what I do I keep g...
Marguerita asked 3/10, 2018 at 20:6

5

Solved

I'm trying to get pygobject-2.28.6 to compile in cygwin (version in repository is 2.28.4 which has some issues). Here is the tail of ./configure: checking for GLIB - version >= 2.24.0... yes (v...
Apostles asked 2/8, 2013 at 20:37

3

I cannot make Python3 work with GTK3. I'm in a cluster context and I had everything recompiled from the sources. When I run a simple example : from gi.repository import Gtk win = Gtk.Window() wi...
Jointress asked 30/7, 2014 at 12:34

1

Solved

I am trying to install totem-pl-parser-3.10.7 on my Ubuntu 14.04, and after the autogen.sh + configure end successfully, I build with make. But I receive the following error: Couldn't find include...
Kalsomine asked 27/2, 2017 at 11:50

2

Solved

I'm trying to create a Gtk3 application in Perl using GObject Introspection and Moo. There's a non-Moo class from Gtk, Gtk::ApplicationWindow, which I subclass through Moo using extends 'Gtk::Appli...
Lockup asked 30/9, 2015 at 12:23

1

Solved

I am packaging a python application that depends on several C libraries through gobject introspection. I would like to make sure that, at least, the python module from the glib is installed (that i...
Crinkle asked 5/2, 2014 at 15:46

1

Solved

On "./configure" of an open source project I get: user agent OS = Linux ./configure: line 13957: syntax error near unexpected token 0.9.3' ./configure: line 13957: GOBJECT_INTROSPECTION_CHECK(0.9....
Tonsure asked 5/9, 2014 at 18:2

1

Solved

First the code: from gi.repository import Gtk, GtkSource, GObject import os.path import shelve class MusicCollection(object): def __init__(self): self.builder = Gtk.Builder() self.glade_file...
Cordeiro asked 16/12, 2013 at 22:8
1

© 2022 - 2024 — McMap. All rights reserved.