Something recent (current patch 8.0.1194 via git) has broken my win-64
build process via Cygwin, ...

x86_64-w64-mingw32-gcc -c -Iproto -DWIN32 -DWINVER=0x0501
-D_WIN32_WINNT=0x0501 -DHAVE_PATHDEF -DFEAT_HUGE -DHAVE_STDINT_H
-DMS_WIN64 -DHAVE_GETTEXT -DHAVE_LOCALE_H -DDYNAMIC_GETTEXT
-DFEAT_CSCOPE -DFEAT_NETBEANS_INTG -DFEAT_JOB_CHANNEL -DFEAT_TERMINAL
-DFEAT_GUI_W32 -DFEAT_CLIPBOARD -DFEAT_MBYTE -DFEAT_MBYTE_IME
-DDYNAMIC_IME -DDYNAMIC_ICONV -pipe -march=x86-64 -Wall
-I/cygdrive/c/strawberry/perl/lib/Core -DFEAT_PERL
-DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DDYNAMIC_PERL
-DDYNAMIC_PERL_DLL=\"perl524.dll\"
-I/cygdrive/c/PROGRA~2/Lua/5.1/include -I/cygdrive/c/PROGRA~2/Lua/5.1
-DFEAT_LUA -DDYNAMIC_LUA -DDYNAMIC_LUA_DLL=\"lua51.dll\"
-I/cygdrive/c/PROGRA~1/Racket/include -DFEAT_MZSCHEME
-DMZSCHEME_COLLECTS=\"C:/PROGRA~1/Racket/collects\" -DDYNAMIC_MZSCHEME
-DDYNAMIC_MZSCH_DLL=\"libracket3m_a36fs8.dll\"
-DDYNAMIC_MZGC_DLL=\"libracket3m_a36fs8.dll\" -DFEAT_RUBY -I
/cygdrive/c/Ruby22-x64/lib/ruby/2.2.0/x64-mingw32 -I
/cygdrive/c/Ruby22-x64/include/ruby-2.2.0 -I
/cygdrive/c/Ruby22-x64/include/ruby-2.2.0/x64-mingw32 -DDYNAMIC_RUBY
-DDYNAMIC_RUBY_DLL=\"x64-msvcrt-ruby220.dll\" -DDYNAMIC_RUBY_VER=22
-DHAVE_STRUCT_TIMESPEC -DHAVE_STRUCT_TIMEZONE -DFEAT_PYTHON
-DDYNAMIC_PYTHON-DDYNAMIC_PYTHON_DLL=\"python27.dll\" -DFEAT_PYTHON3
-DDYNAMIC_PYTHON3 -DDYNAMIC_PYTHON3_DLL=\"python35.dll\" -DFEAT_TCL
-I/cygdrive/c/Tcl/include -DDYNAMIC_TCL -DDYNAMIC_TCL_DLL=\"tcl86.dll\"
-DDYNAMIC_TCL_VER=\"8.6.4\" -O3 -fomit-frame-pointer
-freg-struct-return -s -DMZ_PRECISE_GC term.c -o gobjZx86-64/term.o

term.c: In function 'term_get_fg_color':
term.c:5838:9: error: 'rfg_status' undeclared (first use in this function)
     if (rfg_status == STATUS_GOT)
         ^
term.c:5838:9: note: each undeclared identifier is reported only once for
each function it appears in
term.c:5838:23: error: 'STATUS_GOT' undeclared (first use in this function)
     if (rfg_status == STATUS_GOT)
                       ^
term.c:5840:7: error: 'fg_r' undeclared (first use in this function)
  *r = fg_r;
       ^
term.c:5841:7: error: 'fg_g' undeclared (first use in this function)
  *g = fg_g;
       ^
term.c:5842:7: error: 'fg_b' undeclared (first use in this function)
  *b = fg_b;
       ^
term.c: In function 'term_get_bg_color':
term.c:5852:9: error: 'rbg_status' undeclared (first use in this function)
     if (rbg_status == STATUS_GOT)
         ^
term.c:5852:23: error: 'STATUS_GOT' undeclared (first use in this function)
     if (rbg_status == STATUS_GOT)
                       ^
term.c:5854:7: error: 'bg_r' undeclared (first use in this function)
  *r = bg_r;
       ^
term.c:5855:7: error: 'bg_g' undeclared (first use in this function)
  *g = bg_g;
       ^
term.c:5856:7: error: 'bg_b' undeclared (first use in this function)
  *b = bg_b;
       ^
make: *** [Make_cyg_ming.mak:934: gobjZx86-64/term.o] Error 1

-- 
Steve Hall  [ digitect dancingpaper com ]
Cream for Vim  http://cream.SourceForge.net

-- 
-- 
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].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui