Advertisement
Guest User

Error after 'make'

a guest
Jan 28th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. In file included from /usr/include/sys/stat.h:107,
  2. from /usr/include/php/main/php_streams.h:28,
  3. from /usr/include/php/main/php.h:405,
  4. from /root/ffmpeg-source/ffmpeg-php-0.6.0/ffmpeg-php.c:40:
  5. /usr/include/bits/stat.h:91: error: field ‘st_atim’ has incomplete type
  6. /usr/include/bits/stat.h:92: error: field ‘st_mtim’ has incomplete type
  7. /usr/include/bits/stat.h:93: error: field ‘st_ctim’ has incomplete type
  8. /usr/include/bits/stat.h:152: error: field ‘st_atim’ has incomplete type
  9. /usr/include/bits/stat.h:153: error: field ‘st_mtim’ has incomplete type
  10. /usr/include/bits/stat.h:154: error: field ‘st_ctim’ has incomplete type
  11. In file included from /usr/include/php/main/php_streams.h:28,
  12. from /usr/include/php/main/php.h:405,
  13. from /root/ffmpeg-source/ffmpeg-php-0.6.0/ffmpeg-php.c:40:
  14. /usr/include/sys/stat.h:367: error: array type has incomplete element type
  15. /usr/include/sys/stat.h:374: error: array type has incomplete element type
  16. In file included from /usr/include/php/main/php.h:411,
  17. from /root/ffmpeg-source/ffmpeg-php-0.6.0/ffmpeg-php.c:40:
  18. /usr/include/php/TSRM/tsrm_virtual_cwd.h:212: error: expected specifier-qualifier-list before ‘time_t’
  19. /usr/include/php/TSRM/tsrm_virtual_cwd.h:240: error: expected declaration specifiers or ‘...’ before ‘time_t’
  20. /root/ffmpeg-source/ffmpeg-php-0.6.0/ffmpeg-php.c: In function ‘zm_startup_ffmpeg’:
  21. /root/ffmpeg-source/ffmpeg-php-0.6.0/ffmpeg-php.c:94: warning: implicit declaration of function ‘avcodec_init’
  22. make: *** [ffmpeg-php.lo] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement