Re: readme: add a note about UNIX paths

2009-01-07 Thread Austin English
On Wed, Jan 7, 2009 at 7:31 AM, Alexandre Julliard wrote: > Vitaliy Margolen writes: > >> Alexandre Julliard wrote: >>> The problem is not Unix paths, it's usually that the app expects the >>> current directory to be the app directory. You have the same issue if >>> you use a Windows path. If the

Re: readme: add a note about UNIX paths

2009-01-07 Thread Vitaliy Margolen
Alexandre Julliard wrote: > "Austin English" writes: > >> On Tue, Jan 6, 2009 at 9:07 PM, James Hawkins wrote: >>> On Tue, Jan 6, 2009 at 7:04 PM, Austin English >>> wrote: Adds a note discouraging use of UNIX paths, since there's seems to have been a rash of it in recent bug reports

Re: readme: add a note about UNIX paths

2009-01-07 Thread Alexandre Julliard
Vitaliy Margolen writes: > Alexandre Julliard wrote: >> The problem is not Unix paths, it's usually that the app expects the >> current directory to be the app directory. You have the same issue if >> you use a Windows path. If there are really issues caused by argv[0] >> being a Unix path and no

Re: readme: add a note about UNIX paths

2009-01-07 Thread Alexandre Julliard
"Austin English" writes: > On Tue, Jan 6, 2009 at 9:07 PM, James Hawkins wrote: >> On Tue, Jan 6, 2009 at 7:04 PM, Austin English >> wrote: >>> Adds a note discouraging use of UNIX paths, since there's seems to >>> have been a rash of it in recent bug reports. >> >> If we don't recommend it, a

Re: readme: add a note about UNIX paths

2009-01-06 Thread Austin English
On Tue, Jan 6, 2009 at 9:07 PM, James Hawkins wrote: > On Tue, Jan 6, 2009 at 7:04 PM, Austin English > wrote: >> Adds a note discouraging use of UNIX paths, since there's seems to >> have been a rash of it in recent bug reports. >> > > If we don't recommend it, and usually advise against it, wh

Re: readme: add a note about UNIX paths

2009-01-06 Thread James Hawkins
On Tue, Jan 6, 2009 at 7:04 PM, Austin English wrote: > Adds a note discouraging use of UNIX paths, since there's seems to > have been a rash of it in recent bug reports. > If we don't recommend it, and usually advise against it, why not just remove that line from the README? -- James Hawkins