>An windows user has told me that on its Windows XP psppire doesn't show its >output. I've asked him to >send me the values of HOMEPATH and HOMEDRIVE, and he send me this:
>HOMEPATH = \ >HOMEDRIVE = z: I guess this is on a network. >So, on file-name.c, the final path is: z:// and I think windows doesn't like >it. Right, this is a known windows "feature" >I think we should add the final slash on the path (on file-name.c:488) only >if HOMEPATH has size more than one. Maybe something like this: This solves the issue, i did this for several projects in the past. Have fun _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
