bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MSVC support: documentation


From: Bruno Haible
Subject: Re: MSVC support: documentation
Date: Mon, 12 Sep 2011 01:17:51 +0200
User-agent: KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; )

Michael Goffioul wrote:
> more to illustrate the problems I had:
> - O_ACCMODE is not defined
> - PATH_MAX is not defined (though stdlib.h has an equivalent _MAX_PATH)
> - ending a path with double slashes lead to problems (don't remember which
> ones, but Windows didn't like it)
> - MSVC does not support dynamic C array: array size must be a constant,
> not a variable
> - ssize_t does not exist
> - rename m4 test produced filesystem corruption that lead to full recheck on
> the next reboot; I had to disable the test completely

This alone is not terribly useful. Currently while building the POSIX
emulation modules of gnulib I'm encountering ca. 60 compilation errors.
And this is only the compilation errors; the test failures will come
after that.

If you want to be helpful, please pick one - 1 ! - issue, then
  - describe what is the issue (symptom),
  - your analysis (why is the symptom happening),
  - propose a patch (and explain why other patches would not be better),
  - format it with a ChangeLog entry.

Then there is a chance that I apply such a proposed patch.

Bruno
-- 
In memoriam Georgi Markov <http://en.wikipedia.org/wiki/Georgi_Markov>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]