On Fri, Nov 11, 2011 at 1:18 AM, Steve Roylance
<roylance(a)corplink.com.au> wrote:
hi
this package fails both to compile or run on Fedora 15
removed package, cleaned yum cache, installed package
no effect
downloaded scr.rpm fails to build
Steve
log follows
--------------------------------------------------------------------------
$ dvdstyler
(d:25983): Gtk-WARNING **: gtk_menu_attach_to_widget(): menu already
attached to GtkMenuItem
(d:25983): Gtk-WARNING **: gtk_menu_attach_to_widget(): menu already
attached to GtkMenuItem
(d:25983): Gtk-WARNING **: gtk_menu_attach_to_widget(): menu already
attached to GtkMenuItem
(d:25983): Gtk-WARNING **: gtk_menu_attach_to_widget(): menu already
attached to GtkMenuItem
dvdstyler: symbol lookup error: dvdstyler: undefined symbol:
_ZN13wxSVGDocument6RenderEiiPK9wxSVGRectb
If you run the symbol through c++filt it gives you something more
human readable:
$ c++filt _ZN13wxSVGDocument6RenderEiiPK9wxSVGRectb
wxSVGDocument::Render(int, int, wxSVGRect const*, bool)
A programmer could better say, but it looks like a linker issue to me.
Richard