Advertisement
Guest User

Untitled

a guest
May 27th, 2013
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. [root@paranoia ffmpeg-php-0.6.0]# make
  2. /bin/sh /root/ffmpeg-php-0.6.0/libtool --mode=compile cc -I. -I/root/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/root/ffmpeg-php-0.6.0/include -I/root/ffmpeg-php-0.6.0/main -I/root/ffmpeg-php-0.6.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include/libavcodec/ -I/usr/local/include/libavformat/ -I/usr/local/include/libavutil/ -I/usr/local/include/libswscale/ -I/usr/local/include/libavfilter/ -I/usr/local/include/libavdevice/ -DHAVE_CONFIG_H -g -O2 -Wall -fno-strict-aliasing -c /root/ffmpeg-php-0.6.0/ffmpeg-php.c -o ffmpeg-php.lo
  3. mkdir .libs
  4. cc -I. -I/root/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/root/ffmpeg-php-0.6.0/include -I/root/ffmpeg-php-0.6.0/main -I/root/ffmpeg-php-0.6.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include/libavcodec/ -I/usr/local/include/libavformat/ -I/usr/local/include/libavutil/ -I/usr/local/include/libswscale/ -I/usr/local/include/libavfilter/ -I/usr/local/include/libavdevice/ -DHAVE_CONFIG_H -g -O2 -Wall -fno-strict-aliasing -c /root/ffmpeg-php-0.6.0/ffmpeg-php.c -fPIC -DPIC -o .libs/ffmpeg-php.o
  5. In file included from /usr/include/sys/stat.h:106:0,
  6. from /usr/include/php/main/php_streams.h:28,
  7. from /usr/include/php/main/php.h:396,
  8. from /root/ffmpeg-php-0.6.0/ffmpeg-php.c:40:
  9. /usr/include/bits/stat.h:91:21: error: field ‘st_atim’ has incomplete type
  10. struct timespec st_atim; /* Time of last access. */
  11. ^
  12. /usr/include/bits/stat.h:92:21: error: field ‘st_mtim’ has incomplete type
  13. struct timespec st_mtim; /* Time of last modification. */
  14. ^
  15. /usr/include/bits/stat.h:93:21: error: field ‘st_ctim’ has incomplete type
  16. struct timespec st_ctim; /* Time of last status change. */
  17. ^
  18. In file included from /usr/include/php/main/php_streams.h:28:0,
  19. from /usr/include/php/main/php.h:396,
  20. from /root/ffmpeg-php-0.6.0/ffmpeg-php.c:40:
  21. /usr/include/sys/stat.h:366:31: error: array type has incomplete element type
  22. const struct timespec __times[2],
  23. ^
  24. /usr/include/sys/stat.h:373:54: error: array type has incomplete element type
  25. extern int futimens (int __fd, const struct timespec __times[2]) __THROW;
  26. ^
  27. In file included from /usr/include/php/main/php.h:402:0,
  28. from /root/ffmpeg-php-0.6.0/ffmpeg-php.c:40:
  29. /usr/include/php/TSRM/tsrm_virtual_cwd.h:218:2: error: unknown type name ‘time_t’
  30. time_t expires;
  31. ^
  32. /usr/include/php/TSRM/tsrm_virtual_cwd.h:246:86: error: unknown type name ‘time_t’
  33. CWD_API realpath_cache_bucket* realpath_cache_lookup(const char *path, int path_len, time_t t TSRMLS_DC);
  34. ^
  35. /root/ffmpeg-php-0.6.0/ffmpeg-php.c: In function ‘zm_startup_ffmpeg’:
  36. /root/ffmpeg-php-0.6.0/ffmpeg-php.c:94:5: warning: implicit declaration of function ‘avcodec_init’ [-Wimplicit-function-declaration]
  37. avcodec_init();
  38. ^
  39. make: *** [ffmpeg-php.lo] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement