Re: Win32 and configure

2005-09-29 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> So move MSYS_AC_CANONICAL_PATH to lyxinclude213.m4, > Angus> lyxinclude25x.m4? Done. Committing now... > > Very good, except that this > + ac_dir=`dirname(["$ac_dir"])` > should probably be > + ac_dir=`dirname "$ac_dir"` D'oh! -- Angus

Re: Win32 and configure

2005-09-29 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> So move MSYS_AC_CANONICAL_PATH to lyxinclude213.m4, Angus> lyxinclude25x.m4? Done. Committing now... Very good, except that this + ac_dir=`dirname(["$ac_dir"])` should probably be + ac_dir=`dirname "$ac_dir"` JMarc

Re: Win32 and configure

2005-09-29 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> Jean-Marc Lasgouttes wrote: 1. It defines LYX_ABS_TOP_SRCDIR, > Angus> LYX_ABS_INSTALLED_LOCALEDIR and LYX_ABS_INSTALLED_DATADIR in a > Angus> fashion that "makes sense" on Windows and passes these > Angus> definitions to package.C through the compiler by modify

Re: Win32 and configure

2005-09-29 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc Lasgouttes wrote: 1. It defines LYX_ABS_TOP_SRCDIR, Angus> LYX_ABS_INSTALLED_LOCALEDIR and LYX_ABS_INSTALLED_DATADIR in a Angus> fashion that "makes sense" on Windows and passes these Angus> definitions to package.C throug

Re: Win32 and configure

2005-09-29 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> 1. It defines LYX_ABS_TOP_SRCDIR, LYX_ABS_INSTALLED_LOCALEDIR > Angus> and LYX_ABS_INSTALLED_DATADIR in a fashion that "makes sense" > Angus> on Windows and passes these definitions to package.C through > Angus> the compiler by modifying src/support/Makefile. I

Re: Win32 and configure

2005-09-29 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Angus Leeming wrote: >> 2 "Somehow" we need to compile >> boost/libs/filesystem/src/operations_posix_windows.cpp >> src/support/os_win32.C with the preprocessor macros >> WANT_GETLONGPATHNAME_WRAPPER WANT_GETFILEATTRIBUTESEX_WRAPPER

Re: Win32 and configure

2005-09-29 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc, have we decided on how best to proceed with this? Angus> The patch does two, orthogonal things. Angus> 1. It defines LYX_ABS_TOP_SRCDIR, LYX_ABS_INSTALLED_LOCALEDIR Angus> and LYX_ABS_INSTALLED_DATADIR in a fashion that

Re: Win32 and configure

2005-09-29 Thread Angus Leeming
Angus Leeming wrote: > 2 "Somehow" we need to compile > boost/libs/filesystem/src/operations_posix_windows.cpp > src/support/os_win32.C > with the preprocessor macros > WANT_GETLONGPATHNAME_WRAPPER > WANT_GETFILEATTRIBUTESEX_WRAPPER > WINVER 0x0500 > being defined. To me that me