Add the gnulib module strncasecmp#1688
Conversation
which was used implicitely in metadata.c. Now it is used explicitely (using #include <strings.h>) and the gnulib module should make sure it also works on windows.
|
It still fails with nmake:
|
|
That is interesting. Are you running |
|
That's a step that wasn't necessary with nmake until now. the Nmake part is completely separated from automake/autoconf. |
|
Hm, I just checked the tarball it produces. The tarball only contains |
|
At this point I'm unsure what to do. The gnulib module seems the right way to go about this problem, but it is not a solution (at least not immediately) to your build problem. |
|
I don't think there's a way to run ./configure natively on Windows. May be @dkager has alternative ideas? |
|
It's not too difficult to solve the build problem for NVDA. We'd have to accept that the current state of Nmake is broken, though. |
|
Actually, this definitely makes things worse for NVDA. We could suffice with a |
|
Never mind, I will just add a strings.h to NVDA that uses the define. That'll work for now. |
which was used implicitely in
metadata.c. Now it is used explicitely (using#include <strings.h>) and the gnulib module should make sure it also works on windows.This should fix #1685