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>