Gavin Smith <gavinsmith0...@gmail.com> writes: > That definition was removed by mistake. Please try "git pull --rebase" > on the master branch and try again. You could also try building after > doing "git switch release/7.0" to build on the release branch to get > something that is closer to the released versions.
Thanks, I did "git pull" and the issue went away. Now I get --8<---------------cut here---------------start------------->8--- install-info.c: In function 'output_dirfile': install-info.c:936:7: warning: implicit declaration of function 'fchmod'; did you mean 'chmod'? [-Wimplicit-function-declaration] 936 | if (fchmod (tempfile, 0666 & ~um) < 0) | ^~~~~~ | chmod mv -f .deps/install-info.Tpo .deps/install-info.Po gcc -g -O2 -o ginstall-info.exe install-info.o ../gnulib/lib/libgnu.a /mingw64/lib/libintl.dll.a -L/mingw64/lib C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: install-info.o: in function `output_dirfile': Z:/texinfo/install-info/install-info.c:936: undefined reference to `fchmod' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: ../gnulib/lib/libgnu.a(libgnu_a-getrandom.o): in function `getrandom': Z:/texinfo/gnulib/lib/getrandom.c:128: undefined reference to `BCryptGenRandom' collect2.exe: error: ld returned 1 exit status --8<---------------cut here---------------end--------------->8--- when running make. Sorry for all the hassle. Best, Arash