1. Nanohive-1
  2. Ubuntu 9.10 Karmic Koala
  3. Linux Kernel 2.6.31-19-generic
  4. GNOME 2.28.1
  5. AMD 64 bit system
  6. http://docs.google.com/View?id=dc26889x_149djrwgfgh
  7. checking dependency style of gcc... gcc3
  8. checking how to run the C preprocessor... gcc -E
  9. checking for g77... g77
  10. checking whether we are using the GNU Fortran 77 compiler... yes
  11. checking whether g77 accepts -g... yes
  12. checking build system type... x86_64-unknown-linux-gnu
  13. checking host system type... x86_64-unknown-linux-gnu
  14. checking for a sed that does not truncate output... /bin/sed
  15. checking for egrep... grep -E
  16. checking for ld used by gcc... /usr/bin/ld
  17. checking if the linker (/usr/bin/ld) is GNU ld... yes
  18. checking for /usr/bin/ld option to reload object files... -r
  19. checking for BSD-compatible nm... /usr/bin/nm -B
  20. checking whether ln -s works... yes
  21. checking how to recognise dependent libraries... pass_all
  22. checking for ANSI C header files... yes
  23. checking for sys/types.h... yes
  24. checking for sys/stat.h... yes
  25. checking for stdlib.h... yes
  26. checking for string.h... yes
  27. checking for memory.h... yes
  28. checking for strings.h... yes
  29. checking for inttypes.h... yes
  30. checking for stdint.h... yes
  31. checking for unistd.h... yes
  32. checking dlfcn.h usability... yes
  33. checking dlfcn.h presence... yes
  34. checking for dlfcn.h... yes
  35. checking how to run the C++ preprocessor... g++ -E
  36. checking the maximum length of command line arguments... 32768
  37. checking command to parse /usr/bin/nm -B output from gcc object... ok
  38. checking for objdir... .libs
  39. checking for ar... ar
  40. checking for ranlib... ranlib
  41. checking for strip... strip
  42. checking if gcc static flag works... yes
  43. checking if gcc supports -fno-rtti -fno-exceptions... no
  44. checking for gcc option to produce PIC... -fPIC
  45. checking if gcc PIC flag -fPIC works... yes
  46. checking if gcc supports -c -o file.o... yes
  47. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  48. checking whether -lc should be explicitly linked in... no
  49. checking dynamic linker characteristics... GNU/Linux ld.so
  50. checking how to hardcode library paths into programs... immediate
  51. checking whether stripping libraries is possible... yes
  52. checking if libtool supports shared libraries... yes
  53. checking whether to build shared libraries... yes
  54. checking whether to build static libraries... yes
  55. configure: creating libtool
  56. appending configuration tag "CXX" to libtool
  57. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  58. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  59. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  60. checking for g++ option to produce PIC... -fPIC
  61. checking if g++ PIC flag -fPIC works... yes
  62. checking if g++ supports -c -o file.o... yes
  63. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  64. checking dynamic linker characteristics... GNU/Linux ld.so
  65. checking how to hardcode library paths into programs... immediate
  66. checking whether stripping libraries is possible... yes
  67. appending configuration tag "F77" to libtool
  68. checking if libtool supports shared libraries... yes
  69. checking whether to build shared libraries... yes
  70. checking whether to build static libraries... yes
  71. checking for g77 option to produce PIC... -fPIC
  72. checking if g77 PIC flag -fPIC works... yes
  73. checking if g77 supports -c -o file.o... yes
  74. checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  75. checking dynamic linker characteristics... GNU/Linux ld.so
  76. checking how to hardcode library paths into programs... immediate
  77. checking whether stripping libraries is possible... yes
  78. checking for a BSD-compatible install... /usr/bin/install -c
  79. checking whether ln -s works... yes
  80. checking whether make sets $(MAKE)... (cached) yes
  81. checking for xsltproc... /usr/bin/xsltproc
  82. checking for doxygen... no
  83. checking for log4cpp-config... /usr/bin/log4cpp-config
  84. checking for Log for C++ version >= 0.3.0... yes
  85. checking for nspr-config... /usr/bin/nspr-config
  86. checking for NSPR version >= 4.4.1... yes
  87. checking for tclConfig.sh in NONE/lib... no
  88. checking for tclConfig.sh in /usr/local/lib... no
  89. checking for tclConfig.sh in /usr/lib... yes
  90. checking for TCL version >= 8... yes
  91. checking for Xerces-C... yes
  92. checking for zlib.h in NONE/include... no
  93. checking for zlib.h in /usr/local/include... no
  94. checking for zlib.h in /usr/include... yes
  95. checking zlib.h usability... yes
  96. checking zlib.h presence... yes
  97. checking for zlib.h... yes
  98. checking for inflateEnd in -lz... yes
  99. checking for working ncurses... no
  100. *** ncurses is required to build the ConsoleCommand plugin, but it was not
  101. *** found. Either install the latest ncurses
  102. *** (http://www.gnu.org/software/ncurses/), or use the --disable-console-command
  103. *** option.
  104. l@EV007:~/nh1/Nano-Hive-1.2.0-Beta-1/src$ sudo ./configure --enable-standard-plugin-set --disable-console-command --disable-mpqc-sclib --disable-openbabel --disable-sockets-pic-control --disable-parallel --enable-shared
  105. checking for a BSD-compatible install... /usr/bin/install -c
  106. checking whether build environment is sane... yes
  107. checking for gawk... no
  108. checking for mawk... mawk
  109. checking whether make sets $(MAKE)... yes
  110. checking for g++... g++
  111. checking for C++ compiler default output file name... a.out
  112. checking whether the C++ compiler works... yes
  113. checking whether we are cross compiling... no
  114. checking for suffix of executables...
  115. checking for suffix of object files... o
  116. checking whether we are using the GNU C++ compiler... yes
  117. checking whether g++ accepts -g... yes
  118. checking for style of include used by make... GNU
  119. checking dependency style of g++... gcc3
  120. checking for gcc... gcc
  121. checking whether we are using the GNU C compiler... yes
  122. checking whether gcc accepts -g... yes
  123. checking for gcc option to accept ANSI C... none needed
  124. checking dependency style of gcc... gcc3
  125. checking how to run the C preprocessor... gcc -E
  126. checking for g77... g77
  127. checking whether we are using the GNU Fortran 77 compiler... yes
  128. checking whether g77 accepts -g... yes
  129. checking build system type... x86_64-unknown-linux-gnu
  130. checking host system type... x86_64-unknown-linux-gnu
  131. checking for a sed that does not truncate output... /bin/sed
  132. checking for egrep... grep -E
  133. checking for ld used by gcc... /usr/bin/ld
  134. checking if the linker (/usr/bin/ld) is GNU ld... yes
  135. checking for /usr/bin/ld option to reload object files... -r
  136. checking for BSD-compatible nm... /usr/bin/nm -B
  137. checking whether ln -s works... yes
  138. checking how to recognise dependent libraries... pass_all
  139. checking for ANSI C header files... yes
  140. checking for sys/types.h... yes
  141. checking for sys/stat.h... yes
  142. checking for stdlib.h... yes
  143. checking for string.h... yes
  144. checking for memory.h... yes
  145. checking for strings.h... yes
  146. checking for inttypes.h... yes
  147. checking for stdint.h... yes
  148. checking for unistd.h... yes
  149. checking dlfcn.h usability... yes
  150. checking dlfcn.h presence... yes
  151. checking for dlfcn.h... yes
  152. checking how to run the C++ preprocessor... g++ -E
  153. checking the maximum length of command line arguments... 32768
  154. checking command to parse /usr/bin/nm -B output from gcc object... ok
  155. checking for objdir... .libs
  156. checking for ar... ar
  157. checking for ranlib... ranlib
  158. checking for strip... strip
  159. checking if gcc static flag works... yes
  160. checking if gcc supports -fno-rtti -fno-exceptions... no
  161. checking for gcc option to produce PIC... -fPIC
  162. checking if gcc PIC flag -fPIC works... yes
  163. checking if gcc supports -c -o file.o... yes
  164. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  165. checking whether -lc should be explicitly linked in... no
  166. checking dynamic linker characteristics... GNU/Linux ld.so
  167. checking how to hardcode library paths into programs... immediate
  168. checking whether stripping libraries is possible... yes
  169. checking if libtool supports shared libraries... yes
  170. checking whether to build shared libraries... yes
  171. checking whether to build static libraries... yes
  172. configure: creating libtool
  173. appending configuration tag "CXX" to libtool
  174. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  175. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  176. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  177. checking for g++ option to produce PIC... -fPIC
  178. checking if g++ PIC flag -fPIC works... yes
  179. checking if g++ supports -c -o file.o... yes
  180. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  181. checking dynamic linker characteristics... GNU/Linux ld.so
  182. checking how to hardcode library paths into programs... immediate
  183. checking whether stripping libraries is possible... yes
  184. appending configuration tag "F77" to libtool
  185. checking if libtool supports shared libraries... yes
  186. checking whether to build shared libraries... yes
  187. checking whether to build static libraries... yes
  188. checking for g77 option to produce PIC... -fPIC
  189. checking if g77 PIC flag -fPIC works... yes
  190. checking if g77 supports -c -o file.o... yes
  191. checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  192. checking dynamic linker characteristics... GNU/Linux ld.so
  193. checking how to hardcode library paths into programs... immediate
  194. checking whether stripping libraries is possible... yes
  195. checking for a BSD-compatible install... /usr/bin/install -c
  196. checking whether ln -s works... yes
  197. checking whether make sets $(MAKE)... (cached) yes
  198. checking for xsltproc... /usr/bin/xsltproc
  199. checking for doxygen... no
  200. checking for log4cpp-config... /usr/bin/log4cpp-config
  201. checking for Log for C++ version >= 0.3.0... yes
  202. checking for nspr-config... /usr/bin/nspr-config
  203. checking for NSPR version >= 4.4.1... yes
  204. checking for tclConfig.sh in NONE/lib... no
  205. checking for tclConfig.sh in /usr/local/lib... no
  206. checking for tclConfig.sh in /usr/lib... yes
  207. checking for TCL version >= 8... yes
  208. checking for Xerces-C... yes
  209. checking for zlib.h in NONE/include... no
  210. checking for zlib.h in /usr/local/include... no
  211. checking for zlib.h in /usr/include... yes
  212. checking zlib.h usability... yes
  213. checking zlib.h presence... yes
  214. checking for zlib.h... yes
  215. checking for inflateEnd in -lz... yes
  216. checking how to get verbose linking output from g77... -v
  217. checking for Fortran libraries of g77... -L/usr/lib/gcc/x86_64-linux-gnu/3.4.6 -L/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../lib -L/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../.. -L/lib/../lib -L/usr/lib/../lib -lfrtbegin -lg2c -lm -lgcc_s
  218. checking for free_NC_attr in -lnetcdf... yes
  219. checking for ANSI C header files... (cached) yes
  220. checking stddef.h usability... yes
  221. checking stddef.h presence... yes
  222. checking for stddef.h... yes
  223. checking for stdlib.h... (cached) yes
  224. checking for string.h... (cached) yes
  225. checking for stdbool.h that conforms to C99... yes
  226. checking for _Bool... yes
  227. checking for an ANSI C-conforming const... yes
  228. checking for inline... inline
  229. checking for size_t... yes
  230. checking whether struct tm is in sys/time.h or time.h... time.h
  231. checking for dirent.h that defines DIR... yes
  232. checking for library containing opendir... none required
  233. checking whether closedir returns void... no
  234. checking for error_at_line... yes
  235. checking for stdlib.h... (cached) yes
  236. checking for GNU libc compatible malloc... yes
  237. checking for stdlib.h... (cached) yes
  238. checking for GNU libc compatible realloc... yes
  239. checking for floor... no
  240. checking for memset... yes
  241. checking for pow... no
  242. checking for sqrt... no
  243. checking for mkdir... yes
  244. configure: creating ./config.status
  245. config.status: creating Makefile
  246. config.status: creating NanoHive-config
  247. config.status: creating NanoHiveInterface/Makefile
  248. config.status: creating NanoHiveUtil/Makefile
  249. config.status: creating Plugins/Makefile
  250. config.status: creating Plugins/AIREBO/Makefile
  251. config.status: creating Plugins/BasicCellTraverser/Makefile
  252. config.status: creating Plugins/BondCalculator/Makefile
  253. config.status: creating Plugins/ConsoleCommand/Makefile
  254. config.status: creating Plugins/_ESP_Image/Makefile
  255. config.status: creating Plugins/MeasurementSetToFile/Makefile
  256. config.status: creating Plugins/MPQC_SClib/Makefile
  257. config.status: creating Plugins/nanoML_ImportExport/Makefile
  258. config.status: creating Plugins/nanorexMMP_ImportExport/Makefile
  259. config.status: creating Plugins/NetCDF_DataSet/Makefile
  260. config.status: creating Plugins/NH_SimStateImportExport/Makefile
  261. config.status: creating Plugins/OpenBabelImportExport/Makefile
  262. config.status: creating Plugins/POVRayVideo/Makefile
  263. config.status: creating Plugins/RAMEntityManager/Makefile
  264. config.status: creating Plugins/RC_Traverser/Makefile
  265. config.status: creating Plugins/REBO_MBM/Makefile
  266. config.status: creating Plugins/RMI_Control/Makefile
  267. config.status: creating Plugins/SocketsControl/Makefile
  268. config.status: creating Plugins/SocketsPIC_Control/Makefile
  269. config.status: creating Plugins/TestPIP/Makefile
  270. config.status: creating Tools/Makefile
  271. config.status: creating Tools/nhClient/Makefile
  272. config.status: creating Tools/POVRayDataLayer/Makefile
  273. config.status: creating Testing/Makefile
  274. config.status: creating Testing/CppUnit/Makefile
  275. config.status: creating config.h
  276. config.status: config.h is unchanged
  277. config.status: executing depfiles commands
  278. Nano-Hive Build/Installation Summary
  279. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  280. Standard Plugin Set
  281. AIREBO : yes
  282. BasicCellTraverser : yes
  283. BondCalculator : yes
  284. ConsoleCommand : no
  285. MeasurementSetToFile : yes
  286. MPQC_SClib : no
  287. nanorexMMP_ImportExport: yes
  288. nanoML_ImportExport : yes
  289. NetCDF_DataSet : yes
  290. NH_SimStateImportExport: yes
  291. OpenBabelImportExport : no
  292. RAMEntityManager : yes
  293. RC_Traverser : yes
  294. REBO_MBM : yes
  295. SocketsControl : yes
  296. SocketsPIC_Control : no
  297. Optional Plugins
  298. _ESP_Image : no
  299. POVRayVideo : no
  300. POVRayDataLayer : no
  301. RMI_Control : no
  302. CppUnit tests : no
  303. Documentation makefile : no
  304. Run ./configure --enable-standard-plugin-set to build and install the standard
  305. set of plugins. Run ./configure --help for the complete set of options used to
  306. control and configure what gets built and installed, or visit
  307. http://www.nano-hive.org/doc/bodyframe/SourceInstallation.html to learn more.
  308. l@EV007:~/nh1/Nano-Hive-1.2.0-Beta-1/src$ sudo make
  309. make all-recursive
  310. make[1]: Entering directory `/home/l/nh1/Nano-Hive-1.2.0-Beta-1/src'
  311. Making all in NanoHiveUtil
  312. make[2]: Entering directory `/home/l/nh1/Nano-Hive-1.2.0-Beta-1/src/NanoHiveUtil'
  313. make[2]: Nothing to be done for `all'.
  314. make[2]: Leaving directory `/home/l/nh1/Nano-Hive-1.2.0-Beta-1/src/NanoHiveUtil'
  315. Making all in NanoHiveInterface
  316. make[2]: Entering directory `/home/l/nh1/Nano-Hive-1.2.0-Beta-1/src/NanoHiveInterface'
  317. if /bin/bash ../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../../include -pthread -g -O2 -g -Wall -O2 -O2 -DNDEBUG -I/usr/include/nspr -I/usr/include/tcl8.4 -I/usr/include -O2 -MT libNanoHiveInterface_la-DataModel.lo -MD -MP -MF ".deps/libNanoHiveInterface_la-DataModel.Tpo" -c -o libNanoHiveInterface_la-DataModel.lo `test -f 'DataModel.cpp' || echo './'`DataModel.cpp; \
  318. then mv -f ".deps/libNanoHiveInterface_la-DataModel.Tpo" ".deps/libNanoHiveInterface_la-DataModel.Plo"; else rm -f ".deps/libNanoHiveInterface_la-DataModel.Tpo"; exit 1; fi
  319. g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../../include -pthread -g -O2 -g -Wall -O2 -O2 -DNDEBUG -I/usr/include/nspr -I/usr/include/tcl8.4 -I/usr/include -O2 -MT libNanoHiveInterface_la-DataModel.lo -MD -MP -MF .deps/libNanoHiveInterface_la-DataModel.Tpo -c DataModel.cpp -fPIC -DPIC -o .libs/libNanoHiveInterface_la-DataModel.o
  320. In file included from /usr/include/c++/4.4/backward/strstream:46,
  321. from ../../include/NanoHiveInterface/MeasurementSet.h:33,
  322. from ../../include/NanoHiveInterface/NH_Cell.h:33,
  323. from ../../include/NanoHiveInterface/DataModel.h:32,
  324. from DataModel.cpp:20:
  325. /usr/include/c++/4.4/backward/backward_warning.h:28:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated.
  326. DataModel.cpp: In constructor 'nanohive::Atom::Atom(nanohive::ABMint, const char*, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&)':
  327. DataModel.cpp:290: error: 'strlen' was not declared in this scope
  328. DataModel.cpp:291: error: 'strcpy' was not declared in this scope
  329. DataModel.cpp: In copy constructor 'nanohive::Atom::Atom(const nanohive::Atom&)':
  330. DataModel.cpp:310: error: 'strlen' was not declared in this scope
  331. DataModel.cpp:311: error: 'strcpy' was not declared in this scope
  332. ../../include/NanoHiveUtil/Utility.h: At global scope:
  333. ../../include/NanoHiveUtil/Utility.h:117: warning: 'nanohive::NSPRcodeToMeaning' defined but not used
  334. make[2]: *** [libNanoHiveInterface_la-DataModel.lo] Error 1
  335. make[2]: Leaving directory `/home/l/nh1/Nano-Hive-1.2.0-Beta-1/src/NanoHiveInterface'
  336. make[1]: *** [all-recursive] Error 1
  337. make[1]: Leaving directory `/home/l/nh1/Nano-Hive-1.2.0-Beta-1/src'
  338. make: *** [all] Error 2
  339. l@EV007:~/nh1/Nano-Hive-1.2.0-Beta-1/src$ sudo make install
  340. Making install in NanoHiveUtil
  341. make[1]: Entering directory `/home/l/nh1/Nano-Hive-1.2.0-Beta-1/src/NanoHiveUtil'
  342. make[2]: Entering directory `/home/l/nh1/Nano-Hive-1.2.0-Beta-1/src/NanoHiveUtil'
  343. test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib"
  344. /bin/bash ../libtool --mode=install /usr/bin/install -c 'libNanoHiveUtil.la' '/usr/local/lib/libNanoHiveUtil.la'
  345. /usr/bin/install -c .libs/libNanoHiveUtil.so.1.0.2 /usr/local/lib/libNanoHiveUtil.so.1.0.2
  346. (cd /usr/local/lib && rm -f libNanoHiveUtil.so.1 && ln -s libNanoHiveUtil.so.1.0.2 libNanoHiveUtil.so.1)
  347. (cd /usr/local/lib && rm -f libNanoHiveUtil.so && ln -s libNanoHiveUtil.so.1.0.2 libNanoHiveUtil.so)
  348. /usr/bin/install -c .libs/libNanoHiveUtil.lai /usr/local/lib/libNanoHiveUtil.la
  349. /usr/bin/install -c .libs/libNanoHiveUtil.a /usr/local/lib/libNanoHiveUtil.a
  350. ranlib /usr/local/lib/libNanoHiveUtil.a
  351. chmod 644 /usr/local/lib/libNanoHiveUtil.a
  352. PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
  353. ----------------------------------------------------------------------
  354. Libraries have been installed in:
  355. /usr/local/lib
  356. If you ever happen to want to link against installed libraries
  357. in a given directory, LIBDIR, you must either use libtool, and
  358. specify the full pathname of the library, or use the `-LLIBDIR'
  359. flag during linking and do at least one of the following:
  360. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  361. during execution
  362. - add LIBDIR to the `LD_RUN_PATH' environment variable
  363. during linking
  364. - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  365. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  366. See any operating system documentation about shared libraries for
  367. more information, such as the ld(1) and ld.so(8) manual pages.
  368. ----------------------------------------------------------------------
  369. test -z "/usr/local/include/NanoHiveUtil" || mkdir -p -- "/usr/local/include/NanoHiveUtil"
  370. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/CmdLine.h' '/usr/local/include/NanoHiveUtil/CmdLine.h'
  371. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/Command.h' '/usr/local/include/NanoHiveUtil/Command.h'
  372. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/CommandQueue.h' '/usr/local/include/NanoHiveUtil/CommandQueue.h'
  373. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/CommandResult.h' '/usr/local/include/NanoHiveUtil/CommandResult.h'
  374. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/Commandable.h' '/usr/local/include/NanoHiveUtil/Commandable.h'
  375. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/FileName.h' '/usr/local/include/NanoHiveUtil/FileName.h'
  376. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/Geometry.h' '/usr/local/include/NanoHiveUtil/Geometry.h'
  377. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/Logger.h' '/usr/local/include/NanoHiveUtil/Logger.h'
  378. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/Path.h' '/usr/local/include/NanoHiveUtil/Path.h'
  379. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/Plugin.h' '/usr/local/include/NanoHiveUtil/Plugin.h'
  380. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/PluginGroup.h' '/usr/local/include/NanoHiveUtil/PluginGroup.h'
  381. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/Properties.h' '/usr/local/include/NanoHiveUtil/Properties.h'
  382. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/StringTokenizer.h' '/usr/local/include/NanoHiveUtil/StringTokenizer.h'
  383. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/SubjectObserver.h' '/usr/local/include/NanoHiveUtil/SubjectObserver.h'
  384. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/Thread.h' '/usr/local/include/NanoHiveUtil/Thread.h'
  385. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/Unzipper.h' '/usr/local/include/NanoHiveUtil/Unzipper.h'
  386. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/Utility.h' '/usr/local/include/NanoHiveUtil/Utility.h'
  387. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/Zipper.h' '/usr/local/include/NanoHiveUtil/Zipper.h'
  388. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/ZipUnzip/crypt.h' '/usr/local/include/NanoHiveUtil/crypt.h'
  389. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/ZipUnzip/ioapi.h' '/usr/local/include/NanoHiveUtil/ioapi.h'
  390. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/ZipUnzip/mztools.h' '/usr/local/include/NanoHiveUtil/mztools.h'
  391. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/ZipUnzip/unzip.h' '/usr/local/include/NanoHiveUtil/unzip.h'
  392. /usr/bin/install -c -m 644 '../../include/NanoHiveUtil/ZipUnzip/zip.h' '/usr/local/include/NanoHiveUtil/zip.h'
  393. make[2]: Leaving directory `/home/l/nh1/Nano-Hive-1.2.0-Beta-1/src/NanoHiveUtil'
  394. make[1]: Leaving directory `/home/l/nh1/Nano-Hive-1.2.0-Beta-1/src/NanoHiveUtil'
  395. Making install in NanoHiveInterface
  396. make[1]: Entering directory `/home/l/nh1/Nano-Hive-1.2.0-Beta-1/src/NanoHiveInterface'
  397. if /bin/bash ../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../../include -pthread -g -O2 -g -Wall -O2 -O2 -DNDEBUG -I/usr/include/nspr -I/usr/include/tcl8.4 -I/usr/include -O2 -MT libNanoHiveInterface_la-DataModel.lo -MD -MP -MF ".deps/libNanoHiveInterface_la-DataModel.Tpo" -c -o libNanoHiveInterface_la-DataModel.lo `test -f 'DataModel.cpp' || echo './'`DataModel.cpp; \
  398. then mv -f ".deps/libNanoHiveInterface_la-DataModel.Tpo" ".deps/libNanoHiveInterface_la-DataModel.Plo"; else rm -f ".deps/libNanoHiveInterface_la-DataModel.Tpo"; exit 1; fi
  399. g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../../include -pthread -g -O2 -g -Wall -O2 -O2 -DNDEBUG -I/usr/include/nspr -I/usr/include/tcl8.4 -I/usr/include -O2 -MT libNanoHiveInterface_la-DataModel.lo -MD -MP -MF .deps/libNanoHiveInterface_la-DataModel.Tpo -c DataModel.cpp -fPIC -DPIC -o .libs/libNanoHiveInterface_la-DataModel.o
  400. In file included from /usr/include/c++/4.4/backward/strstream:46,
  401. from ../../include/NanoHiveInterface/MeasurementSet.h:33,
  402. from ../../include/NanoHiveInterface/NH_Cell.h:33,
  403. from ../../include/NanoHiveInterface/DataModel.h:32,
  404. from DataModel.cpp:20:
  405. /usr/include/c++/4.4/backward/backward_warning.h:28:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated.
  406. DataModel.cpp: In constructor 'nanohive::Atom::Atom(nanohive::ABMint, const char*, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const nanohive::Real&)':
  407. DataModel.cpp:290: error: 'strlen' was not declared in this scope
  408. DataModel.cpp:291: error: 'strcpy' was not declared in this scope
  409. DataModel.cpp: In copy constructor 'nanohive::Atom::Atom(const nanohive::Atom&)':
  410. DataModel.cpp:310: error: 'strlen' was not declared in this scope
  411. DataModel.cpp:311: error: 'strcpy' was not declared in this scope
  412. ../../include/NanoHiveUtil/Utility.h: At global scope:
  413. ../../include/NanoHiveUtil/Utility.h:117: warning: 'nanohive::NSPRcodeToMeaning' defined but not used
  414. make[1]: *** [libNanoHiveInterface_la-DataModel.lo] Error 1
  415. make[1]: Leaving directory `/home/l/nh1/Nano-Hive-1.2.0-Beta-1/src/NanoHiveInterface'
  416. make: *** [install-recursive] Error 1
  417. l@EV007:~/nh1/Nano-Hive-1.2.0-Beta-1/src$