
On 2004-10-28 02:45, Johan Forsberg wrote:
On Wed, 27 Oct 2004 13:11:53 +0200, Gustav Broberg <broberg@...370...> wrote:
On 2004-10-26 04:26, Johan Forsberg wrote:
Hello,
I've been having the same problem for quite some time; the CVS version compiles but then it doesn't run. It just hogs the cpu and nothing happens and I have to kill it. Stable version works fine. There seem to be no error messages during compilation. I've tried several times, latest was a few hours ago. If you'd like any kind of information about my system libraries etc, just ask. I'm on gentoo linux.
I'd like to solve this!
Now I've got it working! I upgraded sigc++ to version 2.0.6 and now it executes normally. Reading from: http://cvs.gnome.org/viewcvs/libsigc++2/NEWS?rev=1.21
"2.0.6
- Fixed compilation for gcc-3.4."
So, I guess it makes sense. More of a sigc issue than an inkscape issue then, right? Maybe the configuration could check if sigc++ >= 2.0.6 when gcc >= 3.4.0?
I updated to 2.0.6 (also had to rebuild glibmm and gtkmm) and tried again, now it doesn't hang anymore, it just crashes on startup :P
Yeah, I had to rebuild glibmm too. Then I got some strange segfaults, not exactly the same as yours, but nothing obvious. The solution, for me, was to then rebuild Inkscape from scratch (i.e make distclean, and build with gcc 3.4).
So, did you rebuild Inkscape after the libsigc++2-update?
/Gustav