Re: [PATCH 13x, 14x] configure tests for mkdir

2004-12-16 Thread Jean-Marc Lasgouttes
>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> It turned out that this solution was incorrect. Compilation Angus> failed on the Windows machine because the definition of a mkdir Angus> macro in config.h conflicted with another mkdir ma

Re: [PATCH 13x, 14x] configure tests for mkdir

2004-12-15 Thread Angus Leeming
Angus Leeming wrote: > Angus Leeming wrote: >> Just a cut and paste job from the web page JMarc pointed me to. > Committed. It turned out that this solution was incorrect. Compilation failed on the Windows machine because the definition of a mkdir macro in config.h conflicted with a

Re: [PATCH 13x, 14x] configure tests for mkdir

2004-12-15 Thread Angus Leeming
Angus Leeming wrote: > Just a cut and paste job from the web page JMarc pointed me to. Committed. -- Angus

[PATCH 13x, 14x] configure tests for mkdir

2004-12-15 Thread Angus Leeming
--- config/ChangeLog 7 Dec 2004 09:47:30 - 1.86.2.29 +++ config/ChangeLog 15 Dec 2004 15:43:02 - @@ -1,3 +1,10 @@ +2003-12-15 Angus Leeming <[EMAIL PROTECTED]> + + * lyxinclude.m4: define AC_FUNC_MKDIR. + + * configure.ac: add AC_FUNC_MKDIR test and code to + #define mkdir should a non

Re: mkdir

2000-01-21 Thread Jean-Marc Lasgouttes
>>>>> "Ing" == Ing Roland Krause <[EMAIL PROTECTED]> writes: Ing> In the current cvs version definition and implementation of mkdir Ing> have different parameters. In lyxlib.h Ing> int mkdir(char const * pathname, unsigned int mode); Ing> and in mk

mkdir

2000-01-20 Thread Dr. Ing. Roland Krause
In the current cvs version definition and implementation of mkdir have different parameters. In lyxlib.h int mkdir(char const * pathname, unsigned int mode); and in mkdir.C int mkdir(char const * pathname, mode_t mode) This wont compile under cygwinb20, gcc-2.95.2. I changed mode_t in mkdir.C