Gentoo Archives: gentoo-user

From: Mart Raudsepp <leio@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Anjuta - Segmentation Fault
Date: Mon, 10 Jul 2017 02:22:18
Message-Id: 1499653324.7370.1.camel@gentoo.org
In Reply to: Re: [gentoo-user] Anjuta - Segmentation Fault by Hogren
1 Ühel kenal päeval, P, 09.07.2017 kell 07:15, kirjutas Hogren:
2 > How can it help ?
3
4 Seems like something with anjuta libgladeui integration is going wonky
5 and checking the type of some invalid pointer inside scale factor
6 query, wrong object or some such.
7 Might understand more when the backtrace had debugging symbols.
8 https://wiki.gentoo.org/wiki/Debugging#Install_debugging_information
9 (don't go with nostrip though, that's no good over splitdebug)
10
11 > For Gnome-Builder, Thanks for the advice. I will see more for a next
12 > project. Reading the website, I think it's really a Gnome IDE, in
13 > comparison with Anjuta which is more a GTK IDE. Am I in truth ?
14
15 More or less, though I use it for other stuff as well, especially with
16 the extra optional installs I added elog information into postinst of
17 gnome-builder.
18
19 > Therefore, there is no integrated Glade in Gnome-Builder.
20
21 Glade, as in libglade, is deprecated for years and should definitely
22 not be used. Glade the UI design tool[1] however is not deprecated, it
23 just now outputs GtkBuilder XML [2] instead of Glade XML.
24 gnome-builder does intend to add glade UI design integration (for
25 GtkBuilder), but doesn't have that feature implemented yet [3].
26 You should very seriously consider moving over [4] to GtkBuilder,
27 libglade is dead. After that you can use the standalone dev-util/glade.
28 Actually I think it might still support libglade files as well.
29
30 1. https://glade.gnome.org/
31 2. https://developer.gnome.org/gtk3/stable/GtkBuilder.html
32 3. https://wiki.gnome.org/Apps/Builder/Planning/UIBuilder
33 4. https://developer.gnome.org/gtk2/stable/gtk-migrating-GtkBuilder.html

Replies

Subject Author
Re: [gentoo-user] Anjuta - Segmentation Fault Peter Humphrey <peter@××××××××××××.uk>