> Please configure it with > CFLAGS="-g" CXXFLAGS="-g" ./configure --prefix=/tmp/abiword-2.7.4-inst > --disable-gnomeui --disable-gnomevfs
configure: WARNING: unrecognized options: --disable-gnomeui, --disable-gnomevfs Configuration: host i686-pc-linux-gnu dynamic binary no static binary yes platform unix (embedded: no) toolkit gtk debug no Optional features: menubutton no printing yes spell checking no status bar yes emacs keybinding yes vi keybinding yes clipart no templates no Optional dependencies: gtk2 > 2.14 yes gnome-vfs no gio yes gsf-gio yes goffice no gucharmap no Builtin plugins Plugins opendocument ./make produced quite a number of warnings, especially in the beginning, about shadowing declarations. Unfortunately I can't recall them because of the limit I set to wterm's memory. Then there were some complaints about year numbers that would be incomplete in some locales. furthermore: abiwidget.cpp: In member function `virtual bool Stateful_ViewListener::notify(AV_View*, unsigned int)': abiwidget.cpp:623: warning: comparison between signed and unsigned integer expressions abiwidget.cpp:624: warning: comparison between signed and unsigned integer expressions ap_UnixDialog_Lists.cpp: In member function `virtual void AP_UnixDialog_Lists::runModal(XAP_Frame*)': ap_UnixDialog_Lists.cpp:198: warning: unused variable `XAP_UnixApp*unixapp' ap_UnixDialog_Lists.cpp: In member function `virtual void AP_UnixDialog_Lists::runModeless(XAP_Frame*)': ap_UnixDialog_Lists.cpp:249: warning: unused variable `XAP_UnixApp*unixapp' ap_UnixDialog_Options.cpp: In member function `void AP_UnixDialog_Options::_constructWindowContents(GtkBuilder*)': ap_UnixDialog_Options.cpp:437: error: invalid conversion from `int' to ` GtkNotebook*' /usr/include/gtk-2.0/gtk/gtknotebook.h:167: error: too few arguments to function `void gtk_notebook_remove_page(GtkNotebook*, int)' ap_UnixDialog_Options.cpp:437: error: at this point in file make[5]: *** [ap_UnixDialog_Options.lo] Error 1 make[5]: Leaving directory `/usr/local/src/abiword-2.7.4/src/wp/ap/gtk' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/usr/local/src/abiword-2.7.4/src/wp/ap' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/local/src/abiword-2.7.4/src/wp' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/abiword-2.7.4/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/abiword-2.7.4' make: *** [all] Error 2 So this was it for this try I suppose. If you provide me with a working code I shall insert it (or replace the broken one) and try ./make again. > > The --prefix is arbitrary, but be sure to install it somewhere and not > run abiword out of the source tree, as it won't find its glade files > otherwise. > > Please also install the libgtk2.0-0-dbg and libglib2.0-0-dbg packages. > > Then, run it in gdb and get a full backtrace of all threads. > $ gdb /tmp/abiword-2.7.4-inst/bin/abiword > (gdb) set logging on > (gdb) set pagination off > (gdb) run > <reproduce abort> > (gdb) thread apply all bt full > (and attach gdb.txt) > > Kind regards, > Patrik > -- Volk ist Opium für die Religion. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

