>>>>> "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
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
Angus Leeming wrote:
> Just a cut and paste job from the web page JMarc pointed me to.
Committed.
--
Angus
--- 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
>>>>> "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
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