...predicted by Mental seems to have happened:
ui/view/edit-widget.cpp: In member function `void Inkscape::UI::View::EditWidget::initStatusbar()': ui/view/edit-widget.cpp:1153: error: 'class Gtk::Label' has no member named 'property_ellipsize' ui/view/edit-widget.cpp:1153: error: `ELLIPSIZE_END' is not a member of `Pango'
with latest HEAD.
I haven't yet committed any of my stuff, as I can't compile.
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
bbyak
...predicted by Mental seems to have happened:
I had the impression previously you were a pragmatic coder. It is not that I casted the constant Pango::ELLIPSIZE_END out of my fantasies. This is a perfectly documented (here at least) part of gtkmm.
In the other thread you can read people are able to compile HEAD.
So, would you please check that you have the latest gtkmm version for your system? Otherwise, please investigate why you don't have this piece of code in pangomm/layout.h:
namespace Pango {
/** * @ingroup pangommEnums */ enum EllipsizeMode { ELLIPSIZE_NONE, ELLIPSIZE_START, ELLIPSIZE_MIDDLE, ELLIPSIZE_END };
} // namespace Pango
The same holds for gtkmm/label.h:
Glib::PropertyProxyPango::EllipsizeMode property_ellipsize() ;
I will not comment on your unsocial habit of mongering fear through the Subject line.
Sincerely, ralf
On 11/9/05, Ralf Stephan <ralf@...748...> wrote:
bbyak
...predicted by Mental seems to have happened:
I updated glib/cairo/pango/atk/glibmm/gtkmm to the latest versions and the problem is gone. Just a few hours of compiling :)
I had the impression previously you were a pragmatic coder. It is not that I casted the constant Pango::ELLIPSIZE_END out of my fantasies. This is a perfectly documented (here at least) part of gtkmm.
In the other thread you can read people are able to compile HEAD.
Some can, some cannot (see Bryce's test report). If we talk about pragmatism, it would be very pragmatic of you to warn people that the latest versions are now required.
I will not comment on your unsocial habit of mongering fear through the Subject line.
This was a semi-humorous quote from Mental. Please don't overreact.
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
On Nov 9, 2005, at 1:32 AM, bulia byak wrote:
On 11/9/05, Ralf Stephan <ralf@...748...> wrote:
I had the impression previously you were a pragmatic coder. It is not that I casted the constant Pango::ELLIPSIZE_END out of my fantasies. This is a perfectly documented (here at least) part of gtkmm.
In the other thread you can read people are able to compile HEAD.
Some can, some cannot (see Bryce's test report). If we talk about pragmatism, it would be very pragmatic of you to warn people that the latest versions are now required.
Yes, this is a key point.
If we're anything beyond 2.4, then our dependencies are lying and people are going to have problems on certain platforms.
I know we're using a few 2.6 things on Windows, but then again we are in control of the windows libs we're using.
Ralf, can you check in the documentation you mentioned for a "since" listing? And perhaps in the corresponding GTK+ documentation also.
If we're anything beyond 2.4, then our dependencies are lying and people are going to have problems on certain platforms.
Ralf, can you check in the documentation you mentioned for a "since" listing? And perhaps in the corresponding GTK+ documentation also.
2.5.4 from the Gtkmm Changelog.
I will delete the offending line. It will just cause some quirk with the Gtkmm window, nothing serious.
I thought I'd heard we're using 2.8 but hey.
ralf
BTW, after I made it to compile, I committed all of my stuff (details after the release), so expect some more train wrecking from me :)
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
On 11/9/05, Joshua A. Andler <joshua@...533...> wrote:
bulia byak wrote:
BTW, after I made it to compile, I committed all of my stuff (details after the release), so expect some more train wrecking from me :)
For the record, the outline view is awesome!
Don't you turn the drooling machine on? :)
I think I have to say goodbye to my dream about using stable versions of Inkscape only :)
Alexandre
participants (5)
-
Alexandre Prokoudine
-
bulia byak
-
Jon A. Cruz
-
Joshua A. Andler
-
Ralf Stephan