[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with output file on windows
From: |
unknown-1 |
Subject: |
Re: Problem with output file on windows |
Date: |
Thu, 16 Jul 2009 23:23:40 +0200 |
>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