Advertisement
Guest User

Gambas gb.qt4 build error

a guest
Aug 6th, 2012
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.85 KB | None | 0 0
  1. autoreconf: Entering directory `.'
  2. autoreconf: configure.ac: not using Gettext
  3. autoreconf: running: aclocal -I m4 --install
  4. /usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
  5. /usr/share/aclocal/imlib.m4:9: run info '(automake)Extending aclocal'
  6. /usr/share/aclocal/imlib.m4:9: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
  7. aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4'
  8. aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4'
  9. aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4'
  10. aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4'
  11. aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4'
  12. aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4'
  13. autoreconf: configure.ac: tracing
  14. autoreconf: running: libtoolize --copy
  15. libtoolize: putting auxiliary files in `.'.
  16. libtoolize: copying file `./ltmain.sh'
  17. /usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
  18. /usr/share/aclocal/imlib.m4:9: run info '(automake)Extending aclocal'
  19. /usr/share/aclocal/imlib.m4:9: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
  20. autoreconf: running: /usr/bin/autoconf
  21. autoreconf: running: /usr/bin/autoheader
  22. autoreconf: running: automake --add-missing --copy --no-force
  23. autoreconf: Leaving directory `.'
  24. checking for a BSD-compatible install... /usr/bin/ginstall -c
  25. checking whether build environment is sane... yes
  26. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  27. checking for gawk... gawk
  28. checking whether make sets $(MAKE)... yes
  29. checking build system type... i686-pc-linux-gnu
  30. checking host system type... i686-pc-linux-gnu
  31. checking for style of include used by make... GNU
  32. checking for gcc... gcc
  33. checking whether the C compiler works... yes
  34. checking for C compiler default output file name... a.out
  35. checking for suffix of executables...
  36. checking whether we are cross compiling... no
  37. checking for suffix of object files... o
  38. checking whether we are using the GNU C compiler... yes
  39. checking whether gcc accepts -g... yes
  40. checking for gcc option to accept ISO C89... none needed
  41. checking dependency style of gcc... gcc3
  42. checking whether to enable maintainer-specific portions of Makefiles... no
  43. checking whether ln -s works... yes
  44. checking target system... LINUX
  45. checking target architecture... X86
  46. checking how to run the C preprocessor... gcc -E
  47. checking for g++... g++
  48. checking whether we are using the GNU C++ compiler... yes
  49. checking whether g++ accepts -g... yes
  50. checking dependency style of g++... gcc3
  51. checking for gcc... (cached) gcc
  52. checking whether we are using the GNU C compiler... (cached) yes
  53. checking whether gcc accepts -g... (cached) yes
  54. checking for gcc option to accept ISO C89... (cached) none needed
  55. checking dependency style of gcc... (cached) gcc3
  56. checking whether make sets $(MAKE)... (cached) yes
  57. checking for setenv... yes
  58. checking for unsetenv... yes
  59. checking for getdomainname... yes
  60. checking for getpt... yes
  61. checking for cfmakeraw... yes
  62. checking for main in -lgcc_s... yes
  63. checking for main in -lstdc++... yes
  64. checking which extension is used for shared libraries... .so
  65. checking for threading compiler options... -D_REENTRANT
  66. checking for threading linker options... -lpthread
  67. checking for mathematic libraries... -lm
  68. checking for external gettext library...
  69. checking for ccache... /usr/bin/ccache
  70. checking CFLAGS for gcc -fvisibility=hidden... -fvisibility=hidden
  71. checking how to print strings... printf
  72. checking for a sed that does not truncate output... /usr/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/i486-slackware-linux/bin/ld
  77. checking if the linker (/usr/i486-slackware-linux/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 i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  84. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  85. checking for /usr/i486-slackware-linux/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... mt
  97. checking if mt 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/i486-slackware-linux/bin/ld) 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/i486-slackware-linux/bin/ld
  132. checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes
  133. checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) 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/i486-slackware-linux/bin/ld) 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 for X... libraries , headers
  143. checking for gethostbyname... yes
  144. checking for connect... yes
  145. checking for remove... yes
  146. checking for shmat... yes
  147. checking for IceConnectionNumber in -lICE... yes
  148. checking for gb.qt4 component with pkg-config... OK
  149. checking for gb.qt4.ext component with pkg-config... OK
  150. checking for gb.qt4.webkit component with pkg-config... OK
  151. checking for gb.qt4.opengl component with pkg-config... OK
  152. configure: creating ./config.status
  153. config.status: creating Makefile
  154. config.status: creating src/Makefile
  155. config.status: creating src/ext/Makefile
  156. config.status: creating src/webkit/Makefile
  157. config.status: creating src/opengl/Makefile
  158. config.status: creating config.h
  159. config.status: executing depfiles commands
  160. config.status: executing libtool commands
  161. make all-recursive
  162. make[1]: Вход в каталог `/data/Installs/Sources/gambas3-3.2.0/gb.qt4'
  163. Making all in src
  164. make[2]: Вход в каталог `/data/Installs/Sources/gambas3-3.2.0/gb.qt4/src'
  165. Making all in ext
  166. make[3]: Вход в каталог `/data/Installs/Sources/gambas3-3.2.0/gb.qt4/src/ext'
  167. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-main.lo -MD -MP -MF .deps/gb_qt4_ext_la-main.Tpo -c -o gb_qt4_ext_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp
  168. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-main.lo -MD -MP -MF .deps/gb_qt4_ext_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/gb_qt4_ext_la-main.o
  169. mv -f .deps/gb_qt4_ext_la-main.Tpo .deps/gb_qt4_ext_la-main.Plo
  170. /usr/lib/qt/bin/moc -o CLCDNumber_moc.cpp CLCDNumber.h
  171. CLCDNumber.h:0: Note: No relevant classes found. No output generated.
  172. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-CLCDNumber_moc.lo -MD -MP -MF .deps/gb_qt4_ext_la-CLCDNumber_moc.Tpo -c -o gb_qt4_ext_la-CLCDNumber_moc.lo `test -f 'CLCDNumber_moc.cpp' || echo './'`CLCDNumber_moc.cpp
  173. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-CLCDNumber_moc.lo -MD -MP -MF .deps/gb_qt4_ext_la-CLCDNumber_moc.Tpo -c CLCDNumber_moc.cpp -fPIC -DPIC -o .libs/gb_qt4_ext_la-CLCDNumber_moc.o
  174. mv -f .deps/gb_qt4_ext_la-CLCDNumber_moc.Tpo .deps/gb_qt4_ext_la-CLCDNumber_moc.Plo
  175. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-CLCDNumber.lo -MD -MP -MF .deps/gb_qt4_ext_la-CLCDNumber.Tpo -c -o gb_qt4_ext_la-CLCDNumber.lo `test -f 'CLCDNumber.cpp' || echo './'`CLCDNumber.cpp
  176. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-CLCDNumber.lo -MD -MP -MF .deps/gb_qt4_ext_la-CLCDNumber.Tpo -c CLCDNumber.cpp -fPIC -DPIC -o .libs/gb_qt4_ext_la-CLCDNumber.o
  177. mv -f .deps/gb_qt4_ext_la-CLCDNumber.Tpo .deps/gb_qt4_ext_la-CLCDNumber.Plo
  178. /usr/lib/qt/bin/moc -o CDial_moc.cpp CDial.h
  179. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-CDial_moc.lo -MD -MP -MF .deps/gb_qt4_ext_la-CDial_moc.Tpo -c -o gb_qt4_ext_la-CDial_moc.lo `test -f 'CDial_moc.cpp' || echo './'`CDial_moc.cpp
  180. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-CDial_moc.lo -MD -MP -MF .deps/gb_qt4_ext_la-CDial_moc.Tpo -c CDial_moc.cpp -fPIC -DPIC -o .libs/gb_qt4_ext_la-CDial_moc.o
  181. mv -f .deps/gb_qt4_ext_la-CDial_moc.Tpo .deps/gb_qt4_ext_la-CDial_moc.Plo
  182. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-CDial.lo -MD -MP -MF .deps/gb_qt4_ext_la-CDial.Tpo -c -o gb_qt4_ext_la-CDial.lo `test -f 'CDial.cpp' || echo './'`CDial.cpp
  183. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-CDial.lo -MD -MP -MF .deps/gb_qt4_ext_la-CDial.Tpo -c CDial.cpp -fPIC -DPIC -o .libs/gb_qt4_ext_la-CDial.o
  184. mv -f .deps/gb_qt4_ext_la-CDial.Tpo .deps/gb_qt4_ext_la-CDial.Plo
  185. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-garray.lo -MD -MP -MF .deps/gb_qt4_ext_la-garray.Tpo -c -o gb_qt4_ext_la-garray.lo `test -f 'garray.cpp' || echo './'`garray.cpp
  186. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-garray.lo -MD -MP -MF .deps/gb_qt4_ext_la-garray.Tpo -c garray.cpp -fPIC -DPIC -o .libs/gb_qt4_ext_la-garray.o
  187. mv -f .deps/gb_qt4_ext_la-garray.Tpo .deps/gb_qt4_ext_la-garray.Plo
  188. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-gstring.lo -MD -MP -MF .deps/gb_qt4_ext_la-gstring.Tpo -c -o gb_qt4_ext_la-gstring.lo `test -f 'gstring.cpp' || echo './'`gstring.cpp
  189. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-gstring.lo -MD -MP -MF .deps/gb_qt4_ext_la-gstring.Tpo -c gstring.cpp -fPIC -DPIC -o .libs/gb_qt4_ext_la-gstring.o
  190. mv -f .deps/gb_qt4_ext_la-gstring.Tpo .deps/gb_qt4_ext_la-gstring.Plo
  191. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-gdocument.lo -MD -MP -MF .deps/gb_qt4_ext_la-gdocument.Tpo -c -o gb_qt4_ext_la-gdocument.lo `test -f 'gdocument.cpp' || echo './'`gdocument.cpp
  192. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-gdocument.lo -MD -MP -MF .deps/gb_qt4_ext_la-gdocument.Tpo -c gdocument.cpp -fPIC -DPIC -o .libs/gb_qt4_ext_la-gdocument.o
  193. mv -f .deps/gb_qt4_ext_la-gdocument.Tpo .deps/gb_qt4_ext_la-gdocument.Plo
  194. /usr/lib/qt/bin/moc -o gview_moc.cpp gview.h
  195. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-gview_moc.lo -MD -MP -MF .deps/gb_qt4_ext_la-gview_moc.Tpo -c -o gb_qt4_ext_la-gview_moc.lo `test -f 'gview_moc.cpp' || echo './'`gview_moc.cpp
  196. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-gview_moc.lo -MD -MP -MF .deps/gb_qt4_ext_la-gview_moc.Tpo -c gview_moc.cpp -fPIC -DPIC -o .libs/gb_qt4_ext_la-gview_moc.o
  197. mv -f .deps/gb_qt4_ext_la-gview_moc.Tpo .deps/gb_qt4_ext_la-gview_moc.Plo
  198. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-gview.lo -MD -MP -MF .deps/gb_qt4_ext_la-gview.Tpo -c -o gb_qt4_ext_la-gview.lo `test -f 'gview.cpp' || echo './'`gview.cpp
  199. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-gview.lo -MD -MP -MF .deps/gb_qt4_ext_la-gview.Tpo -c gview.cpp -fPIC -DPIC -o .libs/gb_qt4_ext_la-gview.o
  200. mv -f .deps/gb_qt4_ext_la-gview.Tpo .deps/gb_qt4_ext_la-gview.Plo
  201. /usr/lib/qt/bin/moc -o CEditor_moc.cpp CEditor.h
  202. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-CEditor_moc.lo -MD -MP -MF .deps/gb_qt4_ext_la-CEditor_moc.Tpo -c -o gb_qt4_ext_la-CEditor_moc.lo `test -f 'CEditor_moc.cpp' || echo './'`CEditor_moc.cpp
  203. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-CEditor_moc.lo -MD -MP -MF .deps/gb_qt4_ext_la-CEditor_moc.Tpo -c CEditor_moc.cpp -fPIC -DPIC -o .libs/gb_qt4_ext_la-CEditor_moc.o
  204. mv -f .deps/gb_qt4_ext_la-CEditor_moc.Tpo .deps/gb_qt4_ext_la-CEditor_moc.Plo
  205. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-CEditor.lo -MD -MP -MF .deps/gb_qt4_ext_la-CEditor.Tpo -c -o gb_qt4_ext_la-CEditor.lo `test -f 'CEditor.cpp' || echo './'`CEditor.cpp
  206. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-CEditor.lo -MD -MP -MF .deps/gb_qt4_ext_la-CEditor.Tpo -c CEditor.cpp -fPIC -DPIC -o .libs/gb_qt4_ext_la-CEditor.o
  207. mv -f .deps/gb_qt4_ext_la-CEditor.Tpo .deps/gb_qt4_ext_la-CEditor.Plo
  208. /usr/lib/qt/bin/moc -o CTextEdit_moc.cpp CTextEdit.h
  209. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-CTextEdit_moc.lo -MD -MP -MF .deps/gb_qt4_ext_la-CTextEdit_moc.Tpo -c -o gb_qt4_ext_la-CTextEdit_moc.lo `test -f 'CTextEdit_moc.cpp' || echo './'`CTextEdit_moc.cpp
  210. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-CTextEdit_moc.lo -MD -MP -MF .deps/gb_qt4_ext_la-CTextEdit_moc.Tpo -c CTextEdit_moc.cpp -fPIC -DPIC -o .libs/gb_qt4_ext_la-CTextEdit_moc.o
  211. mv -f .deps/gb_qt4_ext_la-CTextEdit_moc.Tpo .deps/gb_qt4_ext_la-CTextEdit_moc.Plo
  212. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-CTextEdit.lo -MD -MP -MF .deps/gb_qt4_ext_la-CTextEdit.Tpo -c -o gb_qt4_ext_la-CTextEdit.lo `test -f 'CTextEdit.cpp' || echo './'`CTextEdit.cpp
  213. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/Qt3Support -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_ext_la-CTextEdit.lo -MD -MP -MF .deps/gb_qt4_ext_la-CTextEdit.Tpo -c CTextEdit.cpp -fPIC -DPIC -o .libs/gb_qt4_ext_la-CTextEdit.o
  214. mv -f .deps/gb_qt4_ext_la-CTextEdit.Tpo .deps/gb_qt4_ext_la-CTextEdit.Plo
  215. /bin/sh ../../libtool --tag=CXX --mode=link g++ -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -module -L/usr/lib/qt/lib -o gb.qt4.ext.la -rpath /usr/local/lib/gambas3 gb_qt4_ext_la-main.lo gb_qt4_ext_la-CLCDNumber_moc.lo gb_qt4_ext_la-CLCDNumber.lo gb_qt4_ext_la-CDial_moc.lo gb_qt4_ext_la-CDial.lo gb_qt4_ext_la-garray.lo gb_qt4_ext_la-gstring.lo gb_qt4_ext_la-gdocument.lo gb_qt4_ext_la-gview_moc.lo gb_qt4_ext_la-gview.lo gb_qt4_ext_la-CEditor_moc.lo gb_qt4_ext_la-CEditor.lo gb_qt4_ext_la-CTextEdit_moc.lo gb_qt4_ext_la-CTextEdit.lo -lQt3Support -lQtGui -lQtNetwork -lQtSql -lQtCore
  216. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i486-slackware-linux/4.7.1/../../../crti.o /usr/lib/gcc/i486-slackware-linux/4.7.1/crtbeginS.o .libs/gb_qt4_ext_la-main.o .libs/gb_qt4_ext_la-CLCDNumber_moc.o .libs/gb_qt4_ext_la-CLCDNumber.o .libs/gb_qt4_ext_la-CDial_moc.o .libs/gb_qt4_ext_la-CDial.o .libs/gb_qt4_ext_la-garray.o .libs/gb_qt4_ext_la-gstring.o .libs/gb_qt4_ext_la-gdocument.o .libs/gb_qt4_ext_la-gview_moc.o .libs/gb_qt4_ext_la-gview.o .libs/gb_qt4_ext_la-CEditor_moc.o .libs/gb_qt4_ext_la-CEditor.o .libs/gb_qt4_ext_la-CTextEdit_moc.o .libs/gb_qt4_ext_la-CTextEdit.o -Wl,-rpath -Wl,/usr/lib/qt/lib -Wl,-rpath -Wl,/usr/lib/qt/lib -L/usr/lib/qt/lib /usr/lib/qt/lib/libQt3Support.so -L/usr/X11R6/lib /usr/lib/qt/lib/libQtXml.so /usr/lib/qt/lib/libQtGui.so /usr/lib/qt/lib/libQtNetwork.so /usr/lib/qt/lib/libQtSql.so /usr/lib/qt/lib/libQtCore.so -lpthread -L/usr/lib/gcc/i486-slackware-linux/4.7.1 -L/usr/lib/gcc/i486-slackware-linux/4.7.1/../../../../i486-slackware-linux/lib -L/usr/lib/gcc/i486-slackware-linux/4.7.1/../../.. /usr/lib/libstdc++.so -lm -lc -lgcc_s /usr/lib/gcc/i486-slackware-linux/4.7.1/crtendS.o /usr/lib/gcc/i486-slackware-linux/4.7.1/../../../crtn.o -Os -Wl,-soname -Wl,gb.qt4.ext.so.0 -o .libs/gb.qt4.ext.so.0.0.0
  217. libtool: link: (cd ".libs" && rm -f "gb.qt4.ext.so.0" && ln -s "gb.qt4.ext.so.0.0.0" "gb.qt4.ext.so.0")
  218. libtool: link: (cd ".libs" && rm -f "gb.qt4.ext.so" && ln -s "gb.qt4.ext.so.0.0.0" "gb.qt4.ext.so")
  219. libtool: link: ( cd ".libs" && rm -f "gb.qt4.ext.la" && ln -s "../gb.qt4.ext.la" "gb.qt4.ext.la" )
  220. make[3]: Выход из каталога `/data/Installs/Sources/gambas3-3.2.0/gb.qt4/src/ext'
  221. Making all in webkit
  222. make[3]: Вход в каталог `/data/Installs/Sources/gambas3-3.2.0/gb.qt4/src/webkit'
  223. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtDBus -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtWebKit -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_webkit_la-main.lo -MD -MP -MF .deps/gb_qt4_webkit_la-main.Tpo -c -o gb_qt4_webkit_la-main.lo `test -f 'main.cpp' || echo './'`main.cpp
  224. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtDBus -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtWebKit -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_webkit_la-main.lo -MD -MP -MF .deps/gb_qt4_webkit_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/gb_qt4_webkit_la-main.o
  225. mv -f .deps/gb_qt4_webkit_la-main.Tpo .deps/gb_qt4_webkit_la-main.Plo
  226. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtDBus -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtWebKit -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_webkit_la-cwebsettings.lo -MD -MP -MF .deps/gb_qt4_webkit_la-cwebsettings.Tpo -c -o gb_qt4_webkit_la-cwebsettings.lo `test -f 'cwebsettings.cpp' || echo './'`cwebsettings.cpp
  227. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtDBus -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtWebKit -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_webkit_la-cwebsettings.lo -MD -MP -MF .deps/gb_qt4_webkit_la-cwebsettings.Tpo -c cwebsettings.cpp -fPIC -DPIC -o .libs/gb_qt4_webkit_la-cwebsettings.o
  228. mv -f .deps/gb_qt4_webkit_la-cwebsettings.Tpo .deps/gb_qt4_webkit_la-cwebsettings.Plo
  229. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtDBus -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtWebKit -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_webkit_la-cwebframe.lo -MD -MP -MF .deps/gb_qt4_webkit_la-cwebframe.Tpo -c -o gb_qt4_webkit_la-cwebframe.lo `test -f 'cwebframe.cpp' || echo './'`cwebframe.cpp
  230. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtDBus -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtWebKit -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_webkit_la-cwebframe.lo -MD -MP -MF .deps/gb_qt4_webkit_la-cwebframe.Tpo -c cwebframe.cpp -fPIC -DPIC -o .libs/gb_qt4_webkit_la-cwebframe.o
  231. mv -f .deps/gb_qt4_webkit_la-cwebframe.Tpo .deps/gb_qt4_webkit_la-cwebframe.Plo
  232. /usr/lib/qt/bin/moc -o cwebframe_moc.cpp cwebframe.h
  233. cwebframe.h:0: Note: No relevant classes found. No output generated.
  234. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtDBus -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtWebKit -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_webkit_la-cwebframe_moc.lo -MD -MP -MF .deps/gb_qt4_webkit_la-cwebframe_moc.Tpo -c -o gb_qt4_webkit_la-cwebframe_moc.lo `test -f 'cwebframe_moc.cpp' || echo './'`cwebframe_moc.cpp
  235. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtDBus -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtWebKit -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_webkit_la-cwebframe_moc.lo -MD -MP -MF .deps/gb_qt4_webkit_la-cwebframe_moc.Tpo -c cwebframe_moc.cpp -fPIC -DPIC -o .libs/gb_qt4_webkit_la-cwebframe_moc.o
  236. mv -f .deps/gb_qt4_webkit_la-cwebframe_moc.Tpo .deps/gb_qt4_webkit_la-cwebframe_moc.Plo
  237. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtDBus -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtWebKit -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_webkit_la-cwebview.lo -MD -MP -MF .deps/gb_qt4_webkit_la-cwebview.Tpo -c -o gb_qt4_webkit_la-cwebview.lo `test -f 'cwebview.cpp' || echo './'`cwebview.cpp
  238. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtDBus -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtWebKit -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_webkit_la-cwebview.lo -MD -MP -MF .deps/gb_qt4_webkit_la-cwebview.Tpo -c cwebview.cpp -fPIC -DPIC -o .libs/gb_qt4_webkit_la-cwebview.o
  239. mv -f .deps/gb_qt4_webkit_la-cwebview.Tpo .deps/gb_qt4_webkit_la-cwebview.Plo
  240. /usr/lib/qt/bin/moc -o cwebview_moc.cpp cwebview.h
  241. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtDBus -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtWebKit -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_webkit_la-cwebview_moc.lo -MD -MP -MF .deps/gb_qt4_webkit_la-cwebview_moc.Tpo -c -o gb_qt4_webkit_la-cwebview_moc.lo `test -f 'cwebview_moc.cpp' || echo './'`cwebview_moc.cpp
  242. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtDBus -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtWebKit -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_webkit_la-cwebview_moc.lo -MD -MP -MF .deps/gb_qt4_webkit_la-cwebview_moc.Tpo -c cwebview_moc.cpp -fPIC -DPIC -o .libs/gb_qt4_webkit_la-cwebview_moc.o
  243. mv -f .deps/gb_qt4_webkit_la-cwebview_moc.Tpo .deps/gb_qt4_webkit_la-cwebview_moc.Plo
  244. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtDBus -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtWebKit -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_webkit_la-ccookiejar.lo -MD -MP -MF .deps/gb_qt4_webkit_la-ccookiejar.Tpo -c -o gb_qt4_webkit_la-ccookiejar.lo `test -f 'ccookiejar.cpp' || echo './'`ccookiejar.cpp
  245. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtDBus -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtWebKit -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_webkit_la-ccookiejar.lo -MD -MP -MF .deps/gb_qt4_webkit_la-ccookiejar.Tpo -c ccookiejar.cpp -fPIC -DPIC -o .libs/gb_qt4_webkit_la-ccookiejar.o
  246. mv -f .deps/gb_qt4_webkit_la-ccookiejar.Tpo .deps/gb_qt4_webkit_la-ccookiejar.Plo
  247. /usr/lib/qt/bin/moc -o ccookiejar_moc.cpp ccookiejar.h
  248. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtDBus -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtWebKit -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_webkit_la-ccookiejar_moc.lo -MD -MP -MF .deps/gb_qt4_webkit_la-ccookiejar_moc.Tpo -c -o gb_qt4_webkit_la-ccookiejar_moc.lo `test -f 'ccookiejar_moc.cpp' || echo './'`ccookiejar_moc.cpp
  249. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtDBus -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtWebKit -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_webkit_la-ccookiejar_moc.lo -MD -MP -MF .deps/gb_qt4_webkit_la-ccookiejar_moc.Tpo -c ccookiejar_moc.cpp -fPIC -DPIC -o .libs/gb_qt4_webkit_la-ccookiejar_moc.o
  250. mv -f .deps/gb_qt4_webkit_la-ccookiejar_moc.Tpo .deps/gb_qt4_webkit_la-ccookiejar_moc.Plo
  251. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtDBus -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtWebKit -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_webkit_la-cwebhittest.lo -MD -MP -MF .deps/gb_qt4_webkit_la-cwebhittest.Tpo -c -o gb_qt4_webkit_la-cwebhittest.lo `test -f 'cwebhittest.cpp' || echo './'`cwebhittest.cpp
  252. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtDBus -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtWebKit -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_webkit_la-cwebhittest.lo -MD -MP -MF .deps/gb_qt4_webkit_la-cwebhittest.Tpo -c cwebhittest.cpp -fPIC -DPIC -o .libs/gb_qt4_webkit_la-cwebhittest.o
  253. mv -f .deps/gb_qt4_webkit_la-cwebhittest.Tpo .deps/gb_qt4_webkit_la-cwebhittest.Plo
  254. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtDBus -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtWebKit -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_webkit_la-cwebdownload.lo -MD -MP -MF .deps/gb_qt4_webkit_la-cwebdownload.Tpo -c -o gb_qt4_webkit_la-cwebdownload.lo `test -f 'cwebdownload.cpp' || echo './'`cwebdownload.cpp
  255. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtDBus -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtWebKit -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_webkit_la-cwebdownload.lo -MD -MP -MF .deps/gb_qt4_webkit_la-cwebdownload.Tpo -c cwebdownload.cpp -fPIC -DPIC -o .libs/gb_qt4_webkit_la-cwebdownload.o
  256. mv -f .deps/gb_qt4_webkit_la-cwebdownload.Tpo .deps/gb_qt4_webkit_la-cwebdownload.Plo
  257. /usr/lib/qt/bin/moc -o cwebdownload_moc.cpp cwebdownload.h
  258. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtDBus -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtWebKit -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_webkit_la-cwebdownload_moc.lo -MD -MP -MF .deps/gb_qt4_webkit_la-cwebdownload_moc.Tpo -c -o gb_qt4_webkit_la-cwebdownload_moc.lo `test -f 'cwebdownload_moc.cpp' || echo './'`cwebdownload_moc.cpp
  259. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DQT_SHARED -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtDBus -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtWebKit -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -MT gb_qt4_webkit_la-cwebdownload_moc.lo -MD -MP -MF .deps/gb_qt4_webkit_la-cwebdownload_moc.Tpo -c cwebdownload_moc.cpp -fPIC -DPIC -o .libs/gb_qt4_webkit_la-cwebdownload_moc.o
  260. mv -f .deps/gb_qt4_webkit_la-cwebdownload_moc.Tpo .deps/gb_qt4_webkit_la-cwebdownload_moc.Plo
  261. /bin/sh ../../libtool --tag=CXX --mode=link g++ -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -module -L/usr/lib/qt/lib -o gb.qt4.webkit.la -rpath /usr/local/lib/gambas3 gb_qt4_webkit_la-main.lo gb_qt4_webkit_la-cwebsettings.lo gb_qt4_webkit_la-cwebframe.lo gb_qt4_webkit_la-cwebframe_moc.lo gb_qt4_webkit_la-cwebview.lo gb_qt4_webkit_la-cwebview_moc.lo gb_qt4_webkit_la-ccookiejar.lo gb_qt4_webkit_la-ccookiejar_moc.lo gb_qt4_webkit_la-cwebhittest.lo gb_qt4_webkit_la-cwebdownload.lo gb_qt4_webkit_la-cwebdownload_moc.lo -lQtDBus -lQtXml -lQtWebKit -lQtGui -lQtNetwork -lQtCore
  262. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i486-slackware-linux/4.7.1/../../../crti.o /usr/lib/gcc/i486-slackware-linux/4.7.1/crtbeginS.o .libs/gb_qt4_webkit_la-main.o .libs/gb_qt4_webkit_la-cwebsettings.o .libs/gb_qt4_webkit_la-cwebframe.o .libs/gb_qt4_webkit_la-cwebframe_moc.o .libs/gb_qt4_webkit_la-cwebview.o .libs/gb_qt4_webkit_la-cwebview_moc.o .libs/gb_qt4_webkit_la-ccookiejar.o .libs/gb_qt4_webkit_la-ccookiejar_moc.o .libs/gb_qt4_webkit_la-cwebhittest.o .libs/gb_qt4_webkit_la-cwebdownload.o .libs/gb_qt4_webkit_la-cwebdownload_moc.o -Wl,-rpath -Wl,/usr/lib/qt/lib -Wl,-rpath -Wl,/usr/lib/qt/lib -L/usr/lib/qt/lib /usr/lib/qt/lib/libQtDBus.so /usr/lib/qt/lib/libQtXml.so /usr/lib/qt/lib/libQtWebKit.so -L../../WebCore/release -L../../JavaScriptCore/release -L/usr/X11R6/lib -lwebcore /usr/lib/libfontconfig.so -L/usr/lib /usr/lib/libfreetype.so /usr/lib/libXext.so /usr/lib/libX11.so /usr/lib/libsqlite3.so -ldl /usr/lib/libXrender.so /usr/lib/libgio-2.0.so /usr/lib/libgstapp-0.10.so /usr/lib/libgstinterfaces-0.10.so /usr/lib/libgstpbutils-0.10.so /usr/lib/libgstvideo-0.10.so /usr/lib/libgstbase-0.10.so /usr/lib/libgstreamer-0.10.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libxml2.so /usr/lib/libgthread-2.0.so -lrt /usr/lib/libglib-2.0.so /usr/lib/qt/lib/libQtGui.so /usr/lib/qt/lib/libQtNetwork.so /usr/lib/qt/lib/libQtCore.so -lpthread -L/usr/lib/gcc/i486-slackware-linux/4.7.1 -L/usr/lib/gcc/i486-slackware-linux/4.7.1/../../../../i486-slackware-linux/lib -L/usr/lib/gcc/i486-slackware-linux/4.7.1/../../.. /usr/lib/libstdc++.so -lm -lc -lgcc_s /usr/lib/gcc/i486-slackware-linux/4.7.1/crtendS.o /usr/lib/gcc/i486-slackware-linux/4.7.1/../../../crtn.o -Os -pthread -pthread -Wl,-soname -Wl,gb.qt4.webkit.so.0 -o .libs/gb.qt4.webkit.so.0.0.0
  263. /usr/lib/gcc/i486-slackware-linux/4.7.1/../../../../i486-slackware-linux/bin/ld: cannot find -lwebcore
  264. collect2: error: ld returned 1 exit status
  265. make[3]: *** [gb.qt4.webkit.la] Ошибка 1
  266. make[3]: Выход из каталога `/data/Installs/Sources/gambas3-3.2.0/gb.qt4/src/webkit'
  267. make[2]: *** [all-recursive] Ошибка 1
  268. make[2]: Выход из каталога `/data/Installs/Sources/gambas3-3.2.0/gb.qt4/src'
  269. make[1]: *** [all-recursive] Ошибка 1
  270. make[1]: Выход из каталога `/data/Installs/Sources/gambas3-3.2.0/gb.qt4'
  271. make: *** [all] Ошибка 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement