我正在使用 Fedora-18 并在运行命令“buildozer -v android debug”时遇到以下错误。如何解决这个问题?谢谢你的帮助。
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/selectmodule.c -o Modules/selectmodule.o
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/socketmodule.c -o Modules/socketmodule.o
./Modules/fcntlmodule.c: In function ‘all_ins’:
./Modules/fcntlmodule.c:568:5: error: ‘I_PUSH’ undeclared (first use in this function)
./Modules/fcntlmodule.c:568:5: note: each undeclared identifier is reported only once for each function it appears in
./Modules/fcntlmodule.c:569:5: error: ‘I_POP’ undeclared (first use in this function)
./Modules/fcntlmodule.c:570:5: error: ‘I_LOOK’ undeclared (first use in this function)
./Modules/fcntlmodule.c:571:5: error: ‘I_FLUSH’ undeclared (first use in this function)
./Modules/fcntlmodule.c:572:5: error: ‘I_FLUSHBAND’ undeclared (first use in this function)
./Modules/fcntlmodule.c:573:5: error: ‘I_SETSIG’ undeclared (first use in this function)
./Modules/fcntlmodule.c:574:5: error: ‘I_GETSIG’ undeclared (first use in this function)
./Modules/fcntlmodule.c:575:5: error: ‘I_FIND’ undeclared (first use in this function)
./Modules/fcntlmodule.c:576:5: error: ‘I_PEEK’ undeclared (first use in this function)
./Modules/fcntlmodule.c:577:5: error: ‘I_SRDOPT’ undeclared (first use in this function)
./Modules/fcntlmodule.c:578:5: error: ‘I_GRDOPT’ undeclared (first use in this function)
./Modules/fcntlmodule.c:579:5: error: ‘I_NREAD’ undeclared (first use in this function)
./Modules/fcntlmodule.c:580:5: error: ‘I_FDINSERT’ undeclared (first use in this function)
./Modules/fcntlmodule.c:581:5: error: ‘I_STR’ undeclared (first use in this function)
./Modules/fcntlmodule.c:582:5: error: ‘I_SWROPT’ undeclared (first use in this function)
./Modules/fcntlmodule.c:587:5: error: ‘I_SENDFD’ undeclared (first use in this function)
./Modules/fcntlmodule.c:588:5: error: ‘I_RECVFD’ undeclared (first use in this function)
./Modules/fcntlmodule.c:589:5: error: ‘I_LIST’ undeclared (first use in this function)
./Modules/fcntlmodule.c:590:5: error: ‘I_ATMARK’ undeclared (first use in this function)
./Modules/fcntlmodule.c:591:5: error: ‘I_CKBAND’ undeclared (first use in this function)
./Modules/fcntlmodule.c:592:5: error: ‘I_GETBAND’ undeclared (first use in this function)
./Modules/fcntlmodule.c:593:5: error: ‘I_CANPUT’ undeclared (first use in this function)
./Modules/fcntlmodule.c:594:5: error: ‘I_SETCLTIME’ undeclared (first use in this function)
./Modules/fcntlmodule.c:598:5: error: ‘I_LINK’ undeclared (first use in this function)
./Modules/fcntlmodule.c:599:5: error: ‘I_UNLINK’ undeclared (first use in this function)
./Modules/fcntlmodule.c:600:5: error: ‘I_PLINK’ undeclared (first use in this function)
./Modules/fcntlmodule.c:601:5: error: ‘I_PUNLINK’ undeclared (first use in this function)
make: *** [Modules/fcntlmodule.o] Error 1
make: *** Waiting for unfinished jobs....
./Modules/socketmodule.c: In function ‘socket_gethostbyname_ex’:
./Modules/socketmodule.c:3371:9: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
./Modules/socketmodule.c: In function ‘socket_gethostbyaddr’:
./Modules/socketmodule.c:3447:9: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
command failed: ./distribute.sh -m "kivy"