Search Criteria
Package Details: glade-gtk2 3.8.6-1
Git Clone URL: | https://aur.archlinux.org/glade-gtk2.git (read-only, click to copy) |
---|---|
Package Base: | glade-gtk2 |
Description: | User interface builder for GTK+ and GNOME (latest version for GTK2) |
Upstream URL: | http://glade.gnome.org/ |
Licenses: | |
Submitter: | None |
Maintainer: | Muflone |
Last Packager: | Muflone |
Votes: | 42 |
Popularity: | 0.001745 |
First Submitted: | 2011-12-31 17:35 |
Last Updated: | 2020-06-15 16:16 |
Dependencies (10)
- desktop-file-utils (desktop-file-utils-git)
- gtk2 (gtk2-patched-gdkwin-nullcheck, gtk2-ubuntu, gtk2-git, gtk2-minimal-git, gtk2-patched-filechooser-icon-view)
- gobject-introspection (gobject-introspection-git) (make)
- gtk-doc (gtk-doc-git) (make)
- intltool (make)
- itstool (make)
- python2 (make)
- python2-gobject2 (make)
- devhelp (devhelp-git) (optional) – Integrated docs
- python2 (optional) – Python widgets support
Latest Comments
« First ‹ Previous 1 2
TingPing commented on 2013-04-16 07:50
Updated PKGBUILD - https://gist.github.com/TingPing/5394174
leha2000 commented on 2012-12-29 11:14
Problem:
/usr/bin/ld: glade_3-main.o: undefined reference to symbol 'g_module_supported'
/usr/bin/ld: note: 'g_module_supported' is defined in DSO /usr/lib/libgmodule-2.0.so.0 so try adding it to the linker command line
/usr/lib/libgmodule-2.0.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
My solve:
Needed to add -lgmodule-2.0 compiler option
After configure in src/glade3-3.8.1/Makefile
add to LIBS variable: $(GNOME_LIBS)
It works!
leha2000 commented on 2012-12-27 15:16
Problem:
/usr/bin/ld: glade_3-main.o: undefined reference to symbol 'g_module_supported'
/usr/bin/ld: note: 'g_module_supported' is defined in DSO /usr/lib/libgmodule-2.0.so.0 so try adding it to the linker command line
/usr/lib/libgmodule-2.0.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
My solve:
Needed to add -lgmodule-2.0 compiler option
After configure in src/glade3-3.8.1/Makefile
add to LIBS variable: $(GNOME_LIBS)
It works!
Alister.Hood commented on 2012-04-02 05:31
3.8.2 is out.
Also, the release notes say that it can be installed in parallel with the GTK3 versions, so I don't think it should have glade as a conflict.
foxycode commented on 2012-04-01 22:51
updated to 3.8.2
foxycode commented on 2011-10-12 21:11
Version bump to 3.8.1 release.
Anonymous comment on 2011-10-12 12:26
thank you!