On Sat, Aug 06, 2005 at 03:02:36PM +0400, Alexandre Prokoudine wrote:
Because applying the diff to current CVS failed, grabbed source from 3rd, August and try to compile it with your changes.
I have updated the diff to reflect the latest changes in the CVS.
[...] libinkpre.a(inkscape.o)(.text+0x1b55): In function `inkscape_load_preferences(Inkscape::Application*)': /home/avp/soft/build/graphics/inkscape/inkscape-20050803-2220/src/inkscape.cpp:728: undefined reference to `sp_input_load_from_preferences()' libinkpre.a(verbs.o)(.text+0xaf3): In function `Inkscape::DialogVerb::perform(SPAction*, void*, void*)': /home/avp/soft/build/graphics/inkscape/inkscape-20050803-2220/src/verbs.cpp:1553: undefined reference to `sp_input_dialog()' [...]
My new source file (src/dialog/input.cpp) seems not to have been linked in your build. The functions referred to in the error message *should* be archived into libspdialogs.a . Maybe your src/Makefile.in or src/Makefile needs to be rebuilt?
--Nicklas