On Tue, Oct 2, 2012 at 11:02 AM, Alberto Lucchesi <alb.lucch...@gmail.com> wrote: > Livorno 2.10.2012 > > I installed the program as Administrator on drive "C" and when I open it as > a user, if the files are stored on a disk partition "D", or out of the > folder that contains the program Lyx on drive "C", the file is not compiled > and appears this error message: > "Lyx: error on the file name > The folder location of the file can not contain spaces. "
What version of LyX are you using? Your report looks similar to http://www.lyx.org/trac/ticket/7982 which was fixed for 2.0.4: commit 3a3f6c838c2ea88dbe38294f19e35ef9f39d4d2f Author: Enrico Forestieri <for...@lyx.org> Date: Mon May 14 13:08:30 2012 +0200 Backport fix for bug #7982: LyX does not work if working directory a hard disk drive like D:\. In this case, the working dir has already a slash at the end. Appending another one would result in a path ending with a double slash, which has a special meaning when used in TEXINPUTS (all subdirs would be recursively scanned). So, avoid doing that. (cherry picked from commit 93ebb7a863377f6dbcaf724972b747b5c3f20c24) Scott