Advertisement
Guest User

Charl van Niekerk

a guest
Oct 24th, 2010
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.01 KB | None | 0 0
  1. ~/Desktop/amqp-0.0.7$ phpize && ./configure --with-amqp && make && sudo make install
  2. Configuring for:
  3. PHP Api Version: 20090626
  4. Zend Module Api No: 20090626
  5. Zend Extension Api No: 220090626
  6. checking for grep that handles long lines and -e... /bin/grep
  7. checking for egrep... /bin/grep -E
  8. checking for a sed that does not truncate output... /bin/sed
  9. checking for cc... cc
  10. checking whether the C compiler works... yes
  11. checking for C compiler default output file name... a.out
  12. checking for suffix of executables...
  13. checking whether we are cross compiling... no
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether cc accepts -g... yes
  17. checking for cc option to accept ISO C89... none needed
  18. checking how to run the C preprocessor... cc -E
  19. checking for icc... no
  20. checking for suncc... no
  21. checking whether cc understands -c and -o together... yes
  22. checking for system library directory... lib
  23. checking if compiler supports -R... no
  24. checking if compiler supports -Wl,-rpath,... yes
  25. checking build system type... i686-pc-linux-gnu
  26. checking host system type... i686-pc-linux-gnu
  27. checking target system type... i686-pc-linux-gnu
  28. checking for PHP prefix... /usr
  29. checking for PHP includes... -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
  30. checking for PHP extension directory... /usr/lib/php5/20090626+lfs
  31. checking for PHP installed headers prefix... /usr/include/php5
  32. checking if debug is enabled... no
  33. checking if zts is enabled... no
  34. checking for re2c... no
  35. configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
  36. checking for gawk... gawk
  37. checking for amqp support... yes, shared
  38. checking for amqp files in default path... found in /usr/local
  39. checking for amqp_version in -lrabbitmq... yes
  40. checking for a sed that does not truncate output... (cached) /bin/sed
  41. checking for fgrep... /bin/grep -F
  42. checking for ld used by cc... /usr/bin/ld
  43. checking if the linker (/usr/bin/ld) is GNU ld... yes
  44. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  45. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  46. checking whether ln -s works... yes
  47. checking the maximum length of command line arguments... 1572864
  48. checking whether the shell understands some XSI constructs... yes
  49. checking whether the shell understands "+="... yes
  50. checking for /usr/bin/ld option to reload object files... -r
  51. checking for objdump... objdump
  52. checking how to recognize dependent libraries... pass_all
  53. checking for ar... ar
  54. checking for strip... strip
  55. checking for ranlib... ranlib
  56. checking command to parse /usr/bin/nm -B output from cc object... ok
  57. checking for ANSI C header files... yes
  58. checking for sys/types.h... yes
  59. checking for sys/stat.h... yes
  60. checking for stdlib.h... yes
  61. checking for string.h... yes
  62. checking for memory.h... yes
  63. checking for strings.h... yes
  64. checking for inttypes.h... yes
  65. checking for stdint.h... yes
  66. checking for unistd.h... yes
  67. checking for dlfcn.h... yes
  68. checking for objdir... .libs
  69. checking if cc supports -fno-rtti -fno-exceptions... no
  70. checking for cc option to produce PIC... -fPIC -DPIC
  71. checking if cc PIC flag -fPIC -DPIC works... yes
  72. checking if cc static flag -static works... yes
  73. checking if cc supports -c -o file.o... yes
  74. checking if cc supports -c -o file.o... (cached) yes
  75. checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
  76. checking whether -lc should be explicitly linked in... no
  77. checking dynamic linker characteristics... GNU/Linux ld.so
  78. checking how to hardcode library paths into programs... immediate
  79. checking whether stripping libraries is possible... yes
  80. checking if libtool supports shared libraries... yes
  81. checking whether to build shared libraries... yes
  82. checking whether to build static libraries... no
  83. configure: creating ./config.status
  84. config.status: creating config.h
  85. config.status: executing libtool commands
  86. /bin/bash /home/charlvn/Desktop/amqp-0.0.7/libtool --mode=compile cc -I. -I/home/charlvn/Desktop/amqp-0.0.7 -DPHP_ATOM_INC -I/home/charlvn/Desktop/amqp-0.0.7/include -I/home/charlvn/Desktop/amqp-0.0.7/main -I/home/charlvn/Desktop/amqp-0.0.7 -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 -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c /home/charlvn/Desktop/amqp-0.0.7/amqp.c -o amqp.lo
  87. libtool: compile: cc -I. -I/home/charlvn/Desktop/amqp-0.0.7 -DPHP_ATOM_INC -I/home/charlvn/Desktop/amqp-0.0.7/include -I/home/charlvn/Desktop/amqp-0.0.7/main -I/home/charlvn/Desktop/amqp-0.0.7 -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 -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c /home/charlvn/Desktop/amqp-0.0.7/amqp.c -fPIC -DPIC -o .libs/amqp.o
  88. /home/charlvn/Desktop/amqp-0.0.7/amqp.c: In function ‘zif_amqp_login’:
  89. /home/charlvn/Desktop/amqp-0.0.7/amqp.c:372: error: incompatible type for argument 6 of ‘amqp_login’
  90. /usr/local/include/amqp.h:383: note: expected ‘amqp_sasl_method_enum’ but argument is of type ‘char *’
  91. /home/charlvn/Desktop/amqp-0.0.7/amqp.c: In function ‘zif_amqp_exchange_declare’:
  92. /home/charlvn/Desktop/amqp-0.0.7/amqp.c:656: warning: passing argument 4 of ‘amqp_simple_rpc’ makes pointer from integer without a cast
  93. /usr/local/include/amqp.h:355: note: expected ‘amqp_method_number_t *’ but argument is of type ‘unsigned int’
  94. /home/charlvn/Desktop/amqp-0.0.7/amqp.c: In function ‘zif_amqp_queue_declare’:
  95. /home/charlvn/Desktop/amqp-0.0.7/amqp.c:722: warning: passing argument 4 of ‘amqp_simple_rpc’ makes pointer from integer without a cast
  96. /usr/local/include/amqp.h:355: note: expected ‘amqp_method_number_t *’ but argument is of type ‘unsigned int’
  97. /home/charlvn/Desktop/amqp-0.0.7/amqp.c: In function ‘zif_amqp_queue_bind’:
  98. /home/charlvn/Desktop/amqp-0.0.7/amqp.c:784: warning: passing argument 4 of ‘amqp_simple_rpc’ makes pointer from integer without a cast
  99. /usr/local/include/amqp.h:355: note: expected ‘amqp_method_number_t *’ but argument is of type ‘unsigned int’
  100. /home/charlvn/Desktop/amqp-0.0.7/amqp.c: In function ‘zif_amqp_queue_unbind’:
  101. /home/charlvn/Desktop/amqp-0.0.7/amqp.c:847: warning: passing argument 4 of ‘amqp_simple_rpc’ makes pointer from integer without a cast
  102. /usr/local/include/amqp.h:355: note: expected ‘amqp_method_number_t *’ but argument is of type ‘unsigned int’
  103. /home/charlvn/Desktop/amqp-0.0.7/amqp.c: In function ‘_php_amqp_error’:
  104. /home/charlvn/Desktop/amqp-0.0.7/amqp.c:870: error: ‘amqp_rpc_reply_t’ has no member named ‘library_errno’
  105. /home/charlvn/Desktop/amqp-0.0.7/amqp.c:870: error: ‘amqp_rpc_reply_t’ has no member named ‘library_errno’
  106. make: *** [amqp.lo] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement