Hi inkscapers,
I've got some working XAR import/export .inx files for inkscape and a fairly usable two-way conversion of paths and basic properties.
I have tested the following instructions on a clean (base plus a configured cpan) chroot'd debian sarge. They should work as copy/paste installation on most *nix machines.
http://scratchcomputing.com/uc/trunk/INSTALL
If won't work for you, the tarball is at the following link.
http://scratchcomputing.com/code/UberConverter/UberConverter-0.00_02.tar.gz
The build process is fairly straightforward, the copy/paste instructions are more convenient though because the bundle automagically fetches all of the prereqs off of cpan.
The exception is Image::Magick -- this is not currently a hard prerequisite, but you should really install it if at all possible. Not an issue on most machines with inkscape already installed?
Note the *.inx installation instructions at the bottom of the INSTALL file. The *.inx files don't install via the build at the moment.
Please let me know if that works for you or not and what platforms you're using.
Thanks, Eric
On 4/8/06, Eric Wilhelm wrote:
I've got some working XAR import/export .inx files for inkscape and a fairly usable two-way conversion of paths and basic properties.
Great!
I have tested the following instructions on a clean (base plus a configured cpan) chroot'd debian sarge. They should work as copy/paste installation on most *nix machines.
URL doesn't work here
If won't work for you, the tarball is at the following link.
http://scratchcomputing.com/code/UberConverter/UberConverter-0.00_02.tar.gz
The build process is fairly straightforward, the copy/paste instructions are more convenient though because the bundle automagically fetches all of the prereqs off of cpan.
Not here
Deleting _build Creating custom builder _build/lib/DepsBuilder.pm in _build/lib Checking whether your kit is complete... Looks good * ERROR: Version 0.12 of XML::SAX is installed, but we need version >= 0.13 * ERROR: Prerequisite Getopt::Helpful isn't installed * ERROR: Prerequisite Class::Accessor isn't installed * ERROR: Prerequisite File::Type isn't installed * ERROR: Prerequisite CAD::Calc isn't installed * ERROR: Prerequisite Math::Matrix isn't installed * ERROR: Prerequisite Math::Vec isn't installed * ERROR: Prerequisite CSS::SAC isn't installed * ERROR: Prerequisite Math::MatrixReal isn't installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation.
Deleting Build Removed previous script 'Build' Creating new 'Build' script for 'UberConverter' version '0.00_02'
Alexandre
# from Alexandre Prokoudine # on Saturday 08 April 2006 02:39 am:
URL doesn't work here
Ack! Sorry. It's this one.
http://scratchcomputing.com/uc/trunk/code/perl/INSTALL
The build process is fairly straightforward, the copy/paste instructions are more convenient though because the bundle automagically fetches all of the prereqs off of cpan.
NOTE ---^
Not here
...
- ERROR: Prerequisite Math::MatrixReal isn't installed
ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation.
The bundle saves you having to do
cpan Math::MatrixReal cpan XML::SAX
etc. Try the bundle (e.g. the copy/paste instructions.) Again, sorry about the wrong link.
--Eric
On Fri, 7 Apr 2006, Eric Wilhelm wrote:
Note the *.inx installation instructions at the bottom of the INSTALL file. The *.inx files don't install via the build at the moment.
We added a command line option to Inkscape which will list the system extensions directory. You should be able to use that to determine where to put the inx files.
--Ted
participants (3)
-
unknown@example.com
-
Alexandre Prokoudine
-
Eric Wilhelm