Re: lyx_tmpdir problems

2002-02-01 Thread John Levon
On Fri, Feb 01, 2002 at 12:45:01PM -0400, Garst R. Reese wrote: > Here it is. Strange, because the temporary file has the correct name, > but the error message that pops up says `/local/garst.. I suspect the full path doesn't fit on the dialog ? > imageConverted, conversion failed. > (Grap

Re: lyx_tmpdir problems

2002-02-01 Thread John Levon
On Fri, Feb 01, 2002 at 08:41:49AM -0800, Kayvan A. Sylvan wrote: >EXDEV oldpath and newpath are not on the same filesystem. oops john -- "This is mindless pedantism up with which I will not put." - Donald Knuth on Pascal's lack of default: case statement

Re: lyx_tmpdir problems

2002-02-01 Thread Kayvan A. Sylvan
On Fri, Feb 01, 2002 at 11:46:09AM +, John Levon wrote: > On Fri, Feb 01, 2002 at 11:42:23AM +, Angus Leeming wrote: > > > Don't I remember something about "mv" not working between partitions. We have > > to use "cp" and then "rm". > > > > I thought that this had been fixed though... >

Re: lyx_tmpdir problems

2002-02-01 Thread John Levon
On Fri, Feb 01, 2002 at 11:42:23AM +, Angus Leeming wrote: > Don't I remember something about "mv" not working between partitions. We have > to use "cp" and then "rm". > > I thought that this had been fixed though... if (::rename(from.c_str(), to.c_str()) == -1) if

Re: lyx_tmpdir problems

2002-02-01 Thread Angus Leeming
On Friday 01 February 2002 11:37 am, John Levon wrote: > On Wed, Jan 30, 2002 at 12:06:52PM -0400, Garst R. Reese wrote: > > > There seems to be a general problem in moving files from-to lyx_tmpdir > > when .../tmp/ is not on the same partition as the lyx document. > > If my document is in ~/gars

Re: lyx_tmpdir problems

2002-02-01 Thread John Levon
On Wed, Jan 30, 2002 at 12:06:52PM -0400, Garst R. Reese wrote: > There seems to be a general problem in moving files from-to lyx_tmpdir > when .../tmp/ is not on the same partition as the lyx document. > If my document is in ~/garst/lyxdocs and tmp in /usr/local/garst/tmp, > then the /usr part g