Guest User

Untitled

a guest
Sep 28th, 2011
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.10 KB | None | 0 0
  1. checking for gcc... gcc
  2. checking whether the C compiler works... yes
  3. checking for C compiler default output file name... a.out
  4. checking for suffix of executables...
  5. checking whether we are cross compiling... no
  6. checking for suffix of object files... o
  7. checking whether we are using the GNU C compiler... yes
  8. checking whether gcc accepts -g... yes
  9. checking for gcc option to accept ISO C89... none needed
  10. checking for a BSD-compatible install... /bin/install -c
  11. checking Operating System... Linux
  12. checking how to run the C preprocessor... gcc -E
  13. checking for grep that handles long lines and -e... /bin/grep
  14. checking for egrep... /bin/grep -E
  15. checking for ANSI C header files... yes
  16. checking for sys/types.h... yes
  17. checking for sys/stat.h... yes
  18. checking for stdlib.h... yes
  19. checking for string.h... yes
  20. checking for memory.h... yes
  21. checking for strings.h... yes
  22. checking for inttypes.h... yes
  23. checking for stdint.h... yes
  24. checking for unistd.h... yes
  25. checking ncurses.h usability... yes
  26. checking ncurses.h presence... yes
  27. checking for ncurses.h... yes
  28. checking ncurses/ncurses.h usability... no
  29. checking ncurses/ncurses.h presence... no
  30. checking for ncurses/ncurses.h... no
  31. checking for main in -lcurses... yes
  32. checking for main in -lncurses... yes
  33. checking math.h usability... yes
  34. checking math.h presence... yes
  35. checking for math.h... yes
  36. checking for main in -lm... yes
  37. checking readline/readline.h usability... yes
  38. checking readline/readline.h presence... yes
  39. checking for readline/readline.h... yes
  40. checking readline/history.h usability... yes
  41. checking readline/history.h presence... yes
  42. checking for readline/history.h... yes
  43. checking for main in -lreadline... yes
  44. checking iconv.h usability... yes
  45. checking iconv.h presence... yes
  46. checking for iconv.h... yes
  47. checking oniguruma.h usability... yes
  48. checking oniguruma.h presence... yes
  49. checking for oniguruma.h... yes
  50. checking for main in -lonig... yes
  51. configure: creating ./config.status
  52. config.status: creating Makefile
  53. config.status: creating config.h
  54. gcc -I. -L. -I/usr/local/include -L/usr/local/lib -fPIC -I/usr/local/include -L/usr/local/lib -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -c -o saphire_debug.o saphire_debug.c
  55. gcc -I. -L. -I/usr/local/include -L/usr/local/lib -fPIC -I/usr/local/include -L/usr/local/lib -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -c -o saphire_extra.o saphire_extra.c
  56. gcc -I. -L. -I/usr/local/include -L/usr/local/lib -fPIC -I/usr/local/include -L/usr/local/lib -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -c -o saphire_hash.o saphire_hash.c
  57. gcc -I. -L. -I/usr/local/include -L/usr/local/lib -fPIC -I/usr/local/include -L/usr/local/lib -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -c -o saphire_kanji.o saphire_kanji.c
  58. gcc -I. -L. -I/usr/local/include -L/usr/local/lib -fPIC -I/usr/local/include -L/usr/local/lib -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -c -o saphire_list.o saphire_list.c
  59. gcc -I. -L. -I/usr/local/include -L/usr/local/lib -fPIC -I/usr/local/include -L/usr/local/lib -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -c -o saphire_string.o saphire_string.c
  60. gcc -I. -L. -I/usr/local/include -L/usr/local/lib -fPIC -I/usr/local/include -L/usr/local/lib -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -c -o saphire_vector.o saphire_vector.c
  61. gcc -c saphire_main.c -DSYSCONFDIR=\"/usr/local/etc\" -DDOCDIR=\"/usr/local/share/doc/saphire\" -I. -L. -I/usr/local/include -L/usr/local/lib -fPIC -I/usr/local/include -L/usr/local/lib -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast
  62. In file included from saphire_main.c:14:0:
  63. saphire_inner.h:385:12: error: conflicting types for ‘sStatments_new2’
  64. saphire.h:51:13: note: previous declaration of ‘sStatments_new2’ was here
  65. saphire_main.c: In function ‘sPSub_new’:
  66. saphire_main.c:1412:22: warning: assignment from incompatible pointer type [enabled by default]
  67. saphire_main.c: In function ‘sSubshell_new2’:
  68. saphire_main.c:1446:20: warning: assignment from incompatible pointer type [enabled by default]
  69. saphire_main.c: In function ‘sWhile_new2’:
  70. saphire_main.c:1487:22: warning: assignment from incompatible pointer type [enabled by default]
  71. saphire_main.c:1488:20: warning: assignment from incompatible pointer type [enabled by default]
  72. saphire_main.c: In function ‘sCommand_new2’:
  73. saphire_main.c:1704:9: warning: passing argument 2 of ‘vector_add’ makes pointer from integer without a cast [enabled by default]
  74. saphire_vector.h:71:6: note: expected ‘void *’ but argument is of type ‘int’
  75. saphire_main.c: In function ‘sClass_new’:
  76. saphire_main.c:2428:21: warning: assignment from incompatible pointer type [enabled by default]
  77. saphire_main.c: In function ‘sFunction_new’:
  78. saphire_main.c:2547:21: warning: assignment from incompatible pointer type [enabled by default]
  79. saphire_main.c: In function ‘sBlock_new2’:
  80. saphire_main.c:4818:22: warning: assignment from incompatible pointer type [enabled by default]
  81. saphire_main.c: In function ‘sAtCommand_new2’:
  82. saphire_main.c:5332:22: warning: assignment from incompatible pointer type [enabled by default]
  83. make: *** [saphire_main.o] Error 1
  84.  
  85.  
Advertisement
Add Comment
Please, Sign In to add comment