Advertisement
sebikul

Untitled

Jul 7th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.07 KB | None | 0 0
  1. sebi@sebi:~/Builds/gambas3-pkg/gambas3-3.2.0/main$ ./reconf
  2. autoreconf: Entering directory `.'
  3. autoreconf: configure.ac: not using Gettext
  4. autoreconf: running: aclocal -I m4 --install
  5. aclocal: installing 'm4/libtool.m4' from '/usr/share/aclocal/libtool.m4'
  6. aclocal: installing 'm4/ltdl.m4' from '/usr/share/aclocal/ltdl.m4'
  7. aclocal: installing 'm4/ltoptions.m4' from '/usr/share/aclocal/ltoptions.m4'
  8. aclocal: installing 'm4/ltsugar.m4' from '/usr/share/aclocal/ltsugar.m4'
  9. aclocal: installing 'm4/ltversion.m4' from '/usr/share/aclocal/ltversion.m4'
  10. aclocal: installing 'm4/lt~obsolete.m4' from '/usr/share/aclocal/lt~obsolete.m4'
  11. autoreconf: configure.ac: tracing
  12. autoreconf: running: libtoolize --copy
  13. libtoolize: putting auxiliary files in `.'.
  14. libtoolize: copying file `./ltmain.sh'
  15. autoreconf: running: /usr/bin/autoconf
  16. autoreconf: running: /usr/bin/autoheader
  17. autoreconf: running: automake --add-missing --copy --no-force
  18. autoreconf: Leaving directory `.'
  19. sebi@sebi:~/Builds/gambas3-pkg/gambas3-3.2.0/main$ ./configure -C
  20. configure: creating cache config.cache
  21. checking for a BSD-compatible install... /usr/bin/install -c
  22. checking whether build environment is sane... yes
  23. checking for a thread-safe mkdir -p... /bin/mkdir -p
  24. checking for gawk... gawk
  25. checking whether make sets $(MAKE)... yes
  26. checking build system type... x86_64-unknown-linux-gnu
  27. checking host system type... x86_64-unknown-linux-gnu
  28. checking for style of include used by make... GNU
  29. checking for gcc... gcc
  30. checking whether the C compiler works... yes
  31. checking for C compiler default output file name... a.out
  32. checking for suffix of executables...
  33. checking whether we are cross compiling... no
  34. checking for suffix of object files... o
  35. checking whether we are using the GNU C compiler... yes
  36. checking whether gcc accepts -g... yes
  37. checking for gcc option to accept ISO C89... none needed
  38. checking dependency style of gcc... gcc3
  39. checking whether to enable maintainer-specific portions of Makefiles... no
  40. checking whether ln -s works... yes
  41. checking target system... LINUX
  42. checking target architecture... X86_64
  43. checking how to run the C preprocessor... gcc -E
  44. checking for g++... g++
  45. checking whether we are using the GNU C++ compiler... yes
  46. checking whether g++ accepts -g... yes
  47. checking dependency style of g++... gcc3
  48. checking for gcc... (cached) gcc
  49. checking whether we are using the GNU C compiler... (cached) yes
  50. checking whether gcc accepts -g... (cached) yes
  51. checking for gcc option to accept ISO C89... (cached) none needed
  52. checking dependency style of gcc... (cached) gcc3
  53. checking whether make sets $(MAKE)... (cached) yes
  54. checking for setenv... yes
  55. checking for unsetenv... yes
  56. checking for getdomainname... yes
  57. checking for getpt... yes
  58. checking for cfmakeraw... yes
  59. checking for main in -lgcc_s... yes
  60. checking for main in -lstdc++... yes
  61. checking which extension is used for shared libraries... .so
  62. checking for threading compiler options... -D_REENTRANT
  63. checking for threading linker options... -lpthread
  64. checking for mathematic libraries... -lm
  65. checking for external gettext library...
  66. checking for ccache... no
  67. checking CFLAGS for gcc -fvisibility=hidden... -fvisibility=hidden
  68. checking for exp10... yes
  69. checking for exp2... yes
  70. checking for log2... yes
  71. checking how to print strings... printf
  72. checking for a sed that does not truncate output... /bin/sed
  73. checking for grep that handles long lines and -e... /usr/bin/grep
  74. checking for egrep... /usr/bin/grep -E
  75. checking for fgrep... /usr/bin/grep -F
  76. checking for ld used by gcc... /usr/bin/ld
  77. checking if the linker (/usr/bin/ld) is GNU ld... yes
  78. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  79. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  80. checking the maximum length of command line arguments... 1572864
  81. checking whether the shell understands some XSI constructs... yes
  82. checking whether the shell understands "+="... yes
  83. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  84. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  85. checking for /usr/bin/ld option to reload object files... -r
  86. checking for objdump... objdump
  87. checking how to recognize dependent libraries... pass_all
  88. checking for dlltool... dlltool
  89. checking how to associate runtime and link libraries... printf %s\n
  90. checking for ar... ar
  91. checking for archiver @FILE support... @
  92. checking for strip... strip
  93. checking for ranlib... ranlib
  94. checking command to parse /usr/bin/nm -B output from gcc object... ok
  95. checking for sysroot... no
  96. checking for mt... no
  97. checking if : is a manifest tool... no
  98. checking for ANSI C header files... yes
  99. checking for sys/types.h... yes
  100. checking for sys/stat.h... yes
  101. checking for stdlib.h... yes
  102. checking for string.h... yes
  103. checking for memory.h... yes
  104. checking for strings.h... yes
  105. checking for inttypes.h... yes
  106. checking for stdint.h... yes
  107. checking for unistd.h... yes
  108. checking for dlfcn.h... yes
  109. checking for objdir... .libs
  110. checking if gcc supports -fno-rtti -fno-exceptions... no
  111. checking for gcc option to produce PIC... -fPIC -DPIC
  112. checking if gcc PIC flag -fPIC -DPIC works... yes
  113. checking if gcc static flag -static works... yes
  114. checking if gcc supports -c -o file.o... yes
  115. checking if gcc supports -c -o file.o... (cached) yes
  116. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  117. checking whether -lc should be explicitly linked in... no
  118. checking dynamic linker characteristics... GNU/Linux ld.so
  119. checking how to hardcode library paths into programs... immediate
  120. checking for shl_load... no
  121. checking for shl_load in -ldld... no
  122. checking for dlopen... no
  123. checking for dlopen in -ldl... yes
  124. checking whether a program can dlopen itself... yes
  125. checking whether a statically linked program can dlopen itself... no
  126. checking whether stripping libraries is possible... yes
  127. checking if libtool supports shared libraries... yes
  128. checking whether to build shared libraries... yes
  129. checking whether to build static libraries... no
  130. checking how to run the C++ preprocessor... g++ -E
  131. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  132. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  133. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  134. checking for g++ option to produce PIC... -fPIC -DPIC
  135. checking if g++ PIC flag -fPIC -DPIC works... yes
  136. checking if g++ static flag -static works... yes
  137. checking if g++ supports -c -o file.o... yes
  138. checking if g++ supports -c -o file.o... (cached) yes
  139. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  140. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  141. checking how to hardcode library paths into programs... immediate
  142. checking whether gcc and cc understand -c and -o together... yes
  143. checking for libintl headers... /usr/include/
  144. checking for libintl libraries... no
  145. configure: WARNING: Unable to find file: libintl.so
  146. configure: WARNING: This library may be located inside the system C library
  147. checking for libiconv headers... /usr/include/
  148. checking for libiconv libraries... no
  149. configure: WARNING: Unable to find file: libiconv.so
  150. configure: WARNING: This library may be located inside the system C library
  151. checking for libffi component with pkg-config... OK
  152. checking for xdg-mime... xdg-mime
  153. configure: updating cache config.cache
  154. checking that generated files are newer than configure... done
  155. configure: creating ./config.status
  156. config.status: creating Makefile
  157. config.status: creating share/Makefile
  158. config.status: creating gbc/Makefile
  159. config.status: creating gbx/Makefile
  160. config.status: creating lib/Makefile
  161. config.status: creating lib/debug/Makefile
  162. config.status: creating lib/eval/Makefile
  163. config.status: creating lib/db/Makefile
  164. config.status: creating lib/vb/Makefile
  165. config.status: creating lib/compress/Makefile
  166. config.status: creating lib/option/Makefile
  167. config.status: creating lib/draw/Makefile
  168. config.status: creating lib/gui/Makefile
  169. config.status: creating lib/gui.opengl/Makefile
  170. config.status: creating lib/image/Makefile
  171. config.status: creating lib/image.effect/Makefile
  172. config.status: creating lib/signal/Makefile
  173. config.status: creating config.h
  174. config.status: executing depfiles commands
  175. config.status: executing libtool commands
  176.  
  177. ||
  178. || Unable to find file: libintl.so
  179. || This library may be located inside the system C library, so you can ignore that warning...
  180. || Unable to find file: libiconv.so
  181. || This library may be located inside the system C library, so you can ignore that warning...
  182. ||
  183.  
  184. sebi@sebi:~/Builds/gambas3-pkg/gambas3-3.2.0/main/lib/signal$ make
  185. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../share -I../../gbx -D_REENTRANT -I../../libltdl -pipe -Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -MT gb_signal_la-csignal.lo -MD -MP -MF .deps/gb_signal_la-csignal.Tpo -c -o gb_signal_la-csignal.lo `test -f 'csignal.c' || echo './'`csignal.c
  186. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../share -I../../gbx -D_REENTRANT -I../../libltdl -pipe -Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -MT gb_signal_la-csignal.lo -MD -MP -MF .deps/gb_signal_la-csignal.Tpo -c csignal.c -fPIC -DPIC -o .libs/gb_signal_la-csignal.o
  187. csignal.c:45:17: error: conflicting types for 'siginfo_t'
  188. In file included from /usr/include/signal.h:78:0,
  189. from csignal.c:28:
  190. /usr/include/bits/siginfo.h:119:5: note: previous declaration of 'siginfo_t' was here
  191. csignal.c: In function 'handle_signal':
  192. csignal.c:209:4: warning: passing argument 2 of 'sh->action.__sigaction_handler.sa_sigaction' from incompatible pointer type [enabled by default]
  193. csignal.c:209:4: note: expected 'struct siginfo_t *' but argument is of type 'struct siginfo_t *'
  194. csignal.c: In function 'Signal_Catch':
  195. csignal.c:265:22: warning: assignment from incompatible pointer type [enabled by default]
  196. make: *** [gb_signal_la-csignal.lo] Error 1
  197. sebi@sebi:~/Builds/gambas3-pkg/gambas3-3.2.0/main/lib/signal$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement