bug-texinfo
[Top][All Lists]
Advanced

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

Re: info '(latex2e)\indent & \noindent' doesn't work with Msys2


From: Gavin Smith
Subject: Re: info '(latex2e)\indent & \noindent' doesn't work with Msys2
Date: Mon, 3 Apr 2023 10:01:45 +0100

On Mon, Apr 03, 2023 at 10:42:04AM +0200, Arash Esbati wrote:
> --8<---------------cut here---------------start------------->8---
> In file included from terminal.c:1143:
> pcterm.c: In function 'pc_up_line':
> pcterm.c:959:20: warning: implicit declaration of function 'MAX' 
> [-Wimplicit-function-declaration]
>   959 |   ScreenSetCursor (MAX (y-1, 0), x);
>       |                    ^~~
> mv -f .deps/window.Tpo .deps/window.Po
> mv -f .deps/terminal.Tpo .deps/terminal.Po
> mv -f .deps/session.Tpo .deps/session.Po
> gcc  -g -O2   -o ginfo.exe dir.o display.o dribble.o echo-area.o filesys.o 
> footnotes.o indices.o info.o infodoc.o infokey.o infomap.o infopath.o m-x.o 
> man.o nodemenu.o nodes.o scan.o search.o session.o signals.o tag.o terminal.o 
> tilde.o util.o variables.o window.o doc.o ../gnulib/lib/libgnu.a -lncurses 
> /mingw64/lib/libintl.dll.a -L/mingw64/lib /mingw64/lib/libiconv.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:
>  terminal.o: in function `pc_up_line':
> Z:/texinfo/info/pcterm.c:959: undefined reference to `MAX'
> collect2.exe: error: ld returned 1 exit status
> make[3]: *** [Makefile:1827: ginfo.exe] Error 1
> --8<---------------cut here---------------end--------------->8---
> 
> Is this also a known issue?  I can't test your patch above with this
> issue at hand.
> 

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.



reply via email to

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