On 2020-06-09, Christian Brabandt wrote:
> Thanks for converting into a proper PR! 👍
You're welcome. With the instructions from Yegappan, it was pretty
easy. I just needed a shove.
However...
The AppVeyor build failed with errors in term.c. I didn't change
term.c, or any header files. See:
https://ci.appveyor.com/project/chrisbra/vim/builds/33419078/job/8k28jgpkb0s2rhr5
The failures begin with this:
gcc -c -I. -Iproto -DWIN32 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600
-DHAVE_PATHDEF -DFEAT_HUGE -DHAVE_STDINT_H -DHAVE_GETTEXT -DHAVE_LOCALE_H
-DDYNAMIC_GETTEXT -DFEAT_CSCOPE -DFEAT_JOB_CHANNEL -DFEAT_IPV6 -DHAVE_INET_NTOP
-DFEAT_TERMINAL -DFEAT_SOUND -DFEAT_MBYTE_IME -DDYNAMIC_IME -DDYNAMIC_ICONV
-pipe -march=i686 -Wall -O2 term.c -o obji686/term.o
term.c: In function 'handle_u7_response':
term.c:4394:2: warning: implicit declaration of function 'LOG_TR'
[-Wimplicit-function-declaration]
4394 | LOG_TR(("Received U7 status: %s", tp));
| ^~~~~~
term.c:4394:34: warning: left-hand operand of comma expression has no
effect [-Wunused-value]
4394 | LOG_TR(("Received U7 status: %s", tp));
| ^
term.c:4395:2: error: 'u7_status' undeclared (first use in this function);
did you mean 'job_status'?
4395 | u7_status.tr_progress = STATUS_GOT;
| ^~~~~~~~~
| job_status
term.c:4395:2: note: each undeclared identifier is reported only once for
each function it appears in
term.c:4395:26: error: 'STATUS_GOT' undeclared (first use in this
function); did you mean 'STATSTG'?
4395 | u7_status.tr_progress = STATUS_GOT;
| ^~~~~~~~~~
| STATSTG
and go on from there.
This was a HUGE build on Windows, "Building MinGW 32bit console
version", which I'm not currently set up to replicate.
What now?
Regards,
Gary
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20200609201937.GF3695%40phoenix.