Geek400

Cross compile PHP

Sep 3rd, 2016
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. /bin/bash /home/simsu/Other/projects/Web/Lobby/Zed/Auto/Android/compile/php/php-7.0.10/libtool --silent --preserve-dup-deps --mode=compile arm-linux-androideabi-gcc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/home/simsu/Other/projects/Web/Lobby/Zed/Auto/Android/compile/php/php-7.0.10/ext/standard/ -DPHP_ATOM_INC -I/home/simsu/Other/projects/Web/Lobby/Zed/Auto/Android/compile/php/php-7.0.10/include -I/home/simsu/Other/projects/Web/Lobby/Zed/Auto/Android/compile/php/php-7.0.10/main -I/home/simsu/Other/projects/Web/Lobby/Zed/Auto/Android/compile/php/php-7.0.10 -I/home/simsu/Other/projects/Web/Lobby/Zed/Auto/Android/compile/php/php-7.0.10/ext/date/lib -I/home/simsu/Other/projects/Web/Lobby/Zed/Auto/Android/compile/php/php-7.0.10/TSRM -I/home/simsu/Other/projects/Web/Lobby/Zed/Auto/Android/compile/php/php-7.0.10/Zend -g -O2 -fvisibility=hidden -c /home/simsu/Other/projects/Web/Lobby/Zed/Auto/Android/compile/php/php-7.0.10/ext/standard/dns.c -o ext/standard/dns.lo
  2. /home/simsu/Other/projects/Web/Lobby/Zed/Auto/Android/compile/php/php-7.0.10/ext/standard/dns.c: In function 'zif_dns_check_record':
  3. /home/simsu/Other/projects/Web/Lobby/Zed/Auto/Android/compile/php/php-7.0.10/ext/standard/dns.c:367:21: error: storage size of 'state' isn't known
  4. struct __res_state state;
  5. ^
  6. /home/simsu/Other/projects/Web/Lobby/Zed/Auto/Android/compile/php/php-7.0.10/ext/standard/dns.c: In function 'zif_dns_get_record':
  7. /home/simsu/Other/projects/Web/Lobby/Zed/Auto/Android/compile/php/php-7.0.10/ext/standard/dns.c:778:21: error: storage size of 'state' isn't known
  8. struct __res_state state;
  9. ^
  10. /home/simsu/Other/projects/Web/Lobby/Zed/Auto/Android/compile/php/php-7.0.10/ext/standard/dns.c: In function 'zif_dns_get_mx':
  11. /home/simsu/Other/projects/Web/Lobby/Zed/Auto/Android/compile/php/php-7.0.10/ext/standard/dns.c:1012:21: error: storage size of 'state' isn't known
  12. struct __res_state state;
  13. ^
  14. Makefile:576: recipe for target 'ext/standard/dns.lo' failed
  15. make: *** [ext/standard/dns.lo] Error 1
Add Comment
Please, Sign In to add comment