Hello,
I am planning on creating a presentation using SVG. I've found InkView mentioned in one of the posts here. I could not find a build (Windows) of that tool. Where could I get it?
best regards Steffen
+----[ Steffen Glückselig <glueckselig@...278...> (22.Mar.2005 04:57): | | Hello, | | I am planning on creating a presentation using SVG. I've found InkView | mentioned in one of the posts here. I could not find a build (Windows) of | that tool. Where could I get it? | | best regards | Steffen | +----]
Steffen,
taken from http://www.inkscape.org/cgi-bin/wiki.pl?Inkview
"Inkview is a slideshow program which uses SVG files. The development version currently resides in the inkview_slideshow branch in CVS."
Instructions on how to get it from the CVS repository are in that page. Don't know how difficult (or if it's possible) would be to build it in Windows.
Fernan
Hello Fernan
taken from http://www.inkscape.org/cgi-bin/wiki.pl?Inkview
"Inkview is a slideshow program which uses SVG files. The development version currently resides in the inkview_slideshow branch in CVS."
I couldn't find that branch in CVS: http://cvs.sourceforge.net/viewcvs.py/inkscape/ And I couldn't compile it myself. It would be nice if some windows-user had already compiled it and could send the binary to me.
regards Steffen
Hi Steffan, Inkview moved into the main CVS trunk, seems teh wikis a bit outdated. The problems been that the makefiles on windows are configured to build a dll linked one atm, which doesnt work, so its been disabled. I've just patched my makefile to make a static build like the main inkscape exe is, and it seems to work fine. Theres a zip file containing the exe for inkview based on current cvs at:
http://members.lycos.co.uk/simarilius/svgfiles/inkviewCVS-22-3-05.zip
unzip it to your inkscape directory and run with inkview C:\the\path\to\your\files*.svg
replacing the path as appropriate.
Not exactly elegant, but seems to work. (if the inkscape dir is in the path you can also cd to the dir containing the svgs and do inkview *.svg)
Cheers
John
--- Steffen Gl�ckselig <steffen@...278...> wrote:
Hello Fernan
taken from http://www.inkscape.org/cgi-bin/wiki.pl?Inkview
"Inkview is a slideshow program which uses SVG files. The development version currently resides in the inkview_slideshow branch in CVS."
I couldn't find that branch in CVS: http://cvs.sourceforge.net/viewcvs.py/inkscape/ And I couldn't compile it myself. It would be nice if some windows-user had already compiled it and could send the binary to me.
regards Steffen
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Maybe we should put that up on the wiki and update it. ill talk to bryce about it.
[ Jon Campbell ] [ Owner - Developer ] [ 604.741.7742 ] [ www.kuztek.com .:. Kuztek Solutions ]
-----Original Message----- From: inkscape-user-admin@lists.sourceforge.net [mailto:inkscape-user-admin@lists.sourceforge.net] On Behalf Of John Cliff Sent: Tuesday, March 22, 2005 11:03 AM To: inkscape-user@lists.sourceforge.net Cc: Steffen Glückselig Subject: Re: [Inkscape-user] InkView for Windows?
Hi Steffan, Inkview moved into the main CVS trunk, seems teh wikis a bit outdated. The problems been that the makefiles on windows are configured to build a dll linked one atm, which doesnt work, so its been disabled. I've just patched my makefile to make a static build like the main inkscape exe is, and it seems to work fine. Theres a zip file containing the exe for inkview based on current cvs at:
http://members.lycos.co.uk/simarilius/svgfiles/inkviewCVS-22-3-05.zip
unzip it to your inkscape directory and run with inkview C:\the\path\to\your\files*.svg
replacing the path as appropriate.
Not exactly elegant, but seems to work. (if the inkscape dir is in the path you can also cd to the dir containing the svgs and do inkview *.svg)
Cheers
John
--- Steffen Glückselig <steffen@...278...> wrote:
Hello Fernan
taken from http://www.inkscape.org/cgi-bin/wiki.pl?Inkview
"Inkview is a slideshow program which uses SVG files. The development version currently resides in the inkview_slideshow branch in CVS."
I couldn't find that branch in CVS: http://cvs.sourceforge.net/viewcvs.py/inkscape/ And I couldn't compile it myself. It would be nice if some windows-user had already compiled it and could send the binary to me.
regards Steffen
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
------------------------------------------------------- This SF.net email is sponsored by: 2005 Windows Mobile Application Contest Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones for the chance to win $25,000 and application distribution. Enter today at http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
Hello,
and sorry, that mail went into spam, somehow...
Theres a zip file containing the exe for inkview based on current cvs at:
http://members.lycos.co.uk/simarilius/svgfiles/inkviewCVS-22-3-05.zip
Thanks for putting that one up.
unzip it to your inkscape directory and run with inkview C:\the\path\to\your\files*.svg
That works. Not with all svgs, though. Could animations crash inkview?
best regards Steffen
On Wed, 23 Mar 2005 13:55:47 +0100, Steffen Glückselig <steffen@...278...> wrote:
Hello,
and sorry, that mail went into spam, somehow...
Theres a zip file containing the exe for inkview based on current cvs at:
http://members.lycos.co.uk/simarilius/svgfiles/inkviewCVS-22-3-05.zip
Thanks for putting that one up.
unzip it to your inkscape directory and run with inkview C:\the\path\to\your\files*.svg
That works. Not with all svgs, though. Could animations crash inkview?
Since its based off the inkscape code (its basically a stripped down inkscape without the tools) anything that doesnt work in Inkscape wont work in Inkview atm. So animation shouldnt work, although it shouldnt necessarily crash it.... If its actually crashing it file a bug, we should at least handle those situations gracefully.
Cheers
John
Hello Fernan
taken from http://www.inkscape.org/cgi-bin/wiki.pl?Inkview
"Inkview is a slideshow program which uses SVG files. The development version currently resides in the inkview_slideshow branch in CVS."
I couldn't find that branch in CVS: http://cvs.sourceforge.net/viewcvs.py/inkscape/ And I couldn't compile it myself. It would be nice if some windows-user had already compiled it and could send the binary to me.
regards Steffen
Le Mercredi 23 Mars 2005 09:07, Steffen Glückselig a écrit :
Hello Fernan
taken from http://www.inkscape.org/cgi-bin/wiki.pl?Inkview
"Inkview is a slideshow program which uses SVG files. The development version currently resides in the inkview_slideshow branch in CVS."
I couldn't find that branch in CVS: http://cvs.sourceforge.net/viewcvs.py/inkscape/ And I couldn't compile it myself. It would be nice if some windows-user had already compiled it and could send the binary to me.
regards Steffen
Hello Steffen,
source code is here : http://www.inkscape.org/doc/doxygen/html/inkview_8cpp-source.php
May be you could copy/paste it and compile it under Windows ?
Regards,
Didier
On Tue, 2005-03-22 at 08:57 +0100, Steffen Glückselig wrote:
Hello,
I am planning on creating a presentation using SVG. I've found InkView mentioned in one of the posts here. I could not find a build (Windows) of that tool. Where could I get it?
Hi Steffan,
It is not currently building under windows, but it should. I'm cc'ing Bob Jamison who works a lot with the windows build of Inkscape to see the reason why. It might be as simple as the build scripts are not setup to do. Without looking at it, it should be pretty simple to setup.
Jon
SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id%14396&op=click _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
participants (7)
-
Didier Spaier
-
Fernan Aguero
-
john cliff
-
John Cliff
-
Jon Campbell
-
Jon Phillips
-
Steffen Glückselig