赞
踩
编译平台是msys2 + windows server 2012 R2,使用的是官方的6.6.3版本。
bt_open.c: In function 'tmp':
bt_open.c:405:2: error: unknown type name 'sigset_t'; did you mean '_sigset_t'?
405 | sigset_t set, oset;
./.libs/lt-gtags-cscope.c: In function 'main':
./.libs/lt-gtags-cscope.c:318:16: warning: implicit declaration of function '_spawnv' [-Wimplicit-function-declaration]
318 | rval = (int) _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
| ^~~~~~~
./.libs/lt-gtags-cscope.c:318:25: error: '_P_WAIT' undeclared (first use in this function)
318 | rval = (int) _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
| ^~~~~~~
./.libs/lt-gtags-cscope.c:318:25: note: each undeclared identifier is reported only once for each function it appears in
strip: './gtags-cscope.exe': No such file
使用mingw32
./configure --disable-shared
make
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。