search for: gtk

Displaying 20 results from an estimated 2105 matches for "gtk".

Did you mean: gt
2019 Aug 29
2
[PATCH] p2v: Ignore gtk2 deprecated declarations.
This patch is against libguestfs's old copy of p2v, but the same patch ought to also apply against virt-p2v. Rich.
2007 Mar 26
0
6 commits - doc/swfdec-sections.txt libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec/swfdec_loader.c player/swfplay.c swfdec-gtk.pc.in
doc/swfdec-sections.txt | 6 +++--- libswfdec-gtk/Makefile.am | 2 +- libswfdec-gtk/swfdec_gtk_player.c | 13 +++++++------ libswfdec-gtk/swfdec_gtk_player.h | 4 ++-- libswfdec/swfdec_loader.c | 1 - player/swfplay.c | 2 +- swfdec-gtk.pc.in | 2 +- 7 files changed, 15 insertions(...
2007 Apr 02
0
4 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
configure.ac | 27 +++- doc/Makefile.am | 3 doc/swfdec-docs.sgml | 1 doc/swfdec-sections.txt | 18 ++ doc/swfdec.types | 2 libswfdec-gtk/Makefile.am | 6 libswfdec-gtk/swfdec-gtk.h | 1 libswfdec-gtk/swfdec_gtk_loader.c | 237 +++++++++++++++++++++++++++++++++++++ libswfdec-gtk/swfdec_gtk_loader.h | 44 ++++++ libswfdec-gtk/swfdec_gtk_player.c | 23 +-- libswfdec-gtk/swfdec_gtk_player.h | 9 - li...
2003 Oct 22
2
Slackware 9.1 Install Help
...e? I checked that I have the readline, openssl and openssl-solibs, along with the full kernel source installed. Can someone please point me in the right direction on how to get around this and get Asterisk to compile? Thanks in advance, Chris Lee =====CUT===== In file included from /usr/include/gtk-1.2/gtk/gtkarg.h:31, from /usr/include/gtk-1.2/gtk/gtkobject.h:31, from /usr/include/gtk-1.2/gtk/gtkaccelgroup.h:35, from /usr/include/gtk-1.2/gtk/gtk.h:32, from pbx_gtkconsole.c:38: /usr/include/gtk-1.2/gtk/gtktypeutils.h:163: war...
2005 Jul 15
1
make problem.
We have a strange make problem : In file included from /usr/include/gtk-1.2/gtk/gtkarg.h:31, from /usr/include/gtk-1.2/gtk/gtkobject.h:31, from /usr/include/gtk-1.2/gtk/gtkaccelgroup.h:35, from /usr/include/gtk-1.2/gtk/gtk.h:32, from pbx_gtkconsole.c:39: /usr/include/gtk-1.2/gtk/gtktypeutils.h:163:...
2006 Sep 29
1
undeclared identifier 'space' in function MetaButtonSpace
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DORBIT2=1 -pthread -I/opt/Xgl/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libwnck-1.0 -I/opt/Xgl/include -I/usr/include/metacity-1 -I/usr/include/gtk-2.0 -I...
2007 Nov 15
0
2 commits - libswfdec-gtk/swfdec_gtk_loader.c player/swfplay.c
libswfdec-gtk/swfdec_gtk_loader.c | 35 +++++++++++++++++------------------ player/swfplay.c | 5 ++++- 2 files changed, 21 insertions(+), 19 deletions(-) New commits: commit 78b95d4dd8818ce8ee8f6c3a01a56178d6f20f40 Author: Benjamin Otte <otte at gnome.org> Date: Thu Nov 15 15:35:1...
2007 Aug 02
0
15 commits - configure.ac doc/swfdec-sections.txt libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_file_loader.c libswfdec/swfdec_file_loader.h
configure.ac | 26 ++--- doc/swfdec-sections.txt | 11 ++ libswfdec-gtk/Makefile.am | 4 libswfdec-gtk/swfdec_gtk_loader.c | 173 ++++++++++++------------------------- libswfdec/Makefile.am | 2 libswfdec/swfdec.h | 1 libswfdec/swfdec_as_object.c | 3 libswfdec/swfdec_as_object.h | 3 libswfdec/sw...
2019 Aug 29
0
[PATCH] p2v: Ignore gtk2 deprecated declarations.
On latest Gtk2 the following warnings in main.c and gui.c cause the build to fail if warn-error is enabled. In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,...
2007 Aug 02
1
libswfdec-gtk/swfdec_gtk_loader.c
libswfdec-gtk/swfdec_gtk_loader.c | 1 + 1 files changed, 1 insertion(+) New commits: diff-tree 4d1ee537d4cd388a8b21003496d3511df6f0549d (from ba4f1da69d0c74c45b0b4d92330f2203d258bb49) Author: Benjamin Otte <otte at gnome.org> Date: Thu Aug 2 13:06:55 2007 +0200 keep a reference to the message,...
2016 Jul 28
1
[PATCH] build: improve Gtk check
Check the presence of Gtk properly depending on the value of --with-gtk: if a specific version is chosen, then let PKG_CHECK_MODULES fail if that version if not found, otherwise fallback from gtk3 to gtk2 to no gtk. Also move few common AC_SUBST in a single place. --- m4/guestfs_misc_libraries.m4 | 26 ++++++++++++++------...
2005 Dec 15
1
GTK+2 problem ?
hello, as i don''t have windows, i installed wine on my linux box. to test it, i installed GTK+2 for windows, then GIMP for windows. then i ran wineboot. but when i run $ wine C:\\Program Files\\GIMP-2.0\\bin\\gimp-2.2.exe it can't launch, as if GTK+2 was not installed: err:module:import_dll Library libglib-2.0-0.dll (which is needed by L"C: \\Program Files\\GIMP-2.0\\bin\\libgimpm...
2007 Dec 03
0
libswfdec-gtk/swfdec_gtk_loader.c
libswfdec-gtk/swfdec_gtk_loader.c | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) New commits: commit fe3dd2e91416b669b84aa6394181639908328941 Author: Benjamin Otte <otte at gnome.org> Date: Mon Dec 3 17:24:09 2007 +0100 only emit EOF signal if we're not already EOF diff...
2007 Oct 21
0
2 commits - libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_widget.c
libswfdec-gtk/swfdec_gtk_loader.c | 3 ++- libswfdec-gtk/swfdec_gtk_widget.c | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) New commits: commit a627260de1398da19cfdb93efe16bcb1fe2caef7 Author: Benjamin Otte <otte at gnome.org> Date: Sun Oct 21 19:09:58 2007 +0200 only call g_threa...
2007 Jun 07
1
What about splitting the gtk-window-decorator ?!
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Yesterday I sent a patch (http://paste.ubuntu-nl.org/24252/) against the latest compiz ubuntu gutsy source package to Amaranth, to make compiz compile (and package, of course) the gtk-window-decorator in two ways: 1) as gtk-window-decorator (= compiz-gtk package) using these configuration parameters: --disable-gnome \ --disable-metacity \ --disable-gconf \ [--disable-dbus --disable-dbus-glib] # those can be disabled too, isn't it?! A so bu...
2007 Apr 22
0
3 commits - configure.ac libswfdec/swfdec_debug.h swfdec-gtk.pc.in swfdec.pc.in
configure.ac | 12 ++++++------ libswfdec/swfdec_debug.h | 2 +- swfdec-gtk.pc.in | 2 +- swfdec.pc.in | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) New commits: diff-tree 086e5f3c4da50df4b485792da7ca49a25484aebc (from ca4b02b5852291d4bf3d11e71278229530d6e973) Author: Benjamin Otte <otte@gnome.org> Date: Sun Apr 22 12:45:03 200...
2007 Aug 08
0
5 commits - libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am libswfdec/swfdec_script.h player/Makefile.am test/Makefile.am
libswfdec-gtk/Makefile.am | 6 ++---- libswfdec-gtk/swfdec_gtk_widget.c | 13 ++++++++----- libswfdec/Makefile.am | 2 +- libswfdec/swfdec_script.h | 2 -- player/Makefile.am | 6 +++--- test/Makefile.am | 10 +++++----- 6 files changed,...
2007 Nov 03
4
Help with GTK and putty
I'm trying to install the latest version of putty GUI ssh client on my C5 box, but get the error: ./configure: line 2353: syntax error near unexpected token '1.2.0,' ./configure: "AM_PATH_GTK(1.2.0, all_targets="all-cli all-gtk", all_targets="all-cli)' What am I missing? I thought I had GTK fully installed. Maybe I don't? I tried a yum install *gtk* and *GTK* and got through that fine. What else? Thanks. Scott
2017 Sep 22
3
gtk3 update causing havoc
On my lab systems, the automatic updates were failing because of the problems with ipod libraries from EPEL being in the way. It turns out that was a good thing, because when I "fixed" it, a massive set of packages was updated, including the new gtk3. These packages are the ones causing problems, I think. gtk3-3.22.10-4.el7.x86_64 gtk3-devel-3.22.10-4.el7.x86_64 In the release notes, there is mention of the "giant icon" problem and how to fix that. We understand that part. The bad problem I see now is that Emacs and Chromium-br...
2007 Jul 07
0
2 commits - doc/Makefile.am libswfdec-gtk/Makefile.am Makefile.am player/Makefile.am test/Makefile.am
Makefile.am | 13 ++++++++++--- doc/Makefile.am | 5 +++++ libswfdec-gtk/Makefile.am | 4 ---- player/Makefile.am | 4 ---- test/Makefile.am | 2 +- 5 files changed, 16 insertions(+), 12 deletions(-) New commits: diff-tree f1b1b9d2d998bcc19cbd915b58a7f3d63a435a6b (from 084d1856375ea3dd92325fe106605ac0ce3c58a8) Author: Benjamin Otte <otte at...