Advertisement
Guest User

Untitled

a guest
May 29th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. unning: make
  2. /bin/sh /var/tmp/pear-build-root/oauth-1.0.0/libtool --mode=compile gcc -I. -I/tmp/pear/temp/oauth -DPHP_ATOM_INC -I/var/tmp/pear-build-root/oauth-1.0.0/include -I/var/tmp/pear-build-root/oauth-1.0.0/main -I/tmp/pear/temp/oauth -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -Wall -g -c /tmp/pear/temp/oauth/oauth.c -o oauth.lo
  3. mkdir .libs
  4. gcc -I. -I/tmp/pear/temp/oauth -DPHP_ATOM_INC -I/var/tmp/pear-build-root/oauth-1.0.0/include -I/var/tmp/pear-build-root/oauth-1.0.0/main -I/tmp/pear/temp/oauth -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -Wall -g -c /tmp/pear/temp/oauth/oauth.c -fPIC -DPIC -o .libs/oauth.o
  5. In file included from /tmp/pear/temp/oauth/php_oauth.h:47,
  6. from /tmp/pear/temp/oauth/oauth.c:14:
  7. /usr/include/php5/ext/pcre/php_pcre.h:29:18: error: pcre.h: No such file or directory
  8. In file included from /tmp/pear/temp/oauth/php_oauth.h:47,
  9. from /tmp/pear/temp/oauth/oauth.c:14:
  10. /usr/include/php5/ext/pcre/php_pcre.h:45: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  11. /usr/include/php5/ext/pcre/php_pcre.h:46: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  12. /usr/include/php5/ext/pcre/php_pcre.h:52: error: expected specifier-qualifier-list before 'pcre'
  13. make: *** [oauth.lo] Error 1
  14. ERROR: `make' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement