On Sun, Jan 23, 2005 at 12:17:29AM -0800, Kayvan A. Sylvan wrote: > On Fri, Jan 21, 2005 at 10:57:00AM +0100, Jean-Marc Lasgouttes wrote: > > >>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > > > Angus> Jean-Marc mentioned sometime ago that a separate os_cygwin.C > > Angus> would probably be a good idea. So here it is. -- Angus > > > > I think I like it ;) > > > > JMarc > > Fixing the following typo makes lyx compile again. I still have the > other problem though (lyx does not seem able to execute external > programs), which I am slowly investigating. > > -- > Kayvan A. Sylvan | Proud husband of | Father to my kids: > Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) > http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)
> Index: src/support/os_cygwin.C > =================================================================== > RCS file: /cvs/lyx/lyx-devel/src/support/os_cygwin.C,v > retrieving revision 1.1 > diff -u -r1.1 os_cygwin.C > --- src/support/os_cygwin.C 2005/01/21 22:08:59 1.1 > +++ src/support/os_cygwin.C 2005/01/23 08:14:56 > @@ -143,7 +143,7 @@ > > void cygwin_path_fix(bool use_cygwin_paths) > { > - use_cygwin_paths_ = use_cygwin_paths; > + cygwin_path_fix_ = use_cygwin_paths; > } > > } // namespace os Hi Angus, It looks like some recent cleanups may have fixed most of the Cygwin issues. I did a fresh checkout and compiled again (applying just the above patch). I can now run lyx and get output. The only problem is that the lyx_tmpxxxx directory is not getting removed (even though there is nothing in the directories). ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)