Bart Alberti wrote: > The latest build : 00:37 PDT 2005 October 09 > gives the unheard of message(s) on my ' slow' box > > Bart Alberti > ---------- > > bart at eddy:~/Scribus> scribus > createMenu: parent=File (1) newMenu=FileOpenRecent (0) checkable=0 -> 1 > createMenu: parent=File (1) newMenu=FileImport (0) checkable=0 -> 1 > createMenu: parent=File (1) newMenu=FileExport (0) checkable=0 -> 1 > createMenu: parent=Insert (1) newMenu=InsertChar (0) checkable=0 -> 1 > createMenu: parent=Insert (1) newMenu=InsertQuote (0) checkable=0 -> 1 > createMenu: parent=Insert (1) newMenu=InsertSpace (0) checkable=0 -> 1
I'm not sure what'd be causing that. There have been some menu changes just recently, though, and perhaps something broke there. Some more have been checked in just now, so you may wish to update CVS and rebuild. > Cannot find plugin: > /usr/local/lib/scribus/plugins//libcolorwheel.so.0.0.0: undefined > symbol: _ZNK8ScPlugin14prefsPanelIconEv > Cannot find plugin: > /usr/local/lib/scribus/plugins//libfontpreview.so.0.0.0: > undefinedsymbol: _ZNK8ScPlugin14prefsPanelIconEv > Cannot find plugin: > /usr/local/lib/scribus/plugins//libscriptplugin.so.0.0.0: undefined > symbol: _ZNK8ScPlugin14prefsPanelIconEv For this, please see the archives. In short, it's a dependency tracking issue - workaround, "make clean" in plugins/ then "make && sudo make install". -- Craig Ringer
