Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2011
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.66 KB | None | 0 0
  1. configure: WARNING: if you wanted to set the --build type, don't use --host.
  2. If a cross compiler is detected then cross compile mode will be used
  3. checking build system type... i686-pc-linux-gnu
  4. checking host system type... arm-none-linux-gnueabi
  5. checking target system type... arm-none-linux-gnueabi
  6. checking for a BSD-compatible install... /usr/bin/install -c
  7. checking whether build environment is sane... yes
  8. checking for arm-none-linux-gnueabi-strip... arm-none-linux-gnueabi-strip
  9. checking for a thread-safe mkdir -p... /bin/mkdir -p
  10. checking for gawk... no
  11. checking for mawk... mawk
  12. checking whether make sets $(MAKE)... yes
  13. checking for arm-none-linux-gnueabi-gcc... arm-none-linux-gnueabi-gcc
  14. checking whether the C compiler works... yes
  15. checking for C compiler default output file name... a.out
  16. checking for suffix of executables...
  17. checking whether we are cross compiling... yes
  18. checking for suffix of object files... o
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether arm-none-linux-gnueabi-gcc accepts -g... yes
  21. checking for arm-none-linux-gnueabi-gcc option to accept ISO C89... none needed
  22. checking for style of include used by make... GNU
  23. checking dependency style of arm-none-linux-gnueabi-gcc... gcc3
  24. checking for arm-none-linux-gnueabi-g++... arm-none-linux-gnueabi-g++
  25. checking whether we are using the GNU C++ compiler... yes
  26. checking whether arm-none-linux-gnueabi-g++ accepts -g... yes
  27. checking dependency style of arm-none-linux-gnueabi-g++... gcc3
  28. checking for a sed that does not truncate output... /bin/sed
  29. checking for grep that handles long lines and -e... /bin/grep
  30. checking for egrep... /bin/grep -E
  31. checking for fgrep... /bin/grep -F
  32. checking for ld used by arm-none-linux-gnueabi-gcc... /opt/PalmPDK/arm-gcc/arm-none-linux-gnueabi/bin/ld
  33. checking if the linker (/opt/PalmPDK/arm-gcc/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes
  34. checking for BSD- or MS-compatible name lister (nm)... /opt/PalmPDK/arm-gcc/bin/arm-none-linux-gnueabi-nm -B
  35. checking the name lister (/opt/PalmPDK/arm-gcc/bin/arm-none-linux-gnueabi-nm -B) interface... BSD nm
  36. checking whether ln -s works... yes
  37. checking the maximum length of command line arguments... 1572864
  38. checking whether the shell understands some XSI constructs... yes
  39. checking whether the shell understands "+="... yes
  40. checking for /opt/PalmPDK/arm-gcc/arm-none-linux-gnueabi/bin/ld option to reload object files... -r
  41. checking for arm-none-linux-gnueabi-objdump... objdump
  42. checking how to recognize dependent libraries... pass_all
  43. checking for arm-none-linux-gnueabi-ar... arm-none-linux-gnueabi-ar
  44. checking for arm-none-linux-gnueabi-strip... (cached) arm-none-linux-gnueabi-strip
  45. checking for arm-none-linux-gnueabi-ranlib... arm-none-linux-gnueabi-ranlib
  46. checking command to parse /opt/PalmPDK/arm-gcc/bin/arm-none-linux-gnueabi-nm -B output from arm-none-linux-gnueabi-gcc object... ok
  47. checking how to run the C preprocessor... arm-none-linux-gnueabi-gcc -E
  48. checking for ANSI C header files... yes
  49. checking for sys/types.h... yes
  50. checking for sys/stat.h... yes
  51. checking for stdlib.h... yes
  52. checking for string.h... yes
  53. checking for memory.h... yes
  54. checking for strings.h... yes
  55. checking for inttypes.h... yes
  56. checking for stdint.h... yes
  57. checking for unistd.h... yes
  58. checking for dlfcn.h... yes
  59. checking whether we are using the GNU C++ compiler... (cached) yes
  60. checking whether arm-none-linux-gnueabi-g++ accepts -g... (cached) yes
  61. checking dependency style of arm-none-linux-gnueabi-g++... (cached) gcc3
  62. checking how to run the C++ preprocessor... arm-none-linux-gnueabi-g++ -E
  63. checking for objdir... .libs
  64. checking if arm-none-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions... no
  65. checking for arm-none-linux-gnueabi-gcc option to produce PIC... -fPIC -DPIC
  66. checking if arm-none-linux-gnueabi-gcc PIC flag -fPIC -DPIC works... yes
  67. checking if arm-none-linux-gnueabi-gcc static flag -static works... yes
  68. checking if arm-none-linux-gnueabi-gcc supports -c -o file.o... yes
  69. checking if arm-none-linux-gnueabi-gcc supports -c -o file.o... (cached) yes
  70. checking whether the arm-none-linux-gnueabi-gcc linker (/opt/PalmPDK/arm-gcc/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes
  71. checking whether -lc should be explicitly linked in... no
  72. checking dynamic linker characteristics... GNU/Linux ld.so
  73. checking how to hardcode library paths into programs... immediate
  74. checking whether stripping libraries is possible... yes
  75. checking if libtool supports shared libraries... yes
  76. checking whether to build shared libraries... yes
  77. checking whether to build static libraries... yes
  78. checking for ld used by arm-none-linux-gnueabi-g++... /opt/PalmPDK/arm-gcc/arm-none-linux-gnueabi/bin/ld
  79. checking if the linker (/opt/PalmPDK/arm-gcc/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes
  80. checking whether the arm-none-linux-gnueabi-g++ linker (/opt/PalmPDK/arm-gcc/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes
  81. checking for arm-none-linux-gnueabi-g++ option to produce PIC... -fPIC -DPIC
  82. checking if arm-none-linux-gnueabi-g++ PIC flag -fPIC -DPIC works... yes
  83. checking if arm-none-linux-gnueabi-g++ static flag -static works... yes
  84. checking if arm-none-linux-gnueabi-g++ supports -c -o file.o... yes
  85. checking if arm-none-linux-gnueabi-g++ supports -c -o file.o... (cached) yes
  86. checking whether the arm-none-linux-gnueabi-g++ linker (/opt/PalmPDK/arm-gcc/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes
  87. checking dynamic linker characteristics... GNU/Linux ld.so
  88. checking how to hardcode library paths into programs... immediate
  89. checking for gawk... (cached) mawk
  90. checking whether byte ordering is bigendian... no
  91. checking how to include clucene... /home/zefanja/Downloads/clucene_armv7/usr/local
  92. checking whether to enable maintainer-specific portions of Makefiles... no
  93. checking for compress in -lz... yes
  94. checking for library containing regexec... none required
  95. configure: Using system regex.h
  96. checking for cppunit-config... no
  97. checking for Cppunit - version >= 1.8.0... checking for pkg-config... /usr/bin/pkg-config
  98. lucene found - lucene searching options available
  99. checking for vsnprintf... no
  100. configure: creating ./config.status
  101. config.status: creating Makefile
  102. config.status: creating lib/Makefile
  103. config.status: creating tests/Makefile
  104. config.status: creating tests/cppunit/Makefile
  105. config.status: creating utilities/Makefile
  106. config.status: creating examples/Makefile
  107. config.status: creating examples/cmdline/Makefile
  108. config.status: creating utilities/diatheke/Makefile
  109. config.status: creating icu/Makefile
  110. config.status: creating sword.pc
  111. config.status: creating sword.spec
  112. config.status: creating include/config.h
  113. config.status: include/config.h is unchanged
  114. config.status: executing depfiles commands
  115. config.status: executing libtool commands
  116.  
  117.  
  118. Configuration:
  119. DEBUG: no
  120. PROFILE: no
  121. BUILD TESTS: yes
  122. BUILD EXAMPLES: no
  123. BUILD UTILITIES: yes
  124. LIBZ: yes
  125. ICU: no
  126. ICUSWORD: no
  127. CURL: no
  128. INTERNAL FTPLIB: yes
  129. INTERNAL REGEX: no
  130. CLUCENE: yes
  131.  
  132.  
  133. Making all in lib
  134. make[1]: Betrete Verzeichnis '/home/zefanja/Downloads/sword/lib'
  135. /bin/bash ../libtool --tag=CXX --mode=compile arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -I/home/zefanja/Downloads/sword/../sword_webos/include -DUSE_AUTOTOOLS -DUNIX -Dunix -D__unix__ -DGLOBCONFPATH=\"/home/zefanja/Downloads/sword/../sword_webos/etc/sword.conf\" -D_FTPLIB_NO_COMPAT -I/opt/PalmPDK/include -I/opt/PalmPDK/device/usr/include -I/opt/PalmPDK/arm-gcc/sysroot/usr/include -O3 -ftemplate-depth-25 -I/home/zefanja/Downloads/clucene_armv7/usr/local/include -DUSELUCENE -DNO_VSNPRINTF -MT swmodule.lo -MD -MP -MF .deps/swmodule.Tpo -c -o swmodule.lo `test -f '../src/modules/swmodule.cpp' || echo './'`../src/modules/swmodule.cpp
  136. libtool: compile: arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -I/home/zefanja/Downloads/sword/../sword_webos/include -DUSE_AUTOTOOLS -DUNIX -Dunix -D__unix__ -DGLOBCONFPATH=\"/home/zefanja/Downloads/sword/../sword_webos/etc/sword.conf\" -D_FTPLIB_NO_COMPAT -I/opt/PalmPDK/include -I/opt/PalmPDK/device/usr/include -I/opt/PalmPDK/arm-gcc/sysroot/usr/include -O3 -ftemplate-depth-25 -I/home/zefanja/Downloads/clucene_armv7/usr/local/include -DUSELUCENE -DNO_VSNPRINTF -MT swmodule.lo -MD -MP -MF .deps/swmodule.Tpo -c ../src/modules/swmodule.cpp -fPIC -DPIC -o .libs/swmodule.o
  137. ../src/modules/swmodule.cpp: In member function »virtual sword::ListKey& sword::SWModule::search(const char*, int, int, sword::SWKey*, bool*, void (*)(char, void*), void*)«:
  138. ../src/modules/swmodule.cpp:516: Fehler: »lucene_utf8towcs« wurde in diesem Gültigkeitsbereich nicht definiert
  139. ../src/modules/swmodule.cpp:528: Fehler: »lucene_wcstoutf8« wurde in diesem Gültigkeitsbereich nicht definiert
  140. ../src/modules/swmodule.cpp: In member function »virtual signed char sword::SWModule::createSearchFramework(void (*)(char, void*), void*)«:
  141. ../src/modules/swmodule.cpp:1159: Fehler: »lucene_utf8towcs« wurde in diesem Gültigkeitsbereich nicht definiert
  142. ../src/modules/swmodule.cpp:1161: Fehler: »Text« ist kein Element von »lucene::document::Field«
  143. ../src/modules/swmodule.cpp:1172: Fehler: »UnStored« ist kein Element von »lucene::document::Field«
  144. ../src/modules/swmodule.cpp:1176: Fehler: »UnStored« ist kein Element von »lucene::document::Field«
  145. ../src/modules/swmodule.cpp:1293: Fehler: »lucene_utf8towcs« wurde in diesem Gültigkeitsbereich nicht definiert
  146. ../src/modules/swmodule.cpp:1297: Fehler: »UnStored« ist kein Element von »lucene::document::Field«
  147. ../src/modules/swmodule.cpp:1301: Fehler: »lucene_utf8towcs« wurde in diesem Gültigkeitsbereich nicht definiert
  148. ../src/modules/swmodule.cpp:1302: Fehler: »UnStored« ist kein Element von »lucene::document::Field«
  149. ../src/modules/swmodule.cpp:1321: Warnung: »static lucene::store::FSDirectory* lucene::store::FSDirectory::getDirectory(const char*, bool, lucene::store::LockFactory*)« ist veraltet (deklariert bei /home/zefanja/Downloads/clucene_armv7/usr/local/include/CLucene/store/FSDirectory.h:76)
  150. ../src/modules/swmodule.cpp:1328: Warnung: »static lucene::store::FSDirectory* lucene::store::FSDirectory::getDirectory(const char*, bool, lucene::store::LockFactory*)« ist veraltet (deklariert bei /home/zefanja/Downloads/clucene_armv7/usr/local/include/CLucene/store/FSDirectory.h:76)
  151. ../src/modules/swmodule.cpp:1333: Fehler: keine passende Funktion für Aufruf von »lucene::index::IndexWriter::addIndexes(lucene::store::Directory* [2])«
  152. /home/zefanja/Downloads/clucene_armv7/usr/local/include/CLucene/index/IndexWriter.h:1088: Anmerkung: Kandidaten sind: void lucene::index::IndexWriter::addIndexes(lucene::util::ArrayBase<lucene::store::Directory*>&)
  153. make[1]: *** [swmodule.lo] Fehler 1
  154. make[1]: Verlasse Verzeichnis '/home/zefanja/Downloads/sword/lib'
  155. make: *** [all-recursive] Fehler 1
  156. Making install in lib
  157. make[1]: Betrete Verzeichnis '/home/zefanja/Downloads/sword/lib'
  158. /bin/bash ../libtool --tag=CXX --mode=compile arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -I/home/zefanja/Downloads/sword/../sword_webos/include -DUSE_AUTOTOOLS -DUNIX -Dunix -D__unix__ -DGLOBCONFPATH=\"/home/zefanja/Downloads/sword/../sword_webos/etc/sword.conf\" -D_FTPLIB_NO_COMPAT -I/opt/PalmPDK/include -I/opt/PalmPDK/device/usr/include -I/opt/PalmPDK/arm-gcc/sysroot/usr/include -O3 -ftemplate-depth-25 -I/home/zefanja/Downloads/clucene_armv7/usr/local/include -DUSELUCENE -DNO_VSNPRINTF -MT swmodule.lo -MD -MP -MF .deps/swmodule.Tpo -c -o swmodule.lo `test -f '../src/modules/swmodule.cpp' || echo './'`../src/modules/swmodule.cpp
  159. libtool: compile: arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -I/home/zefanja/Downloads/sword/../sword_webos/include -DUSE_AUTOTOOLS -DUNIX -Dunix -D__unix__ -DGLOBCONFPATH=\"/home/zefanja/Downloads/sword/../sword_webos/etc/sword.conf\" -D_FTPLIB_NO_COMPAT -I/opt/PalmPDK/include -I/opt/PalmPDK/device/usr/include -I/opt/PalmPDK/arm-gcc/sysroot/usr/include -O3 -ftemplate-depth-25 -I/home/zefanja/Downloads/clucene_armv7/usr/local/include -DUSELUCENE -DNO_VSNPRINTF -MT swmodule.lo -MD -MP -MF .deps/swmodule.Tpo -c ../src/modules/swmodule.cpp -fPIC -DPIC -o .libs/swmodule.o
  160. ../src/modules/swmodule.cpp: In member function »virtual sword::ListKey& sword::SWModule::search(const char*, int, int, sword::SWKey*, bool*, void (*)(char, void*), void*)«:
  161. ../src/modules/swmodule.cpp:516: Fehler: »lucene_utf8towcs« wurde in diesem Gültigkeitsbereich nicht definiert
  162. ../src/modules/swmodule.cpp:528: Fehler: »lucene_wcstoutf8« wurde in diesem Gültigkeitsbereich nicht definiert
  163. ../src/modules/swmodule.cpp: In member function »virtual signed char sword::SWModule::createSearchFramework(void (*)(char, void*), void*)«:
  164. ../src/modules/swmodule.cpp:1159: Fehler: »lucene_utf8towcs« wurde in diesem Gültigkeitsbereich nicht definiert
  165. ../src/modules/swmodule.cpp:1161: Fehler: »Text« ist kein Element von »lucene::document::Field«
  166. ../src/modules/swmodule.cpp:1172: Fehler: »UnStored« ist kein Element von »lucene::document::Field«
  167. ../src/modules/swmodule.cpp:1176: Fehler: »UnStored« ist kein Element von »lucene::document::Field«
  168. ../src/modules/swmodule.cpp:1293: Fehler: »lucene_utf8towcs« wurde in diesem Gültigkeitsbereich nicht definiert
  169. ../src/modules/swmodule.cpp:1297: Fehler: »UnStored« ist kein Element von »lucene::document::Field«
  170. ../src/modules/swmodule.cpp:1301: Fehler: »lucene_utf8towcs« wurde in diesem Gültigkeitsbereich nicht definiert
  171. ../src/modules/swmodule.cpp:1302: Fehler: »UnStored« ist kein Element von »lucene::document::Field«
  172. ../src/modules/swmodule.cpp:1321: Warnung: »static lucene::store::FSDirectory* lucene::store::FSDirectory::getDirectory(const char*, bool, lucene::store::LockFactory*)« ist veraltet (deklariert bei /home/zefanja/Downloads/clucene_armv7/usr/local/include/CLucene/store/FSDirectory.h:76)
  173. ../src/modules/swmodule.cpp:1328: Warnung: »static lucene::store::FSDirectory* lucene::store::FSDirectory::getDirectory(const char*, bool, lucene::store::LockFactory*)« ist veraltet (deklariert bei /home/zefanja/Downloads/clucene_armv7/usr/local/include/CLucene/store/FSDirectory.h:76)
  174. ../src/modules/swmodule.cpp:1333: Fehler: keine passende Funktion für Aufruf von »lucene::index::IndexWriter::addIndexes(lucene::store::Directory* [2])«
  175. /home/zefanja/Downloads/clucene_armv7/usr/local/include/CLucene/index/IndexWriter.h:1088: Anmerkung: Kandidaten sind: void lucene::index::IndexWriter::addIndexes(lucene::util::ArrayBase<lucene::store::Directory*>&)
  176. make[1]: *** [swmodule.lo] Fehler 1
  177. make[1]: Verlasse Verzeichnis '/home/zefanja/Downloads/sword/lib'
  178. make: *** [install-recursive] Fehler 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement