From: Javier O'H. <j....@ti...> - 2003-06-14 11:28:24
|
On Wednesday 11 June 2003 11:51, Robert Konigsberg wrote: > > Dia by default compresses diagram files. You might be using a > > libxml2=20 compiled without gzip support so dia2code cannot read the > > diagram. =20 > > > > Open your diagram with Dia, select File -> Preferences -> Compress > > saved=20 > > > files -> No, save your diagram and try again. > > Hey, the file reader could probably read the zipped files, couldn't it? > Or, at least, recognize the zipped file, and report back to the user to > unzip it? Dia uses (AFAIK) libxml1. Dia2Code uses libxml2. The Dia win32 package had a libxml compiled with gzip support, Dia2Code for win32 comes (still?) with libxml2 without gzip support. No gzip support == no way to read the file. The best think could be to suggest the user to re-save the diagram without compressiion when it cannot read the file. Xav |