Re: glob: mingw failures

2009-05-02 Thread Simon Josefsson
Bruno Haible writes: > Hi Simon, > >> The reason is the fnmatch module doesn't create fnmatch.h. It needs >> fnmatch-posix or fnmatch-gnu for that. > > Yes, but it was not possible for the 'glob' module to specify one or the > other, because if the user wanted the other fnmatch module, it would

Re: glob: mingw failures

2009-05-02 Thread Bruno Haible
Hi Simon, > The reason is the fnmatch module doesn't create fnmatch.h. It needs > fnmatch-posix or fnmatch-gnu for that. Yes, but it was not possible for the 'glob' module to specify one or the other, because if the user wanted the other fnmatch module, it would collide. This is now fixed. > Ac

Re: glob: mingw failures

2009-05-02 Thread Bruno Haible
Simon Josefsson wrote: > ./gnulib-tool --dir m --create-testdir --with-tests glob > warning: module glob depends on a module with an incompatible license: > mbsrtowcs > warning: module glob depends on a module with an incompatible license: > strnlen1 > ... > Finally, Bruno, the license on strnlen

glob: mingw failures

2009-05-02 Thread Simon Josefsson
The glob module fails on mingw: ./gnulib-tool --dir m --create-testdir --with-tests glob warning: module glob depends on a module with an incompatible license: mbsrtowcs warning: module glob depends on a module with an incompatible license: strnlen1 ... cd m ./configure --host=i586-mingw32msvc --b