Bugs item #1050361, was opened at 2004-10-19 22:56
Message generated for change (Comment added) made by johncliff
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1050361&group_id=93438
Category: None
Group: None
Status: Open
Resolution: Fixed
Priority: 9
Submitted By: bulia byak (buliabyak)
Assigned to: Bob Jamison (ishmal)
Summary: svgz opening troubles
Initial Comment:
1 svgz files are not visible in the open dialog with
"all images" selected, but only if you switch to "all
files"
2 when opening svgz, error is displayed "format
autodetect failed, opening as svg" but then it is
opened normally
----------------------------------------------------------------------
>Comment By: John Cliff (johncliff)
Date: 2005-01-24 23:14
Message:
Logged In: YES
user_id=974745
svgz still doesnt work with the libxml in the gtk package.
The build i packaged as 0.40 had the one that works,
so if svgz support isnt in 0.41 it'll be a regression.
----------------------------------------------------------------------
Comment By: Bryce Harrington (bryce)
Date: 2005-01-17 08:42
Message:
Logged In: YES
user_id=4782
ishmal, can you add a status update on this bug? If it is
indeed fixed, please close it.
----------------------------------------------------------------------
Comment By: bulia byak (buliabyak)
Date: 2004-11-20 05:08
Message:
Logged In: YES
user_id=741217
raising level to make sure it's not forgotten for the release
----------------------------------------------------------------------
Comment By: Adib Taraben (theadib)
Date: 2004-11-14 13:29
Message:
Logged In: YES
user_id=550936
I think we need an official gtk24.zip with the replaced
library, because _this_ is the source of the problem. And
from that the win32 package takes the libxml.
Bob Jamison describes the way to build inkscape in
http://troi.hous.es3.titan.com/~rjamison/inkscape/
The new lib must be linked there.
Or is there an other place where we can put the win32 gtk
package (on sourceforge)?
Adib.
----------------------------------------------------------------------
Comment By: bulia byak (buliabyak)
Date: 2004-11-14 04:17
Message:
Logged In: YES
user_id=741217
johncliff: so can we close this now?
----------------------------------------------------------------------
Comment By: John Cliff (johncliff)
Date: 2004-11-10 00:12
Message:
Logged In: YES
user_id=974745
changing the dll works for opening them on windows, the other
errors are due to the examples having been downloaded with
an ascii mode file transfer, rather than binary, and so being
corrupted (carraige returns where there shouldnt be)
Will consider this closed once the dll has been added to the
correct packages. (bobs gtk zip and the setup being used to
build the nightlies.)
----------------------------------------------------------------------
Comment By: bulia byak (buliabyak)
Date: 2004-11-09 23:53
Message:
Logged In: YES
user_id=741217
Linux side is fixed. Windows needs a replacement libxml dll.
----------------------------------------------------------------------
Comment By: Adib Taraben (theadib)
Date: 2004-11-09 11:01
Message:
Logged In: YES
user_id=550936
Hi,
I use win32 W2K and WinXP:
when I replace the libxml2-2.dll by an otherone from xmlsoft.org
the function decompress the svg but there are still errors,
see below.
It seems that the win32 libxml that we use and bundle with
inkscape is not cappable to handle compressed files. Maybe
there was the HAVE_ZLIB_H preprocessor switch not set during
compilation.
** (inkscape.exe:3380): WARNING **: SVGView: error loading
document 'E:\projekte
\inkscape\inkscape\share\examples\stars.svgz'
file:///E%3A/projekte/inkscape/inkscape/share/examples/tiger.svgz:92:
parser err
or : AttValue: ' expected
d="M190.852,690.17C,blac8
^
file:///E%3A/projekte/inkscape/inkscape/share/examples/tiger.svgz:92:
parser err
or : attributes construct error
d="M190.852,690.17C,blac8
^
----------------------------------------------------------------------
Comment By: bulia byak (buliabyak)
Date: 2004-10-26 07:15
Message:
Logged In: YES
user_id=741217
So:
- on linux, "format autodetect failed" but it loads
- on win, fails to parse and won't load
----------------------------------------------------------------------
Comment By: John Cliff (johncliff)
Date: 2004-10-25 21:28
Message:
Logged In: YES
user_id=974745
Current CVS on windows doesnt list them under either all
images or all inkscape files.
files dont load, get popup saying:
Failed to load the requested file C:\svg\src_inkscape\0.
40\yetagain\inkscape\share\examples\tiger.svgz
error to console is simply:
file:///C%3A/svg/src_inkscape/0.40/yetagain/inkscape/sh
are/examples/tiger.svgz:1: parser error : Start tag expected,
'<' not found
g;r@
^
I put in a g_print, and we're calling xmlParseFile with filename
C:\svg\src_inkscape\0.
40\yetagain\inkscape\share\examples\tiger.svgz
so its using the right name, obviously something wrong to do
with the zlib detection/useage.
----------------------------------------------------------------------
Comment By: Josh Andler (scislac)
Date: 2004-10-25 18:09
Message:
Logged In: YES
user_id=794813
1: In my 10/22 build on Win32, the svgz's are visibile with
"all images" selected.
2: If I open in .39 on Win32, it behave as you explain. If I
try to open on my 10/22 build on Win32 it gives an error
stating that "requested file failed to load" and
---
file:///C%3A/Temp/test.svgz:1: parser error : Start tag
expected, '<' not found
▼ï
^
---
is spit out into the cmd "console".
Hope that's helful.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1050361&group_id=93438
|