Michel Boaventura <[email protected]> writes:

> On my windows 7 64bits, the odf driver don't work. Debugging it, I've
> found that pspp creates the odf-xxxx folder inside install dir, which
> lead us back
> on the problem with psppire.txt, talked some time ago. It should write
> the folder on users home, because non-admin users can't write on
> system folders.
>
> Second, the line above won't work on windows. 'mv' on windows is
> 'move', and also windows doesn't have a 'zip' executable by default.
> odt.c:399 =>  "cd %s ; rm -f ../%s; zip -q -X ../%s mimetype; zip -q
> -X -u -r ../%s .",
>
> There is no way to create this using build-in functions?

I might take a few hours to write code to create a .zip file.
It looks like it's pretty trivial as long as you don't bother
with actual compression.  I think the hardest part is probably
writing the CRC-32 function.
-- 
Ben Pfaff 
http://benpfaff.org


_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to