Ok... first tweak ;-) ....
Needed to move the LIB stuff from Makefile_insert to configure.ac. A benefit we get from this is the ability to turn this off with --with-perl=no and --with-python=no, and the two new vars in config.h, WITH_PYTHON and WITH_PERL.
People probably won't need to run autogen.sh again, but they might.
Also added a verb for a script dialog, with a corresponding menu item, and a trivial scriptdialog.cpp that people can use as a scratchpad to design a nice one.
Bob
Bryce Harrington wrote:
Compiles and runs ok on my gentoo gcc3.4 system.
Bryce
On Wed, 15 Dec 2004, Bob Jamison wrote:
Hi, all. Finally got my work email fixed again.
Ok.. I finally hooked up the Makefile_insert and makefile.in in src/extension/script to the rest of the automake tree. So Inkscape is now compiling and linking with Perl and Python.
Please try updating and building, when it is convenient. We will likely need to tweak it to make sure that the build works on everyone's machine.
Now we need to make a dialog to load and execute scripts in either Perl or Python. Would there maybe be a user who is interested in GUIs, who would like to draw a mockup of what such a dialog might look like? (that's a lot of subjunctives in one sentence ;-)
Bob