Advertisement
Guest User

0.4.0nanopolish_issue80_robert_RobertMcK

a guest
Oct 25th, 2016
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 127.29 KB | None | 0 0
  1. Makefile:91: .depend: No such file or directory
  2. wget https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.14/src/hdf5-1.8.14.tar.gz --no-check-certificate
  3. --2016-10-25 12:34:20-- https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.14/src/hdf5-1.8.14.tar.gz
  4. Resolving www.hdfgroup.org... 161.47.20.161, 2001:4801:7905:100:aff8:a2d8::1019
  5. Connecting to www.hdfgroup.org|161.47.20.161|:443... connected.
  6. WARNING: cannot verify www.hdfgroup.org's certificate, issued by ‘/C=US/O=DigiCert Inc/CN=DigiCert SHA2 Secure Server CA’:
  7. Unable to locally verify the issuer's authority.
  8. HTTP request sent, awaiting response... 302 Found
  9. Location: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.14/src/hdf5-1.8.14.tar.gz [following]
  10. --2016-10-25 12:34:21-- https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.14/src/hdf5-1.8.14.tar.gz
  11. Resolving support.hdfgroup.org... 50.28.50.143
  12. Connecting to support.hdfgroup.org|50.28.50.143|:443... connected.
  13. WARNING: cannot verify support.hdfgroup.org's certificate, issued by ‘/C=US/O=DigiCert Inc/CN=DigiCert SHA2 Secure Server CA’:
  14. Unable to locally verify the issuer's authority.
  15. HTTP request sent, awaiting response... 200 OK
  16. Length: 11761702 (11M) [application/x-gzip]
  17. Saving to: ‘hdf5-1.8.14.tar.gz’
  18.  
  19. 100%[==================================================================================================================================================================>] 11,761,702 598KB/s in 20s
  20.  
  21. 2016-10-25 12:34:41 (576 KB/s) - ‘hdf5-1.8.14.tar.gz’ saved [11761702/11761702]
  22.  
  23. tar -xzf hdf5-1.8.14.tar.gz
  24. cd hdf5-1.8.14; ./configure --enable-threadsafe --prefix=`pwd`/..; make; make install
  25. checking for a BSD-compatible install... /usr/bin/install -c
  26. checking whether build environment is sane... yes
  27. checking for a thread-safe mkdir -p... bin/install-sh -c -d
  28. checking for gawk... no
  29. checking for mawk... no
  30. checking for nawk... no
  31. checking for awk... awk
  32. checking whether make sets $(MAKE)... yes
  33. checking whether make supports nested variables... yes
  34. checking whether make supports nested variables... (cached) yes
  35. checking whether to enable maintainer-specific portions of Makefiles... no
  36. checking build system type... i386-apple-darwin13.4.0
  37. checking host system type... i386-apple-darwin13.4.0
  38. checking shell variables initial values... done
  39. checking if basename works... yes
  40. checking if xargs works... yes
  41. checking for cached host... none
  42. checking for config i386-apple-darwin13.4.0... no
  43. checking for config i386-apple-darwin13.4.0... no
  44. checking for config apple-darwin13.4.0... no
  45. checking for config apple-darwin13.4.0... no
  46. checking for config i386-darwin13.4.0... no
  47. checking for config i386-darwin13.4.0... no
  48. checking for config i386-apple... no
  49. checking for config darwin13.4.0... no
  50. checking for config darwin13.4.0... no
  51. checking for config apple... found
  52. checking for config ./config/site-specific/host-la-mckiernan... no
  53. checking for gcc... clang
  54. checking whether the C compiler works... yes
  55. checking for C compiler default output file name... a.out
  56. checking for suffix of executables...
  57. checking whether we are cross compiling... no
  58. checking for suffix of object files... o
  59. checking whether we are using the GNU C compiler... yes
  60. checking whether clang accepts -g... yes
  61. checking for clang option to accept ISO C89... none needed
  62. checking whether clang understands -c and -o together... yes
  63. checking for style of include used by make... GNU
  64. checking dependency style of clang... gcc3
  65. checking if unsupported combinations of configure options are allowed... no
  66. checking if Fortran interface enabled... no
  67. checking if Fortran 2003 interface enabled... yes
  68. checking whether we are using the GNU C++ compiler... yes
  69. checking whether clang++ accepts -g... yes
  70. checking dependency style of clang++... gcc3
  71. checking how to run the C++ preprocessor... clang++ -E
  72. checking if c++ interface enabled... no
  73. checking for perl... perl
  74. checking for ar... ar
  75. checking whether make sets $(MAKE)... (cached) yes
  76. checking for tr... /usr/bin/tr
  77. checking if srcdir= and time commands work together... yes
  78. checking how to print strings... printf
  79. checking for a sed that does not truncate output... /usr/bin/sed
  80. checking for grep that handles long lines and -e... /sw/bin/grep
  81. checking for egrep... /sw/bin/grep -E
  82. checking for fgrep... /sw/bin/grep -F
  83. checking for ld used by clang... /Library/Developer/CommandLineTools/usr/bin/ld
  84. checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
  85. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  86. checking the name lister (/usr/bin/nm) interface... BSD nm
  87. checking whether ln -s works... yes
  88. checking the maximum length of command line arguments... 196608
  89. checking whether the shell understands some XSI constructs... yes
  90. checking whether the shell understands "+="... yes
  91. checking how to convert i386-apple-darwin13.4.0 file names to i386-apple-darwin13.4.0 format... func_convert_file_noop
  92. checking how to convert i386-apple-darwin13.4.0 file names to toolchain format... func_convert_file_noop
  93. checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
  94. checking for objdump... objdump
  95. checking how to recognize dependent libraries... pass_all
  96. checking for dlltool... dlltool
  97. checking how to associate runtime and link libraries... printf %s\n
  98. checking for archiver @FILE support... no
  99. checking for strip... strip
  100. checking for ranlib... ranlib
  101. checking command to parse /usr/bin/nm output from clang object... ok
  102. checking for sysroot... no
  103. checking for mt... no
  104. checking if : is a manifest tool... no
  105. checking for dsymutil... dsymutil
  106. checking for nmedit... nmedit
  107. checking for lipo... lipo
  108. checking for otool... otool
  109. checking for otool64... no
  110. checking for -single_module linker flag... yes
  111. checking for -exported_symbols_list linker flag... yes
  112. checking for -force_load linker flag... yes
  113. checking how to run the C preprocessor... clang -E
  114. checking for ANSI C header files... yes
  115. checking for sys/types.h... yes
  116. checking for sys/stat.h... yes
  117. checking for stdlib.h... yes
  118. checking for string.h... yes
  119. checking for memory.h... yes
  120. checking for strings.h... yes
  121. checking for inttypes.h... yes
  122. checking for stdint.h... yes
  123. checking for unistd.h... yes
  124. checking for dlfcn.h... yes
  125. checking for objdir... .libs
  126. checking if clang supports -fno-rtti -fno-exceptions... yes
  127. checking for clang option to produce PIC... -fno-common -DPIC
  128. checking if clang PIC flag -fno-common -DPIC works... yes
  129. checking if clang static flag -static works... no
  130. checking if clang supports -c -o file.o... yes
  131. checking if clang supports -c -o file.o... (cached) yes
  132. checking whether the clang linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
  133. checking dynamic linker characteristics... darwin13.4.0 dyld
  134. checking how to hardcode library paths into programs... immediate
  135. checking for dlopen in -ldl... yes
  136. checking whether a program can dlopen itself... yes
  137. checking whether a statically linked program can dlopen itself... yes
  138. checking whether stripping libraries is possible... yes
  139. checking if libtool supports shared libraries... yes
  140. checking whether to build shared libraries... yes
  141. checking whether to build static libraries... yes
  142. checking if we should install only statically linked executables... no
  143. checking if -Wl,-rpath should be used to link shared libs in nondefault directories... yes
  144. checking how make searches directories... VPATH=DIR1 DIR2 ...
  145. checking whether make will build with undefined variables... yes
  146. checking for production mode... production
  147. checking for ceil in -lm... yes
  148. checking for dlopen in -ldl... (cached) yes
  149. checking for ANSI C header files... (cached) yes
  150. checking whether time.h and sys/time.h may both be included... yes
  151. checking for difftime... yes
  152. checking for gettimeofday... yes
  153. checking for library containing clock_gettime... no
  154. checking for clock_gettime... no
  155. checking sys/resource.h usability... yes
  156. checking sys/resource.h presence... yes
  157. checking for sys/resource.h... yes
  158. checking sys/time.h usability... yes
  159. checking sys/time.h presence... yes
  160. checking for sys/time.h... yes
  161. checking for unistd.h... (cached) yes
  162. checking sys/ioctl.h usability... yes
  163. checking sys/ioctl.h presence... yes
  164. checking for sys/ioctl.h... yes
  165. checking for sys/stat.h... (cached) yes
  166. checking sys/socket.h usability... yes
  167. checking sys/socket.h presence... yes
  168. checking for sys/socket.h... yes
  169. checking for sys/types.h... (cached) yes
  170. checking stddef.h usability... yes
  171. checking stddef.h presence... yes
  172. checking for stddef.h... yes
  173. checking setjmp.h usability... yes
  174. checking setjmp.h presence... yes
  175. checking for setjmp.h... yes
  176. checking features.h usability... no
  177. checking features.h presence... no
  178. checking for features.h... no
  179. checking dirent.h usability... yes
  180. checking dirent.h presence... yes
  181. checking for dirent.h... yes
  182. checking for stdint.h... (cached) yes
  183. checking mach/mach_time.h usability... yes
  184. checking mach/mach_time.h presence... yes
  185. checking for mach/mach_time.h... yes
  186. checking io.h usability... no
  187. checking io.h presence... no
  188. checking for io.h... no
  189. checking winsock2.h usability... no
  190. checking winsock2.h presence... no
  191. checking for winsock2.h... no
  192. checking sys/timeb.h usability... yes
  193. checking sys/timeb.h presence... yes
  194. checking for sys/timeb.h... yes
  195. checking if libtool needs -no-undefined flag to build shared libraries... no
  196. checking if configure should try to set up large file support... yes
  197. checking for special C compiler options needed for large files... no
  198. checking for _FILE_OFFSET_BITS value needed for large files... no
  199. checking if large (64-bit) files are supported on this system.... yes
  200. skipping test for lseek64(), fseeko64 , ftello64, ftruncate64() because off64_t is not defined
  201. checking for fseeko... yes
  202. checking for ftello... yes
  203. checking for stat64... yes
  204. checking for fstat64... yes
  205. checking for off_t... yes
  206. checking for size_t... yes
  207. checking for ssize_t... yes
  208. checking for ptrdiff_t... yes
  209. checking whether byte ordering is bigendian... no
  210. checking size of char... 1
  211. checking size of short... 2
  212. checking size of int... 4
  213. checking size of unsigned... 4
  214. checking size of long... 8
  215. checking size of long long... 8
  216. checking size of __int64... 0
  217. checking size of float... 4
  218. checking size of double... 8
  219. checking size of long double... 16
  220. checking size of int8_t... 1
  221. checking size of uint8_t... 1
  222. checking size of int_least8_t... 1
  223. checking size of uint_least8_t... 1
  224. checking size of int_fast8_t... 1
  225. checking size of uint_fast8_t... 1
  226. checking size of int16_t... 2
  227. checking size of uint16_t... 2
  228. checking size of int_least16_t... 2
  229. checking size of uint_least16_t... 2
  230. checking size of int_fast16_t... 2
  231. checking size of uint_fast16_t... 2
  232. checking size of int32_t... 4
  233. checking size of uint32_t... 4
  234. checking size of int_least32_t... 4
  235. checking size of uint_least32_t... 4
  236. checking size of int_fast32_t... 4
  237. checking size of uint_fast32_t... 4
  238. checking size of int64_t... 8
  239. checking size of uint64_t... 8
  240. checking size of int_least64_t... 8
  241. checking size of uint_least64_t... 8
  242. checking size of int_fast64_t... 8
  243. checking size of uint_fast64_t... 8
  244. checking size of size_t... 8
  245. checking size of ssize_t... 8
  246. checking size of ptrdiff_t... 8
  247. checking size of off_t... 8
  248. checking size of off64_t... 0
  249. checking if dev_t is scalar... yes
  250. checking for dmalloc library... suppressed
  251. checking zlib.h usability... yes
  252. checking zlib.h presence... yes
  253. checking for zlib.h... yes
  254. checking for compress2 in -lz... yes
  255. checking for compress2... yes
  256. checking for szlib... suppressed
  257. checking for thread safe support... yes
  258. checking pthread.h usability... yes
  259. checking pthread.h presence... yes
  260. checking for pthread.h... yes
  261. checking for pthread_self in -lpthread... yes
  262. checking whether CLOCK_MONOTONIC is declared... no
  263. checking for tm_gmtoff in struct tm... yes
  264. checking for __tm_gmtoff in struct tm... no
  265. checking for global timezone variable... yes
  266. checking whether struct tm is in sys/time.h or time.h... time.h
  267. checking for struct tm.tm_zone... yes
  268. checking for struct timezone... yes
  269. checking whether gettimeofday() gives timezone... yes
  270. checking for st_blocks in struct stat... yes
  271. checking for _getvideoconfig... no
  272. checking for gettextinfo... no
  273. checking for GetConsoleScreenBufferInfo... no
  274. checking for _scrsize... no
  275. checking for ioctl... yes
  276. checking for struct videoconfig... no
  277. checking for struct text_info... no
  278. checking for TIOCGWINSZ... yes
  279. checking for TIOCGETD... yes
  280. checking for alarm... yes
  281. checking for BSDgettimeofday... no
  282. checking for fork... yes
  283. checking for frexpf... yes
  284. checking for frexpl... yes
  285. checking for gethostname... yes
  286. checking for getpwuid... yes
  287. checking for getrusage... yes
  288. checking for lstat... yes
  289. checking for rand_r... yes
  290. checking for random... yes
  291. checking for setsysinfo... no
  292. checking for signal... yes
  293. checking for longjmp... yes
  294. checking for setjmp... yes
  295. checking for siglongjmp... yes
  296. checking for sigsetjmp... yes
  297. checking for sigprocmask... yes
  298. checking for snprintf... yes
  299. checking for srandom... yes
  300. checking for strdup... yes
  301. checking for symlink... yes
  302. checking for system... yes
  303. checking for tmpfile... yes
  304. checking for asprintf... yes
  305. checking for vasprintf... yes
  306. checking for waitpid... yes
  307. checking for vsnprintf... yes
  308. checking if vsnprintf returns correct value... yes
  309. checking if lone colon can be used as an argument... no
  310. checking for an ANSI C-conforming const... yes
  311. checking for inline... inline
  312. checking for __attribute__ extension... yes
  313. checking for __func__ extension... yes
  314. checking for __FUNCTION__ extension... yes
  315. checking for C99 designated initialization support... yes
  316. checking how to print long long... %ld and %lu
  317. checking Threads support system scope... yes
  318. checking for debug flags... none
  319. checking whether function stack tracking is enabled... no
  320. checking whether metadata trace file code is enabled... no
  321. checking for API tracing... no
  322. checking for instrumented library... no
  323. checking whether to clear file buffers... yes
  324. checking whether a memory checking tool will be used... no
  325. checking for parallel support files... skipped
  326. checking for I/O filters... all (shuffle,fletcher32,nbit,scaleoffset)
  327. checking for Default Virtual File Driver definition... yes
  328. checking for Direct Virtual File Driver support... no
  329. checking for custom plugin default path definition... /usr/local/hdf5/lib/plugin
  330. checking whether exception handling functions is checked during data conversions... yes
  331. checking whether data accuracy is guaranteed during data conversions... yes
  332. checking if converting denormalized floating-point values is possible... yes
  333. checking if converting floating-point values to long long is not working... false
  334. checking if the machine has window style path name... no
  335. checking if converting from long double to integers is accurate... yes
  336. checking if converting from long double to integers works... yes
  337. checking if accurately converting from integers to long double... yes
  338. checking if accurately converting unsigned long to float values... yes
  339. checking if accurately converting unsigned long long to floating-point values... yes
  340. checking if accurately roundup converting floating-point to unsigned long long values... yes
  341. checking if right maximum converting floating-point to unsigned long long values... yes
  342. checking if correctly converting long double to unsigned int values... yes
  343. checking if compiling unsigned long long to floating-point typecasts work... yes
  344. checking if compiling long long to floating-point typecasts work... yes
  345. checking if converting unsigned long long to long double with precision... yes
  346. checking if overflows normally converting floating-point to integer values... yes
  347. checking if using special algorithm to convert long double to (unsigned) long values... no
  348. checking if using special algorithm to convert (unsigned) long to long double values... no
  349. checking if correctly converting long double to (unsigned) long long values... yes
  350. checking if correctly converting (unsigned) long long to long double values... yes
  351. checking if bad code for log2 routine is generated... no
  352. checking if high level library is enabled... yes
  353. checking additional programs should be built... no
  354. checking if deprecated public symbols are available... yes
  355. checking which version of public symbols to use by default... v18
  356. checking whether to perform strict file format checks... no
  357. checking whether to have library information embedded in the executables... yes
  358. checking if alignment restrictions are strictly enforced... no
  359. configure: creating ./config.lt
  360. config.lt: creating libtool
  361. checking that generated files are newer than configure... done
  362. configure: creating ./config.status
  363. config.status: creating src/libhdf5.settings
  364. config.status: creating Makefile
  365. config.status: creating src/Makefile
  366. config.status: creating test/Makefile
  367. config.status: creating test/testcheck_version.sh
  368. config.status: creating test/testerror.sh
  369. config.status: creating test/H5srcdir_str.h
  370. config.status: creating test/testlibinfo.sh
  371. config.status: creating test/testlinks_env.sh
  372. config.status: creating test/test_plugin.sh
  373. config.status: creating testpar/Makefile
  374. config.status: creating perform/Makefile
  375. config.status: creating tools/Makefile
  376. config.status: creating tools/h5dump/Makefile
  377. config.status: creating tools/h5dump/testh5dump.sh
  378. config.status: creating tools/h5dump/testh5dumppbits.sh
  379. config.status: creating tools/h5dump/testh5dumpxml.sh
  380. config.status: creating tools/h5ls/testh5ls.sh
  381. config.status: creating tools/h5import/Makefile
  382. config.status: creating tools/h5import/h5importtestutil.sh
  383. config.status: creating tools/h5diff/Makefile
  384. config.status: creating tools/h5diff/testh5diff.sh
  385. config.status: creating tools/h5diff/testph5diff.sh
  386. config.status: creating tools/h5jam/Makefile
  387. config.status: creating tools/h5jam/testh5jam.sh
  388. config.status: creating tools/h5repack/Makefile
  389. config.status: creating tools/h5repack/h5repack.sh
  390. config.status: creating tools/h5repack/h5repack_plugin.sh
  391. config.status: creating tools/h5ls/Makefile
  392. config.status: creating tools/h5copy/Makefile
  393. config.status: creating tools/h5copy/testh5copy.sh
  394. config.status: creating tools/lib/Makefile
  395. config.status: creating tools/misc/Makefile
  396. config.status: creating tools/misc/h5cc
  397. config.status: creating tools/misc/testh5mkgrp.sh
  398. config.status: creating tools/misc/testh5repart.sh
  399. config.status: creating tools/h5stat/testh5stat.sh
  400. config.status: creating tools/h5stat/Makefile
  401. config.status: creating examples/Makefile
  402. config.status: creating examples/run-c-ex.sh
  403. config.status: creating examples/testh5cc.sh
  404. config.status: creating c++/Makefile
  405. config.status: creating c++/src/Makefile
  406. config.status: creating c++/src/h5c++
  407. config.status: creating c++/test/Makefile
  408. config.status: creating c++/test/H5srcdir_str.h
  409. config.status: creating c++/examples/Makefile
  410. config.status: creating c++/examples/run-c++-ex.sh
  411. config.status: creating c++/examples/testh5c++.sh
  412. config.status: creating fortran/Makefile
  413. config.status: creating fortran/src/h5fc
  414. config.status: creating fortran/src/Makefile
  415. config.status: creating fortran/test/Makefile
  416. config.status: creating fortran/testpar/Makefile
  417. config.status: creating fortran/examples/Makefile
  418. config.status: creating fortran/examples/run-fortran-ex.sh
  419. config.status: creating fortran/examples/testh5fc.sh
  420. config.status: creating hl/Makefile
  421. config.status: creating hl/src/Makefile
  422. config.status: creating hl/test/Makefile
  423. config.status: creating hl/test/H5srcdir_str.h
  424. config.status: creating hl/tools/Makefile
  425. config.status: creating hl/tools/gif2h5/Makefile
  426. config.status: creating hl/tools/gif2h5/h52giftest.sh
  427. config.status: creating hl/examples/Makefile
  428. config.status: creating hl/examples/run-hlc-ex.sh
  429. config.status: creating hl/c++/Makefile
  430. config.status: creating hl/c++/src/Makefile
  431. config.status: creating hl/c++/test/Makefile
  432. config.status: creating hl/c++/examples/Makefile
  433. config.status: creating hl/c++/examples/run-hlc++-ex.sh
  434. config.status: creating hl/fortran/Makefile
  435. config.status: creating hl/fortran/src/Makefile
  436. config.status: creating hl/fortran/test/Makefile
  437. config.status: creating hl/fortran/examples/Makefile
  438. config.status: creating hl/fortran/examples/run-hlfortran-ex.sh
  439. config.status: creating src/H5config.h
  440. config.status: executing pubconf commands
  441. creating src/H5pubconf.h
  442. Post process src/libhdf5.settings
  443. config.status: executing depfiles commands
  444. config.status: executing libtool commands
  445. SUMMARY OF THE HDF5 CONFIGURATION
  446. =================================
  447.  
  448. General Information:
  449. -------------------
  450. HDF5 Version: 1.8.14
  451. Configured on: Tue Oct 25 12:34:52 IST 2016
  452. Configured by: robertmckiernan@la-mckiernan
  453. Configure mode: production
  454. Host system: i386-apple-darwin13.4.0
  455. Uname information: Darwin la-mckiernan 13.4.0 Darwin Kernel Version 13.4.0: Mon Jan 11 18:17:34 PST 2016; root:xnu-2422.115.15~1/RELEASE_X86_64 x86_64
  456. Byte sex: little-endian
  457. Libraries: static, shared
  458. Installation point: /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/..
  459.  
  460. Compiling Options:
  461. ------------------
  462. Compilation Mode: production
  463. C Compiler: /usr/bin/clang ( Apple LLVM version 6.0 )
  464. CFLAGS:
  465. H5_CFLAGS: -O3
  466. AM_CFLAGS:
  467. CPPFLAGS:
  468. H5_CPPFLAGS: -DNDEBUG -UH5_DEBUG_API
  469. AM_CPPFLAGS:
  470. Shared C Library: yes
  471. Static C Library: yes
  472. Statically Linked Executables: no
  473. LDFLAGS:
  474. H5_LDFLAGS:
  475. AM_LDFLAGS: -L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib
  476. Extra libraries: -lpthread -lz -ldl -lm
  477. Archiver: ar
  478. Ranlib: ranlib
  479. Debugged Packages:
  480. API Tracing: no
  481.  
  482. Languages:
  483. ----------
  484. Fortran: no
  485.  
  486. C++: no
  487.  
  488. Features:
  489. ---------
  490. Parallel HDF5: no
  491. High Level library: yes
  492. Threadsafety: yes
  493. Default API Mapping: v18
  494. With Deprecated Public Symbols: yes
  495. I/O filters (external): deflate(zlib)
  496. I/O filters (internal): shuffle,fletcher32,nbit,scaleoffset
  497. MPE: no
  498. Direct VFD: no
  499. dmalloc: no
  500. Clear file buffers before write: yes
  501. Using memory checker: no
  502. Function Stack Tracing: no
  503. Strict File Format Checks: no
  504. Optimization Instrumentation: no
  505. Large File Support (LFS): yes
  506. Making all in src
  507. /Library/Developer/CommandLineTools/usr/bin/make all-am
  508. CC H5.lo
  509. CC H5checksum.lo
  510. CC H5dbg.lo
  511. CC H5system.lo
  512. CC H5timer.lo
  513. CC H5trace.lo
  514. CC H5A.lo
  515. CC H5Abtree2.lo
  516. CC H5Adense.lo
  517. CC H5Adeprec.lo
  518. CC H5Aint.lo
  519. H5Aint.c:202:45: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  520. if(NULL == (attr->shared->dt = H5T_copy(type, H5T_COPY_ALL)))
  521. ^~~~
  522. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  523. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  524. ^
  525. H5Aint.c:529:62: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  526. if((src_id = H5I_register(H5I_DATATYPE, H5T_copy(mem_type, H5T_COPY_ALL), FALSE)) < 0 ||
  527. ^~~~~~~~
  528. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  529. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  530. ^
  531. H5Aint.c:646:71: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  532. (dst_id = H5I_register(H5I_DATATYPE, H5T_copy(mem_type, H5T_COPY_ALL), FALSE)) < 0)
  533. ^~~~~~~~
  534. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  535. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  536. ^
  537. 3 warnings generated.
  538. CC H5Atest.lo
  539. CC H5AC.lo
  540. H5AC.c:2008:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
  541. if ( ( cache_ptr == NULL )
  542. ~~~~~~~~~~^~~~~~~
  543. H5AC.c:2008:22: note: remove extraneous parentheses around the comparison to silence this warning
  544. if ( ( cache_ptr == NULL )
  545. ~~ ^ ~
  546. H5AC.c:2008:22: note: use '=' to turn this equality comparison into an assignment
  547. if ( ( cache_ptr == NULL )
  548. ^~
  549. =
  550. 1 warning generated.
  551. CC H5B.lo
  552. CC H5Bcache.lo
  553. CC H5Bdbg.lo
  554. CC H5B2.lo
  555. CC H5B2cache.lo
  556. CC H5B2dbg.lo
  557. CC H5B2hdr.lo
  558. CC H5B2int.lo
  559. CC H5B2stat.lo
  560. CC H5B2test.lo
  561. CC H5C.lo
  562. CC H5CS.lo
  563. CC H5D.lo
  564. CC H5Dbtree.lo
  565. CC H5Dchunk.lo
  566. H5Dchunk.c:4840:39: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers
  567. [-Wincompatible-pointer-types-discards-qualifiers]
  568. if(NULL == (dt_mem = H5T_copy(dt_src, H5T_COPY_TRANSIENT)))
  569. ^~~~~~
  570. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  571. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  572. ^
  573. H5Dchunk.c:4848:39: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers
  574. [-Wincompatible-pointer-types-discards-qualifiers]
  575. if(NULL == (dt_dst = H5T_copy(dt_src, H5T_COPY_TRANSIENT)))
  576. ^~~~~~
  577. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  578. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  579. ^
  580. 2 warnings generated.
  581. CC H5Dcompact.lo
  582. CC H5Dcontig.lo
  583. CC H5Ddbg.lo
  584. CC H5Ddeprec.lo
  585. CC H5Defl.lo
  586. CC H5Dfill.lo
  587. H5Dfill.c:234:62: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  588. if((src_id = H5I_register(H5I_DATATYPE, H5T_copy(fill_type, H5T_COPY_ALL), FALSE)) < 0)
  589. ^~~~~~~~~
  590. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  591. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  592. ^
  593. H5Dfill.c:237:62: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  594. if((dst_id = H5I_register(H5I_DATATYPE, H5T_copy(buf_type, H5T_COPY_ALL), FALSE)) < 0)
  595. ^~~~~~~~
  596. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  597. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  598. ^
  599. H5Dfill.c:407:54: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  600. if(NULL == (fb_info->mem_type = H5T_copy(dset_type, H5T_COPY_REOPEN)))
  601. ^~~~~~~~~
  602. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  603. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  604. ^
  605. 3 warnings generated.
  606. CC H5Dint.lo
  607. H5Dint.c:638:43: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  608. if((dset->shared->type = H5T_copy(type, H5T_COPY_ALL)) == NULL)
  609. ^~~~
  610. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  611. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  612. ^
  613. 1 warning generated.
  614. CC H5Dio.lo
  615. CC H5Dlayout.lo
  616. CC H5Dmpio.lo
  617. CC H5Doh.lo
  618. CC H5Dscatgath.lo
  619. CC H5Dselect.lo
  620. CC H5Dtest.lo
  621. CC H5E.lo
  622. CC H5Edeprec.lo
  623. CC H5Eint.lo
  624. CC H5F.lo
  625. CC H5Fint.lo
  626. CC H5Faccum.lo
  627. CC H5Fcwfs.lo
  628. CC H5Fdbg.lo
  629. CC H5Fefc.lo
  630. CC H5Ffake.lo
  631. CC H5Fio.lo
  632. CC H5Fmount.lo
  633. CC H5Fmpi.lo
  634. CC H5Fquery.lo
  635. CC H5Fsfile.lo
  636. CC H5Fsuper.lo
  637. CC H5Fsuper_cache.lo
  638. CC H5Ftest.lo
  639. CC H5FD.lo
  640. CC H5FDcore.lo
  641. CC H5FDdirect.lo
  642. CC H5FDfamily.lo
  643. CC H5FDint.lo
  644. CC H5FDlog.lo
  645. CC H5FDmpi.lo
  646. CC H5FDmpio.lo
  647. CC H5FDmulti.lo
  648. CC H5FDsec2.lo
  649. CC H5FDspace.lo
  650. CC H5FDstdio.lo
  651. CC H5FL.lo
  652. CC H5FO.lo
  653. CC H5FS.lo
  654. CC H5FScache.lo
  655. CC H5FSdbg.lo
  656. CC H5FSsection.lo
  657. H5FSsection.c:2338:24: warning: passing 'const H5F_t *' (aka 'const struct H5F_t *') to parameter of type 'H5F_t *' (aka 'struct H5F_t *') discards qualifiers
  658. [-Wincompatible-pointer-types-discards-qualifiers]
  659. if(H5FS_sinfo_lock(f, dxpl_id, fspace, H5AC_WRITE) < 0)
  660. ^
  661. H5FSsection.c:207:24: note: passing argument to parameter 'f' here
  662. H5FS_sinfo_lock(H5F_t *f, hid_t dxpl_id, H5FS_t *fspace, H5AC_protect_t accmode)
  663. ^
  664. H5FSsection.c:2338:36: warning: passing 'const H5FS_t *' (aka 'const struct H5FS_t *') to parameter of type 'H5FS_t *' (aka 'struct H5FS_t *') discards qualifiers
  665. [-Wincompatible-pointer-types-discards-qualifiers]
  666. if(H5FS_sinfo_lock(f, dxpl_id, fspace, H5AC_WRITE) < 0)
  667. ^~~~~~
  668. H5FSsection.c:207:50: note: passing argument to parameter 'fspace' here
  669. H5FS_sinfo_lock(H5F_t *f, hid_t dxpl_id, H5FS_t *fspace, H5AC_protect_t accmode)
  670. ^
  671. H5FSsection.c:2362:32: warning: passing 'const H5FS_t *' (aka 'const struct H5FS_t *') to parameter of type 'H5FS_t *' (aka 'struct H5FS_t *') discards qualifiers
  672. [-Wincompatible-pointer-types-discards-qualifiers]
  673. if(H5FS_sect_remove_real(fspace, tmp_sect) < 0)
  674. ^~~~~~
  675. H5FSsection.c:859:31: note: passing argument to parameter 'fspace' here
  676. H5FS_sect_remove_real(H5FS_t *fspace, H5FS_section_info_t *sect)
  677. ^
  678. H5FSsection.c:2376:41: warning: passing 'const H5F_t *' (aka 'const struct H5F_t *') to parameter of type 'H5F_t *' (aka 'struct H5F_t *') discards qualifiers
  679. [-Wincompatible-pointer-types-discards-qualifiers]
  680. if(sinfo_valid && H5FS_sinfo_unlock(f, dxpl_id, fspace, section_removed) < 0)
  681. ^
  682. H5FSsection.c:313:26: note: passing argument to parameter 'f' here
  683. H5FS_sinfo_unlock(H5F_t *f, hid_t dxpl_id, H5FS_t *fspace, hbool_t modified)
  684. ^
  685. H5FSsection.c:2376:53: warning: passing 'const H5FS_t *' (aka 'const struct H5FS_t *') to parameter of type 'H5FS_t *' (aka 'struct H5FS_t *') discards qualifiers
  686. [-Wincompatible-pointer-types-discards-qualifiers]
  687. if(sinfo_valid && H5FS_sinfo_unlock(f, dxpl_id, fspace, section_removed) < 0)
  688. ^~~~~~
  689. H5FSsection.c:313:52: note: passing argument to parameter 'fspace' here
  690. H5FS_sinfo_unlock(H5F_t *f, hid_t dxpl_id, H5FS_t *fspace, hbool_t modified)
  691. ^
  692. 5 warnings generated.
  693. CC H5FSstat.lo
  694. CC H5FStest.lo
  695. CC H5G.lo
  696. CC H5Gbtree2.lo
  697. CC H5Gcache.lo
  698. CC H5Gcompact.lo
  699. CC H5Gdense.lo
  700. CC H5Gdeprec.lo
  701. CC H5Gent.lo
  702. CC H5Gint.lo
  703. CC H5Glink.lo
  704. CC H5Gloc.lo
  705. CC H5Gname.lo
  706. CC H5Gnode.lo
  707. CC H5Gobj.lo
  708. CC H5Goh.lo
  709. CC H5Groot.lo
  710. CC H5Gstab.lo
  711. CC H5Gtest.lo
  712. CC H5Gtraverse.lo
  713. CC H5HF.lo
  714. CC H5HFbtree2.lo
  715. CC H5HFcache.lo
  716. CC H5HFdbg.lo
  717. CC H5HFdblock.lo
  718. CC H5HFdtable.lo
  719. CC H5HFhdr.lo
  720. CC H5HFhuge.lo
  721. CC H5HFiblock.lo
  722. CC H5HFiter.lo
  723. CC H5HFman.lo
  724. CC H5HFsection.lo
  725. CC H5HFspace.lo
  726. CC H5HFstat.lo
  727. CC H5HFtest.lo
  728. CC H5HFtiny.lo
  729. CC H5HG.lo
  730. CC H5HGcache.lo
  731. CC H5HGdbg.lo
  732. CC H5HGquery.lo
  733. CC H5HL.lo
  734. CC H5HLcache.lo
  735. CC H5HLdbg.lo
  736. CC H5HLint.lo
  737. CC H5HP.lo
  738. CC H5I.lo
  739. H5I.c:258:22: warning: comparison of constant 127 with expression of type 'H5I_type_t' (aka 'enum H5I_type_t') is always true [-Wtautological-constant-out-of-range-compare]
  740. if(H5I_next_type < H5I_MAX_NUM_TYPES) {
  741. ~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
  742. 1 warning generated.
  743. CC H5Itest.lo
  744. CC H5L.lo
  745. CC H5Lexternal.lo
  746. CC H5make_libsettings.o
  747. CCLD H5make_libsettings
  748. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  749. LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo | \
  750. sed -e 's/-L/:/g' -e 's/ //g'`" \
  751. ./H5make_libsettings > H5lib_settings.c || \
  752. (test $HDF5_Make_Ignore && echo "*** Error ignored") || \
  753. (rm -f H5lib_settings.c ; exit 1)
  754. CC H5lib_settings.lo
  755. CC H5MF.lo
  756. CC H5MFaggr.lo
  757. CC H5MFdbg.lo
  758. CC H5MFsection.lo
  759. CC H5MM.lo
  760. CC H5MP.lo
  761. CC H5MPtest.lo
  762. CC H5O.lo
  763. CC H5Oainfo.lo
  764. CC H5Oalloc.lo
  765. CC H5Oattr.lo
  766. CC H5Oattribute.lo
  767. CC H5Obogus.lo
  768. CC H5Obtreek.lo
  769. CC H5Ocache.lo
  770. CC H5Ochunk.lo
  771. CC H5Ocont.lo
  772. CC H5Ocopy.lo
  773. CC H5Odbg.lo
  774. CC H5Odrvinfo.lo
  775. CC H5Odtype.lo
  776. H5Odtype.c:1188:32: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers
  777. [-Wincompatible-pointer-types-discards-qualifiers]
  778. if(NULL == (dst = H5T_copy(src, H5T_COPY_ALL)))
  779. ^~~
  780. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  781. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  782. ^
  783. H5Odtype.c:1533:49: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers
  784. [-Wincompatible-pointer-types-discards-qualifiers]
  785. if(NULL == (udata->src_dtype = H5T_copy(dt_src, H5T_COPY_TRANSIENT)))
  786. ^~~~~~
  787. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  788. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  789. ^
  790. 2 warnings generated.
  791. CC H5Oefl.lo
  792. CC H5Ofill.lo
  793. CC H5Oginfo.lo
  794. CC H5Olayout.lo
  795. CC H5Olinfo.lo
  796. CC H5Olink.lo
  797. CC H5Omessage.lo
  798. CC H5Omtime.lo
  799. CC H5Oname.lo
  800. CC H5Onull.lo
  801. CC H5Opline.lo
  802. CC H5Orefcount.lo
  803. CC H5Osdspace.lo
  804. CC H5Oshared.lo
  805. CC H5Ostab.lo
  806. CC H5Oshmesg.lo
  807. CC H5Otest.lo
  808. CC H5Ounknown.lo
  809. CC H5P.lo
  810. CC H5Pacpl.lo
  811. CC H5Pdapl.lo
  812. CC H5Pdcpl.lo
  813. H5Pdcpl.c:1565:54: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers
  814. [-Wincompatible-pointer-types-discards-qualifiers]
  815. if((dst_id = H5I_register(H5I_DATATYPE, H5T_copy(type, H5T_COPY_TRANSIENT), FALSE)) < 0)
  816. ^~~~
  817. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  818. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  819. ^
  820. 1 warning generated.
  821. CC H5Pdeprec.lo
  822. CC H5Pdxpl.lo
  823. CC H5Pfapl.lo
  824. CC H5Pfcpl.lo
  825. CC H5Pfmpl.lo
  826. CC H5Pgcpl.lo
  827. CC H5Pint.lo
  828. CC H5Plapl.lo
  829. CC H5Plcpl.lo
  830. CC H5Pocpl.lo
  831. CC H5Pocpypl.lo
  832. CC H5Pstrcpl.lo
  833. CC H5Ptest.lo
  834. CC H5PL.lo
  835. CC H5R.lo
  836. CC H5Rdeprec.lo
  837. CC H5RC.lo
  838. CC H5RS.lo
  839. CC H5S.lo
  840. CC H5Sall.lo
  841. CC H5Sdbg.lo
  842. CC H5Shyper.lo
  843. CC H5Smpio.lo
  844. CC H5Snone.lo
  845. CC H5Spoint.lo
  846. CC H5Sselect.lo
  847. CC H5Stest.lo
  848. CC H5SL.lo
  849. CC H5SM.lo
  850. CC H5SMbtree2.lo
  851. CC H5SMcache.lo
  852. CC H5SMmessage.lo
  853. CC H5SMtest.lo
  854. CC H5ST.lo
  855. CC H5T.lo
  856. H5T.c:4469:35: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  857. if(NULL == (path->src = H5T_copy(src, H5T_COPY_ALL)))
  858. ^~~
  859. H5T.c:3162:17: note: passing argument to parameter 'old_dt' here
  860. H5T_copy(H5T_t *old_dt, H5T_copy_t method)
  861. ^
  862. H5T.c:4471:42: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  863. if(NULL == (path->dst = H5T_copy(dst, H5T_COPY_ALL)))
  864. ^~~
  865. H5T.c:3162:17: note: passing argument to parameter 'old_dt' here
  866. H5T_copy(H5T_t *old_dt, H5T_copy_t method)
  867. ^
  868. H5T.c:4519:22: warning: expression which evaluates to zero treated as a null pointer constant of type 'H5E_t *' (aka 'struct H5E_t *') [-Wnon-literal-null-conversion]
  869. H5E_clear_stack(H5E_DEFAULT); /*ignore the error*/
  870. ^~~~~~~~~~~
  871. ./H5Epublic.h:29:33: note: expanded from macro 'H5E_DEFAULT'
  872. #define H5E_DEFAULT (hid_t)0
  873. ^~~~~~~~
  874. 3 warnings generated.
  875. CC H5Tarray.lo
  876. CC H5Tbit.lo
  877. CC H5Tcommit.lo
  878. CC H5Tcompound.lo
  879. H5Tcompound.c:484:56: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers
  880. [-Wincompatible-pointer-types-discards-qualifiers]
  881. parent->shared->u.compnd.memb[idx].type = H5T_copy(member, H5T_COPY_ALL);
  882. ^~~~~~
  883. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  884. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  885. ^
  886. 1 warning generated.
  887. CC H5Tconv.lo
  888. CC H5Tcset.lo
  889. CC H5Tdbg.lo
  890. CC H5Tdeprec.lo
  891. CC H5Tenum.lo
  892. H5Tenum.c:136:42: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  893. ret_value->shared->parent = H5T_copy(parent, H5T_COPY_ALL);
  894. ^~~~~~
  895. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  896. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  897. ^
  898. H5Tenum.c:437:38: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  899. if(NULL == (copied_dt = H5T_copy(dt, H5T_COPY_ALL)))
  900. ^~
  901. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  902. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  903. ^
  904. H5Tenum.c:576:35: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  905. if (NULL==(copied_dt=H5T_copy(dt, H5T_COPY_ALL)))
  906. ^~
  907. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  908. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  909. ^
  910. 3 warnings generated.
  911. CC H5Tfields.lo
  912. CC H5Tfixed.lo
  913. CC H5Tfloat.lo
  914. CC H5detect.o
  915. CCLD H5detect
  916. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  917. LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo | \
  918. sed -e 's/-L/:/g' -e 's/ //g'`" \
  919. ./H5detect > H5Tinit.c || \
  920. (test $HDF5_Make_Ignore && echo "*** Error ignored") || \
  921. (rm -f H5Tinit.c ; exit 1)
  922. CC H5Tinit.lo
  923. CC H5Tnative.lo
  924. CC H5Toffset.lo
  925. CC H5Toh.lo
  926. CC H5Topaque.lo
  927. CC H5Torder.lo
  928. CC H5Tpad.lo
  929. CC H5Tprecis.lo
  930. CC H5Tstrpad.lo
  931. CC H5Tvisit.lo
  932. CC H5Tvlen.lo
  933. H5Tvlen.c:168:47: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  934. if(NULL == (dt->shared->parent = H5T_copy(base, H5T_COPY_ALL)))
  935. ^~~~
  936. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  937. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  938. ^
  939. 1 warning generated.
  940. CC H5TS.lo
  941. CC H5VM.lo
  942. CC H5WB.lo
  943. CC H5Z.lo
  944. CC H5Zdeflate.lo
  945. CC H5Zfletcher32.lo
  946. CC H5Znbit.lo
  947. CC H5Zshuffle.lo
  948. CC H5Zszip.lo
  949. CC H5Zscaleoffset.lo
  950. CC H5Ztrans.lo
  951. CCLD libhdf5.la
  952. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  953. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libhdf5.a(H5CS.o) has no symbols
  954. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libhdf5.a(H5Dmpio.o) has no symbols
  955. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libhdf5.a(H5Fmpi.o) has no symbols
  956. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libhdf5.a(H5FDdirect.o) has no symbols
  957. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libhdf5.a(H5FDmpi.o) has no symbols
  958. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libhdf5.a(H5FDmpio.o) has no symbols
  959. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libhdf5.a(H5MFdbg.o) has no symbols
  960. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libhdf5.a(H5Obogus.o) has no symbols
  961. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libhdf5.a(H5Smpio.o) has no symbols
  962. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libhdf5.a(H5Zszip.o) has no symbols
  963. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libhdf5.a(H5CS.o) has no symbols
  964. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libhdf5.a(H5Dmpio.o) has no symbols
  965. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libhdf5.a(H5Fmpi.o) has no symbols
  966. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libhdf5.a(H5FDdirect.o) has no symbols
  967. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libhdf5.a(H5FDmpi.o) has no symbols
  968. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libhdf5.a(H5FDmpio.o) has no symbols
  969. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libhdf5.a(H5MFdbg.o) has no symbols
  970. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libhdf5.a(H5Obogus.o) has no symbols
  971. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libhdf5.a(H5Smpio.o) has no symbols
  972. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libhdf5.a(H5Zszip.o) has no symbols
  973. Making all in test
  974. CC dynlib1.lo
  975. CCLD libdynlib1.la
  976. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  977. CC dynlib2.lo
  978. CCLD libdynlib2.la
  979. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  980. CC dynlib3.lo
  981. CCLD libdynlib3.la
  982. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  983. CC h5test.lo
  984. CC testframe.lo
  985. testframe.c:618:31: warning: incompatible pointer types passing 'H5E_auto2_t *' (aka 'herr_t (**)(hid_t, void *)') to parameter of type 'H5E_auto2_t' (aka 'herr_t (*)(hid_t, void *)'); dereference with *
  986. [-Wincompatible-pointer-types]
  987. H5Eset_auto2(H5E_DEFAULT, PrintErrorStackFunc, PrintErrorStackData);
  988. ^~~~~~~~~~~~~~~~~~~
  989. *
  990. ../src/H5Epublic.h:174:57: note: passing argument to parameter 'func' here
  991. H5_DLL herr_t H5Eset_auto2(hid_t estack_id, H5E_auto2_t func, void *client_data);
  992. ^
  993. 1 warning generated.
  994. CC cache_common.lo
  995. CCLD libh5test.la
  996. CC testhdf5.o
  997. CC tarray.o
  998. CC tattr.o
  999. CC tchecksum.o
  1000. CC tconfig.o
  1001. tconfig.c:126:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1002. vrfy_ctype(char, H5_SIZEOF_CHAR);
  1003. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1004. tconfig.c:39:5: note: expanded from macro 'vrfy_ctype'
  1005. vrfy_macrosize(type, macro, #macro);
  1006. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1007. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1008. #type, sizeof(type), macroname, macro);
  1009. ^~~~~~~~~~~~
  1010. tconfig.c:127:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1011. vrfy_cint_type(signed char, unsigned char, H5_SIZEOF_CHAR);
  1012. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1013. tconfig.c:33:5: note: expanded from macro 'vrfy_cint_type'
  1014. vrfy_macrosize(ctype, ctype_macro, #ctype_macro);\
  1015. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1016. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1017. #type, sizeof(type), macroname, macro);
  1018. ^~~~~~~~~~~~
  1019. tconfig.c:127:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1020. vrfy_cint_type(signed char, unsigned char, H5_SIZEOF_CHAR);
  1021. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1022. tconfig.c:35:5: note: expanded from macro 'vrfy_cint_type'
  1023. vrfy_macrosize(uctype, ctype_macro, #ctype_macro);
  1024. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1025. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1026. #type, sizeof(type), macroname, macro);
  1027. ^~~~~~~~~~~~
  1028. tconfig.c:128:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1029. vrfy_cint_type(int, unsigned int, H5_SIZEOF_INT);
  1030. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1031. tconfig.c:33:5: note: expanded from macro 'vrfy_cint_type'
  1032. vrfy_macrosize(ctype, ctype_macro, #ctype_macro);\
  1033. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1034. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1035. #type, sizeof(type), macroname, macro);
  1036. ^~~~~~~~~~~~
  1037. tconfig.c:128:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1038. vrfy_cint_type(int, unsigned int, H5_SIZEOF_INT);
  1039. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1040. tconfig.c:35:5: note: expanded from macro 'vrfy_cint_type'
  1041. vrfy_macrosize(uctype, ctype_macro, #ctype_macro);
  1042. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1043. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1044. #type, sizeof(type), macroname, macro);
  1045. ^~~~~~~~~~~~
  1046. tconfig.c:129:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1047. vrfy_cint_type(short, unsigned short, H5_SIZEOF_SHORT);
  1048. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1049. tconfig.c:33:5: note: expanded from macro 'vrfy_cint_type'
  1050. vrfy_macrosize(ctype, ctype_macro, #ctype_macro);\
  1051. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1052. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1053. #type, sizeof(type), macroname, macro);
  1054. ^~~~~~~~~~~~
  1055. tconfig.c:129:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1056. vrfy_cint_type(short, unsigned short, H5_SIZEOF_SHORT);
  1057. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1058. tconfig.c:35:5: note: expanded from macro 'vrfy_cint_type'
  1059. vrfy_macrosize(uctype, ctype_macro, #ctype_macro);
  1060. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1061. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1062. #type, sizeof(type), macroname, macro);
  1063. ^~~~~~~~~~~~
  1064. tconfig.c:130:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1065. vrfy_cint_type(long, unsigned long, H5_SIZEOF_LONG);
  1066. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1067. tconfig.c:33:5: note: expanded from macro 'vrfy_cint_type'
  1068. vrfy_macrosize(ctype, ctype_macro, #ctype_macro);\
  1069. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1070. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1071. #type, sizeof(type), macroname, macro);
  1072. ^~~~~~~~~~~~
  1073. tconfig.c:130:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1074. vrfy_cint_type(long, unsigned long, H5_SIZEOF_LONG);
  1075. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1076. tconfig.c:35:5: note: expanded from macro 'vrfy_cint_type'
  1077. vrfy_macrosize(uctype, ctype_macro, #ctype_macro);
  1078. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1079. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1080. #type, sizeof(type), macroname, macro);
  1081. ^~~~~~~~~~~~
  1082. tconfig.c:131:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1083. vrfy_ctype(float, H5_SIZEOF_FLOAT);
  1084. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1085. tconfig.c:39:5: note: expanded from macro 'vrfy_ctype'
  1086. vrfy_macrosize(type, macro, #macro);
  1087. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1088. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1089. #type, sizeof(type), macroname, macro);
  1090. ^~~~~~~~~~~~
  1091. tconfig.c:132:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1092. vrfy_ctype(double, H5_SIZEOF_DOUBLE);
  1093. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1094. tconfig.c:39:5: note: expanded from macro 'vrfy_ctype'
  1095. vrfy_macrosize(type, macro, #macro);
  1096. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1097. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1098. #type, sizeof(type), macroname, macro);
  1099. ^~~~~~~~~~~~
  1100. tconfig.c:134:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1101. vrfy_ctype(long double, H5_SIZEOF_LONG_DOUBLE);
  1102. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1103. tconfig.c:39:5: note: expanded from macro 'vrfy_ctype'
  1104. vrfy_macrosize(type, macro, #macro);
  1105. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1106. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1107. #type, sizeof(type), macroname, macro);
  1108. ^~~~~~~~~~~~
  1109. tconfig.c:139:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1110. vrfy_cint_type(long long, unsigned long long, H5_SIZEOF_LONG_LONG);
  1111. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1112. tconfig.c:33:5: note: expanded from macro 'vrfy_cint_type'
  1113. vrfy_macrosize(ctype, ctype_macro, #ctype_macro);\
  1114. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1115. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1116. #type, sizeof(type), macroname, macro);
  1117. ^~~~~~~~~~~~
  1118. tconfig.c:139:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1119. vrfy_cint_type(long long, unsigned long long, H5_SIZEOF_LONG_LONG);
  1120. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1121. tconfig.c:35:5: note: expanded from macro 'vrfy_cint_type'
  1122. vrfy_macrosize(uctype, ctype_macro, #ctype_macro);
  1123. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1124. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1125. #type, sizeof(type), macroname, macro);
  1126. ^~~~~~~~~~~~
  1127. tconfig.c:143:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1128. vrfy_cint_type(int8_t, uint8_t, H5_SIZEOF_INT8_T);
  1129. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1130. tconfig.c:33:5: note: expanded from macro 'vrfy_cint_type'
  1131. vrfy_macrosize(ctype, ctype_macro, #ctype_macro);\
  1132. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1133. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1134. #type, sizeof(type), macroname, macro);
  1135. ^~~~~~~~~~~~
  1136. tconfig.c:143:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1137. vrfy_cint_type(int8_t, uint8_t, H5_SIZEOF_INT8_T);
  1138. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1139. tconfig.c:35:5: note: expanded from macro 'vrfy_cint_type'
  1140. vrfy_macrosize(uctype, ctype_macro, #ctype_macro);
  1141. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1142. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1143. #type, sizeof(type), macroname, macro);
  1144. ^~~~~~~~~~~~
  1145. tconfig.c:147:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1146. vrfy_cint_type(int16_t, uint16_t, H5_SIZEOF_INT16_T);
  1147. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1148. tconfig.c:33:5: note: expanded from macro 'vrfy_cint_type'
  1149. vrfy_macrosize(ctype, ctype_macro, #ctype_macro);\
  1150. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1151. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1152. #type, sizeof(type), macroname, macro);
  1153. ^~~~~~~~~~~~
  1154. tconfig.c:147:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1155. vrfy_cint_type(int16_t, uint16_t, H5_SIZEOF_INT16_T);
  1156. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1157. tconfig.c:35:5: note: expanded from macro 'vrfy_cint_type'
  1158. vrfy_macrosize(uctype, ctype_macro, #ctype_macro);
  1159. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1160. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1161. #type, sizeof(type), macroname, macro);
  1162. ^~~~~~~~~~~~
  1163. tconfig.c:151:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1164. vrfy_cint_type(int32_t, uint32_t, H5_SIZEOF_INT32_T);
  1165. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1166. tconfig.c:33:5: note: expanded from macro 'vrfy_cint_type'
  1167. vrfy_macrosize(ctype, ctype_macro, #ctype_macro);\
  1168. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1169. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1170. #type, sizeof(type), macroname, macro);
  1171. ^~~~~~~~~~~~
  1172. tconfig.c:151:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1173. vrfy_cint_type(int32_t, uint32_t, H5_SIZEOF_INT32_T);
  1174. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1175. tconfig.c:35:5: note: expanded from macro 'vrfy_cint_type'
  1176. vrfy_macrosize(uctype, ctype_macro, #ctype_macro);
  1177. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1178. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1179. #type, sizeof(type), macroname, macro);
  1180. ^~~~~~~~~~~~
  1181. tconfig.c:155:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1182. vrfy_cint_type(int64_t, uint64_t, H5_SIZEOF_INT64_T);
  1183. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1184. tconfig.c:33:5: note: expanded from macro 'vrfy_cint_type'
  1185. vrfy_macrosize(ctype, ctype_macro, #ctype_macro);\
  1186. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1187. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1188. #type, sizeof(type), macroname, macro);
  1189. ^~~~~~~~~~~~
  1190. tconfig.c:155:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1191. vrfy_cint_type(int64_t, uint64_t, H5_SIZEOF_INT64_T);
  1192. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1193. tconfig.c:35:5: note: expanded from macro 'vrfy_cint_type'
  1194. vrfy_macrosize(uctype, ctype_macro, #ctype_macro);
  1195. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1196. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1197. #type, sizeof(type), macroname, macro);
  1198. ^~~~~~~~~~~~
  1199. tconfig.c:161:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1200. vrfy_ctype(int_fast8_t, H5_SIZEOF_INT_FAST8_T);
  1201. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1202. tconfig.c:39:5: note: expanded from macro 'vrfy_ctype'
  1203. vrfy_macrosize(type, macro, #macro);
  1204. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1205. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1206. #type, sizeof(type), macroname, macro);
  1207. ^~~~~~~~~~~~
  1208. tconfig.c:165:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1209. vrfy_ctype(uint_fast8_t, H5_SIZEOF_UINT_FAST8_T);
  1210. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1211. tconfig.c:39:5: note: expanded from macro 'vrfy_ctype'
  1212. vrfy_macrosize(type, macro, #macro);
  1213. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1214. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1215. #type, sizeof(type), macroname, macro);
  1216. ^~~~~~~~~~~~
  1217. tconfig.c:169:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1218. vrfy_cint_type(int_fast16_t, uint_fast16_t, H5_SIZEOF_INT_FAST16_T);
  1219. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1220. tconfig.c:33:5: note: expanded from macro 'vrfy_cint_type'
  1221. vrfy_macrosize(ctype, ctype_macro, #ctype_macro);\
  1222. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1223. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1224. #type, sizeof(type), macroname, macro);
  1225. ^~~~~~~~~~~~
  1226. tconfig.c:169:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1227. vrfy_cint_type(int_fast16_t, uint_fast16_t, H5_SIZEOF_INT_FAST16_T);
  1228. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1229. tconfig.c:35:5: note: expanded from macro 'vrfy_cint_type'
  1230. vrfy_macrosize(uctype, ctype_macro, #ctype_macro);
  1231. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1232. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1233. #type, sizeof(type), macroname, macro);
  1234. ^~~~~~~~~~~~
  1235. tconfig.c:173:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1236. vrfy_cint_type(int_fast32_t, uint_fast32_t, H5_SIZEOF_INT_FAST32_T);
  1237. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1238. tconfig.c:33:5: note: expanded from macro 'vrfy_cint_type'
  1239. vrfy_macrosize(ctype, ctype_macro, #ctype_macro);\
  1240. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1241. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1242. #type, sizeof(type), macroname, macro);
  1243. ^~~~~~~~~~~~
  1244. tconfig.c:173:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1245. vrfy_cint_type(int_fast32_t, uint_fast32_t, H5_SIZEOF_INT_FAST32_T);
  1246. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1247. tconfig.c:35:5: note: expanded from macro 'vrfy_cint_type'
  1248. vrfy_macrosize(uctype, ctype_macro, #ctype_macro);
  1249. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1250. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1251. #type, sizeof(type), macroname, macro);
  1252. ^~~~~~~~~~~~
  1253. tconfig.c:177:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1254. vrfy_cint_type(int_fast64_t, uint_fast64_t, H5_SIZEOF_INT_FAST64_T);
  1255. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1256. tconfig.c:33:5: note: expanded from macro 'vrfy_cint_type'
  1257. vrfy_macrosize(ctype, ctype_macro, #ctype_macro);\
  1258. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1259. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1260. #type, sizeof(type), macroname, macro);
  1261. ^~~~~~~~~~~~
  1262. tconfig.c:177:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1263. vrfy_cint_type(int_fast64_t, uint_fast64_t, H5_SIZEOF_INT_FAST64_T);
  1264. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1265. tconfig.c:35:5: note: expanded from macro 'vrfy_cint_type'
  1266. vrfy_macrosize(uctype, ctype_macro, #ctype_macro);
  1267. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1268. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1269. #type, sizeof(type), macroname, macro);
  1270. ^~~~~~~~~~~~
  1271. tconfig.c:181:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1272. vrfy_cint_type(int_least8_t, uint_least8_t, H5_SIZEOF_INT_LEAST8_T);
  1273. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1274. tconfig.c:33:5: note: expanded from macro 'vrfy_cint_type'
  1275. vrfy_macrosize(ctype, ctype_macro, #ctype_macro);\
  1276. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1277. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1278. #type, sizeof(type), macroname, macro);
  1279. ^~~~~~~~~~~~
  1280. tconfig.c:181:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1281. vrfy_cint_type(int_least8_t, uint_least8_t, H5_SIZEOF_INT_LEAST8_T);
  1282. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1283. tconfig.c:35:5: note: expanded from macro 'vrfy_cint_type'
  1284. vrfy_macrosize(uctype, ctype_macro, #ctype_macro);
  1285. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1286. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1287. #type, sizeof(type), macroname, macro);
  1288. ^~~~~~~~~~~~
  1289. tconfig.c:185:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1290. vrfy_cint_type(int_least16_t, uint_least16_t, H5_SIZEOF_INT_LEAST16_T);
  1291. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1292. tconfig.c:33:5: note: expanded from macro 'vrfy_cint_type'
  1293. vrfy_macrosize(ctype, ctype_macro, #ctype_macro);\
  1294. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1295. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1296. #type, sizeof(type), macroname, macro);
  1297. ^~~~~~~~~~~~
  1298. tconfig.c:185:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1299. vrfy_cint_type(int_least16_t, uint_least16_t, H5_SIZEOF_INT_LEAST16_T);
  1300. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1301. tconfig.c:35:5: note: expanded from macro 'vrfy_cint_type'
  1302. vrfy_macrosize(uctype, ctype_macro, #ctype_macro);
  1303. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1304. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1305. #type, sizeof(type), macroname, macro);
  1306. ^~~~~~~~~~~~
  1307. tconfig.c:189:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1308. vrfy_cint_type(int_least32_t, uint_least32_t, H5_SIZEOF_INT_LEAST32_T);
  1309. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1310. tconfig.c:33:5: note: expanded from macro 'vrfy_cint_type'
  1311. vrfy_macrosize(ctype, ctype_macro, #ctype_macro);\
  1312. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1313. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1314. #type, sizeof(type), macroname, macro);
  1315. ^~~~~~~~~~~~
  1316. tconfig.c:189:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1317. vrfy_cint_type(int_least32_t, uint_least32_t, H5_SIZEOF_INT_LEAST32_T);
  1318. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1319. tconfig.c:35:5: note: expanded from macro 'vrfy_cint_type'
  1320. vrfy_macrosize(uctype, ctype_macro, #ctype_macro);
  1321. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1322. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1323. #type, sizeof(type), macroname, macro);
  1324. ^~~~~~~~~~~~
  1325. tconfig.c:193:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1326. vrfy_cint_type(int_least64_t, uint_least64_t, H5_SIZEOF_INT_LEAST64_T);
  1327. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1328. tconfig.c:33:5: note: expanded from macro 'vrfy_cint_type'
  1329. vrfy_macrosize(ctype, ctype_macro, #ctype_macro);\
  1330. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1331. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1332. #type, sizeof(type), macroname, macro);
  1333. ^~~~~~~~~~~~
  1334. tconfig.c:193:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1335. vrfy_cint_type(int_least64_t, uint_least64_t, H5_SIZEOF_INT_LEAST64_T);
  1336. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1337. tconfig.c:35:5: note: expanded from macro 'vrfy_cint_type'
  1338. vrfy_macrosize(uctype, ctype_macro, #ctype_macro);
  1339. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1340. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1341. #type, sizeof(type), macroname, macro);
  1342. ^~~~~~~~~~~~
  1343. tconfig.c:202:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1344. vrfy_ctype(off_t, H5_SIZEOF_OFF_T);
  1345. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1346. tconfig.c:39:5: note: expanded from macro 'vrfy_ctype'
  1347. vrfy_macrosize(type, macro, #macro);
  1348. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1349. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1350. #type, sizeof(type), macroname, macro);
  1351. ^~~~~~~~~~~~
  1352. tconfig.c:206:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1353. vrfy_ctype(size_t, H5_SIZEOF_SIZE_T);
  1354. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1355. tconfig.c:39:5: note: expanded from macro 'vrfy_ctype'
  1356. vrfy_macrosize(type, macro, #macro);
  1357. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1358. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1359. #type, sizeof(type), macroname, macro);
  1360. ^~~~~~~~~~~~
  1361. tconfig.c:210:5: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  1362. vrfy_ctype(ssize_t, H5_SIZEOF_SSIZE_T);
  1363. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1364. tconfig.c:39:5: note: expanded from macro 'vrfy_ctype'
  1365. vrfy_macrosize(type, macro, #macro);
  1366. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1367. tconfig.c:46:13: note: expanded from macro 'vrfy_macrosize'
  1368. #type, sizeof(type), macroname, macro);
  1369. ^~~~~~~~~~~~
  1370. 41 warnings generated.
  1371. CC tfile.o
  1372. CC tgenprop.o
  1373. CC th5o.o
  1374. CC th5s.o
  1375. CC tcoords.o
  1376. CC theap.o
  1377. CC tid.o
  1378. tid.c:480:15: warning: comparison of constant 127 with expression of type 'H5I_type_t' (aka 'enum H5I_type_t') is always false [-Wtautological-constant-out-of-range-compare]
  1379. if(startType >= H5I_MAX_NUM_TYPES || startType < H5I_NTYPES)
  1380. ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
  1381. 1 warning generated.
  1382. CC titerate.o
  1383. CC tmeta.o
  1384. CC tmisc.o
  1385. tmisc.c:2713:63: warning: incompatible pointer to integer conversion initializing 'const char' with an expression of type 'void *' [-Wint-conversion]
  1386. {"1234567", "1234567\0", "12345678", {NULL}};
  1387. ^~~~
  1388. /Library/Developer/CommandLineTools/usr/bin/../lib/clang/6.0/include/stddef.h:77:16: note: expanded from macro 'NULL'
  1389. # define NULL ((void*)0)
  1390. ^~~~~~~~~~
  1391. tmisc.c:2792:63: warning: incompatible pointer to integer conversion initializing 'const char' with an expression of type 'void *' [-Wint-conversion]
  1392. {"1234567", "1234567\0", "12345678", {NULL}};
  1393. ^~~~
  1394. /Library/Developer/CommandLineTools/usr/bin/../lib/clang/6.0/include/stddef.h:77:16: note: expanded from macro 'NULL'
  1395. # define NULL ((void*)0)
  1396. ^~~~~~~~~~
  1397. 2 warnings generated.
  1398. CC trefer.o
  1399. trefer.c:496:44: warning: implicit conversion from 'int' to 'unsigned char' changes value from 1000000000 to 0 [-Wconstant-conversion]
  1400. hdset_reg_ref_t nvrbuf[3]={{0},{101},{1000000000}}; /* buffer with non-valid refs */
  1401. ~^~~~~~~~~~
  1402. 1 warning generated.
  1403. CC trefstr.o
  1404. CC tselect.o
  1405. CC tskiplist.o
  1406. CC tsohm.o
  1407. tsohm.c:1282:5: warning: format specifies type 'char *' but the argument has type 'int (*)(const void *, const void *, unsigned long)' [-Wformat]
  1408. VERIFY(ret, 0, memcmp);
  1409. ^~~~~~~~~~~~~~~~~~~~~~
  1410. ./testhdf5.h:80:17: note: expanded from macro 'VERIFY'
  1411. "in %s\n", (where), __val, __x, (int)__LINE__, __FILE__); \
  1412. ^~~~~~~
  1413. tsohm.c:1353:5: warning: format specifies type 'char *' but the argument has type 'int (*)(const void *, const void *, unsigned long)' [-Wformat]
  1414. VERIFY(ret, 0, memcmp);
  1415. ^~~~~~~~~~~~~~~~~~~~~~
  1416. ./testhdf5.h:80:17: note: expanded from macro 'VERIFY'
  1417. "in %s\n", (where), __val, __x, (int)__LINE__, __FILE__); \
  1418. ^~~~~~~
  1419. 2 warnings generated.
  1420. CC ttime.o
  1421. CC ttst.o
  1422. CC tunicode.o
  1423. CC tvlstr.o
  1424. CC tvltypes.o
  1425. CCLD testhdf5
  1426. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1427. CC lheap.o
  1428. CCLD lheap
  1429. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1430. CC ohdr.o
  1431. CCLD ohdr
  1432. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1433. CC stab.o
  1434. CCLD stab
  1435. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1436. CC gheap.o
  1437. CCLD gheap
  1438. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1439. CC cache.o
  1440. cache.c:25754:23: warning: implicit declaration of function 'resize_configs_are_equal' is invalid in C99 [-Wimplicit-function-declaration]
  1441. } else if ( ! resize_configs_are_equal(&test_auto_size_ctl, \
  1442. ^
  1443. 1 warning generated.
  1444. CCLD cache
  1445. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1446. CC cache_api.o
  1447. cache_api.c:265:9: warning: implicit declaration of function 'resize_configs_are_equal' is invalid in C99 [-Wimplicit-function-declaration]
  1448. if ( ! resize_configs_are_equal(&default_auto_size_ctl, \
  1449. ^
  1450. 1 warning generated.
  1451. CCLD cache_api
  1452. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1453. CC pool.o
  1454. CCLD pool
  1455. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1456. CC accum.o
  1457. CCLD accum
  1458. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1459. CC hyperslab.o
  1460. CCLD hyperslab
  1461. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1462. CC istore.o
  1463. CCLD istore
  1464. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1465. CC bittests.o
  1466. CCLD bittests
  1467. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1468. CC dt_arith.o
  1469. dt_arith.c:4715:55: warning: format specifies type 'long' but the argument has type 'long long' [-Wformat]
  1470. printf(" %29"H5_PRINTF_LL_WIDTH"d\n", *((long long*)hw));
  1471. ~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~
  1472. %29lld
  1473. dt_arith.c:4718:55: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat]
  1474. printf(" %29"H5_PRINTF_LL_WIDTH"u\n", *((unsigned long long*)hw));
  1475. ~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
  1476. %29llu
  1477. 2 warnings generated.
  1478. CCLD dt_arith
  1479. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1480. CC dtypes.o
  1481. CCLD dtypes
  1482. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1483. CC dsets.o
  1484. CCLD dsets
  1485. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1486. CC cmpd_dset.o
  1487. CCLD cmpd_dset
  1488. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1489. CC filter_fail.o
  1490. CCLD filter_fail
  1491. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1492. CC extend.o
  1493. CCLD extend
  1494. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1495. CC external.o
  1496. CCLD external
  1497. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1498. CC efc.o
  1499. CCLD efc
  1500. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1501. CC objcopy.o
  1502. CCLD objcopy
  1503. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1504. CC links.o
  1505. CCLD links
  1506. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1507. CC unlink.o
  1508. CCLD unlink
  1509. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1510. CC big.o
  1511. CCLD big
  1512. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1513. CC mtime.o
  1514. CCLD mtime
  1515. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1516. CC fillval.o
  1517. CCLD fillval
  1518. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1519. CC mount.o
  1520. CCLD mount
  1521. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1522. CC flush1.o
  1523. CCLD flush1
  1524. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1525. CC flush2.o
  1526. CCLD flush2
  1527. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1528. CC app_ref.o
  1529. CCLD app_ref
  1530. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1531. CC enum.o
  1532. CCLD enum
  1533. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1534. CC set_extent.o
  1535. CCLD set_extent
  1536. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1537. CC ttsafe.o
  1538. CC ttsafe_dcreate.o
  1539. CC ttsafe_error.o
  1540. CC ttsafe_cancel.o
  1541. CC ttsafe_acreate.o
  1542. CCLD ttsafe
  1543. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1544. CC getname.o
  1545. CCLD getname
  1546. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1547. CC vfd.o
  1548. CCLD vfd
  1549. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1550. CC ntypes.o
  1551. CCLD ntypes
  1552. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1553. CC dangle.o
  1554. CCLD dangle
  1555. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1556. CC dtransform.o
  1557. CCLD dtransform
  1558. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1559. CC reserved.o
  1560. CCLD reserved
  1561. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1562. CC cross_read.o
  1563. CCLD cross_read
  1564. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1565. CC freespace.o
  1566. CCLD freespace
  1567. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1568. CC mf.o
  1569. CCLD mf
  1570. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1571. CC btree2.o
  1572. CCLD btree2
  1573. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1574. CC fheap.o
  1575. CCLD fheap
  1576. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1577. CC file_image.o
  1578. CCLD file_image
  1579. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1580. CC unregister.o
  1581. CCLD unregister
  1582. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1583. CC error_test.o
  1584. CCLD error_test
  1585. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1586. CC err_compat.o
  1587. CCLD err_compat
  1588. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1589. CC tcheck_version.o
  1590. CCLD tcheck_version
  1591. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1592. CC testmeta.o
  1593. CCLD testmeta
  1594. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1595. CC links_env.o
  1596. CCLD links_env
  1597. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1598. CC plugin.o
  1599. CCLD plugin
  1600. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1601. Making all in tools
  1602. Making all in lib
  1603. CC h5tools.lo
  1604. CC h5tools_dump.lo
  1605. CC h5tools_str.lo
  1606. CC h5tools_utils.lo
  1607. CC h5diff.lo
  1608. CC h5diff_array.lo
  1609. CC h5diff_attr.lo
  1610. CC h5diff_dset.lo
  1611. CC h5diff_util.lo
  1612. CC h5trav.lo
  1613. CC h5tools_filters.lo
  1614. CC h5tools_ref.lo
  1615. CC h5tools_type.lo
  1616. CCLD libh5tools.la
  1617. Making all in h5diff
  1618. CC h5diff_main.o
  1619. CC h5diff_common.o
  1620. CCLD h5diff
  1621. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1622. CC h5diffgentest.o
  1623. h5diffgentest.c:3696:52: warning: assigning to 'char *' from 'const char [23]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1624. comp1_buf.str_vlen = comp1_buf.str_vlen_repeat = vlen_str_buf;
  1625. ^ ~~~~~~~~~~~~
  1626. h5diffgentest.c:3697:52: warning: assigning to 'char *' from 'const char [23]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1627. comp2_buf.str_vlen = comp2_buf.str_vlen_repeat = vlen_str_buf;
  1628. ^ ~~~~~~~~~~~~
  1629. h5diffgentest.c:3698:52: warning: assigning to 'char *' from 'const char [23]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1630. comp3_buf.str_vlen = comp3_buf.str_vlen_repeat = vlen_str_buf;
  1631. ^ ~~~~~~~~~~~~
  1632. h5diffgentest.c:3699:52: warning: assigning to 'char *' from 'const char [23]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1633. comp4_buf.str_vlen = comp4_buf.str_vlen_repeat = vlen_str_buf;
  1634. ^ ~~~~~~~~~~~~
  1635. h5diffgentest.c:3700:52: warning: assigning to 'char *' from 'const char [23]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1636. comp5_buf.str_vlen = comp5_buf.str_vlen_repeat = vlen_str_buf;
  1637. ^ ~~~~~~~~~~~~
  1638. h5diffgentest.c:3701:52: warning: assigning to 'char *' from 'const char [23]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1639. comp6_buf.str_vlen = comp6_buf.str_vlen_repeat = vlen_str_buf;
  1640. ^ ~~~~~~~~~~~~
  1641. h5diffgentest.c:3702:52: warning: assigning to 'char *' from 'const char [23]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1642. comp7_buf.str_vlen = comp7_buf.str_vlen_repeat = vlen_str_buf;
  1643. ^ ~~~~~~~~~~~~
  1644. h5diffgentest.c:3703:52: warning: assigning to 'char *' from 'const char [23]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1645. comp8_buf.str_vlen = comp8_buf.str_vlen_repeat = vlen_str_buf;
  1646. ^ ~~~~~~~~~~~~
  1647. h5diffgentest.c:3704:52: warning: assigning to 'char *' from 'const char [23]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1648. comp9_buf.str_vlen = comp9_buf.str_vlen_repeat = vlen_str_buf;
  1649. ^ ~~~~~~~~~~~~
  1650. h5diffgentest.c:3740:73: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1651. comp1_buf.str_array_vlen[i] = comp1_buf.str_vlen_array_again[i] = vlen_str_array_buf[i];
  1652. ^ ~~~~~~~~~~~~~~~~~~~~~
  1653. h5diffgentest.c:3741:73: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1654. comp2_buf.str_array_vlen[i] = comp2_buf.str_vlen_array_again[i] = vlen_str_array_buf[i];
  1655. ^ ~~~~~~~~~~~~~~~~~~~~~
  1656. h5diffgentest.c:3742:73: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1657. comp3_buf.str_array_vlen[i] = comp3_buf.str_vlen_array_again[i] = vlen_str_array_buf[i];
  1658. ^ ~~~~~~~~~~~~~~~~~~~~~
  1659. h5diffgentest.c:3743:73: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1660. comp4_buf.str_array_vlen[i] = comp4_buf.str_vlen_array_again[i] = vlen_str_array_buf[i];
  1661. ^ ~~~~~~~~~~~~~~~~~~~~~
  1662. h5diffgentest.c:3744:73: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1663. comp5_buf.str_array_vlen[i] = comp5_buf.str_vlen_array_again[i] = vlen_str_array_buf[i];
  1664. ^ ~~~~~~~~~~~~~~~~~~~~~
  1665. h5diffgentest.c:3745:73: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1666. comp6_buf.str_array_vlen[i] = comp6_buf.str_vlen_array_again[i] = vlen_str_array_buf[i];
  1667. ^ ~~~~~~~~~~~~~~~~~~~~~
  1668. h5diffgentest.c:3746:73: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1669. comp7_buf.str_array_vlen[i] = comp7_buf.str_vlen_array_again[i] = vlen_str_array_buf[i];
  1670. ^ ~~~~~~~~~~~~~~~~~~~~~
  1671. h5diffgentest.c:3747:73: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1672. comp8_buf.str_array_vlen[i] = comp8_buf.str_vlen_array_again[i] = vlen_str_array_buf[i];
  1673. ^ ~~~~~~~~~~~~~~~~~~~~~
  1674. h5diffgentest.c:3748:73: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1675. comp9_buf.str_array_vlen[i] = comp9_buf.str_vlen_array_again[i] = vlen_str_array_buf[i];
  1676. ^ ~~~~~~~~~~~~~~~~~~~~~
  1677. 18 warnings generated.
  1678. CCLD h5diffgentest
  1679. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1680. Making all in h5ls
  1681. CC h5ls.o
  1682. CCLD h5ls
  1683. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1684. Making all in h5dump
  1685. CC h5dump.o
  1686. h5dump.c:1488:13: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  1687. begin_obj(h5tools_dump_header_format->filebegin, fname, h5tools_dump_header_format->fileblockbegin);
  1688. ^
  1689. ./h5dump_defines.h:30:9: note: expanded from macro 'begin_obj'
  1690. else \
  1691. ^
  1692. 1 warning generated.
  1693. CC h5dump_ddl.o
  1694. h5dump_ddl.c:847:60: warning: format specifies type 'unsigned long' but the argument has type 'haddr_t' (aka 'unsigned long long') [-Wformat]
  1695. sprintf(type_name, "#"H5_PRINTF_HADDR_FMT, type_table->objs[u].objno);
  1696. ^~~~~~~~~~~~~~~~~~~~~~~~~
  1697. /usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  1698. __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
  1699. ^
  1700. h5dump_ddl.c:1758:17: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  1701. begin_obj(h5tools_dump_header_format->datasetbegin, real_name, h5tools_dump_header_format->datasetblockbegin);
  1702. ^
  1703. ./h5dump_defines.h:30:9: note: expanded from macro 'begin_obj'
  1704. else \
  1705. ^
  1706. h5dump_ddl.c:1814:13: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  1707. begin_obj(h5tools_dump_header_format->groupbegin, real_name, h5tools_dump_header_format->groupblockbegin);
  1708. ^
  1709. ./h5dump_defines.h:30:9: note: expanded from macro 'begin_obj'
  1710. else \
  1711. ^
  1712. h5dump_ddl.c:1874:13: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  1713. begin_obj(h5tools_dump_header_format->softlinkbegin, links, h5tools_dump_header_format->softlinkblockbegin);
  1714. ^
  1715. ./h5dump_defines.h:30:9: note: expanded from macro 'begin_obj'
  1716. else \
  1717. ^
  1718. h5dump_ddl.c:1879:13: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  1719. else {
  1720. ^
  1721. h5dump_ddl.c:1887:13: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  1722. begin_obj(h5tools_dump_header_format->udlinkbegin, links, h5tools_dump_header_format->udlinkblockbegin);
  1723. ^
  1724. ./h5dump_defines.h:30:9: note: expanded from macro 'begin_obj'
  1725. else \
  1726. ^
  1727. h5dump_ddl.c:1890:13: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  1728. begin_obj(h5tools_dump_header_format->extlinkbegin, links, h5tools_dump_header_format->extlinkblockbegin);
  1729. ^
  1730. ./h5dump_defines.h:30:9: note: expanded from macro 'begin_obj'
  1731. else \
  1732. ^
  1733. h5dump_ddl.c:1917:13: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  1734. begin_obj(h5tools_dump_header_format->udlinkbegin, links, h5tools_dump_header_format->udlinkblockbegin);
  1735. ^
  1736. ./h5dump_defines.h:30:9: note: expanded from macro 'begin_obj'
  1737. else \
  1738. ^
  1739. h5dump_ddl.c:1920:13: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  1740. begin_obj(h5tools_dump_header_format->udlinkbegin, links, h5tools_dump_header_format->udlinkblockbegin);
  1741. ^
  1742. ./h5dump_defines.h:30:9: note: expanded from macro 'begin_obj'
  1743. else \
  1744. ^
  1745. h5dump_ddl.c:1965:56: warning: format specifies type 'unsigned long' but the argument has type 'haddr_t' (aka 'unsigned long long') [-Wformat]
  1746. sprintf(name, "/#"H5_PRINTF_HADDR_FMT, type_table->objs[idx].objno);
  1747. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1748. /usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  1749. __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
  1750. ^
  1751. h5dump_ddl.c:1978:17: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  1752. begin_obj(h5tools_dump_header_format->datatypebegin, real_name, h5tools_dump_header_format->datatypeblockbegin);
  1753. ^
  1754. ./h5dump_defines.h:30:9: note: expanded from macro 'begin_obj'
  1755. else \
  1756. ^
  1757. 11 warnings generated.
  1758. CC h5dump_xml.o
  1759. h5dump_xml.c:593:64: warning: format specifies type 'unsigned long' but the argument has type 'haddr_t' (aka 'unsigned long long') [-Wformat]
  1760. sprintf(outstr, "xid_"H5_PRINTF_HADDR_FMT, objno);
  1761. ^~~~~
  1762. /usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  1763. __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
  1764. ^
  1765. h5dump_xml.c:604:60: warning: format specifies type 'unsigned long' but the argument has type 'haddr_t' (aka 'unsigned long long') [-Wformat]
  1766. sprintf(outstr, "xid_"H5_PRINTF_HADDR_FMT, objno);
  1767. ^~~~~
  1768. /usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  1769. __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
  1770. ^
  1771. h5dump_xml.c:613:48: warning: format specifies type 'unsigned long' but the argument has type 'haddr_t' (aka 'unsigned long long') [-Wformat]
  1772. sprintf(outstr, "xid_"H5_PRINTF_HADDR_FMT, objno);
  1773. ^~~~~
  1774. /usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  1775. __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
  1776. ^
  1777. h5dump_xml.c:2803:72: warning: format specifies type 'unsigned long' but the argument has type 'haddr_t' (aka 'unsigned long long') [-Wformat]
  1778. sprintf(type_name, "#"H5_PRINTF_HADDR_FMT, type_table->objs[u].objno);
  1779. ^~~~~~~~~~~~~~~~~~~~~~~~~
  1780. /usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  1781. __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
  1782. ^
  1783. h5dump_xml.c:2886:64: warning: format specifies type 'unsigned long' but the argument has type 'haddr_t' (aka 'unsigned long long') [-Wformat]
  1784. sprintf(type_name, "#"H5_PRINTF_HADDR_FMT, type_table->objs[u].objno);
  1785. ^~~~~~~~~~~~~~~~~~~~~~~~~
  1786. /usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  1787. __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
  1788. ^
  1789. 5 warnings generated.
  1790. CCLD h5dump
  1791. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1792. CC h5dumpgentest.o
  1793. CCLD h5dumpgentest
  1794. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1795. CC binread.o
  1796. CCLD binread
  1797. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1798. Making all in misc
  1799. CC h5debug.o
  1800. CCLD h5debug
  1801. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1802. CC h5repart.o
  1803. CCLD h5repart
  1804. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1805. CC h5mkgrp.o
  1806. CCLD h5mkgrp
  1807. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1808. CC h5repart_gentest.o
  1809. CCLD h5repart_gentest
  1810. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1811. CC talign.o
  1812. CCLD talign
  1813. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1814. CC repart_test.o
  1815. CCLD repart_test
  1816. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1817. Making all in h5import
  1818. CC h5import.o
  1819. CCLD h5import
  1820. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1821. CC h5importtest.o
  1822. CCLD h5importtest
  1823. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1824. Making all in h5repack
  1825. CC dynlib_rpk.lo
  1826. CCLD libdynlibadd.la
  1827. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1828. CC h5repack.o
  1829. CC h5repack_copy.o
  1830. CC h5repack_filters.o
  1831. CC h5repack_opttable.o
  1832. CC h5repack_parse.o
  1833. CC h5repack_refs.o
  1834. CC h5repack_verify.o
  1835. CC h5repack_main.o
  1836. CCLD h5repack
  1837. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1838. CC testh5repack_detect_szip.o
  1839. CCLD testh5repack_detect_szip
  1840. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1841. CC h5repacktst.o
  1842. CCLD h5repacktst
  1843. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1844. Making all in h5jam
  1845. CC h5jam.o
  1846. CCLD h5jam
  1847. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1848. CC h5unjam.o
  1849. CCLD h5unjam
  1850. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1851. CC tellub.o
  1852. CCLD tellub
  1853. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1854. CC h5jamgentest.o
  1855. CCLD h5jamgentest
  1856. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1857. CC getub.o
  1858. CCLD getub
  1859. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1860. Making all in h5copy
  1861. CC h5copy.o
  1862. CCLD h5copy
  1863. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1864. CC h5copygentest.o
  1865. CCLD h5copygentest
  1866. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1867. Making all in h5stat
  1868. CC h5stat.o
  1869. CCLD h5stat
  1870. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1871. CC h5stat_gentest.o
  1872. CCLD h5stat_gentest
  1873. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1874. make[3]: Nothing to be done for `all-am'.
  1875. Making all in .
  1876. CC sio_perf.o
  1877. CC sio_engine.o
  1878. CC sio_timer.o
  1879. CCLD h5perf_serial
  1880. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1881. CC iopipe.o
  1882. CCLD iopipe
  1883. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1884. CC chunk.o
  1885. CCLD chunk
  1886. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1887. CC overhead.o
  1888. CCLD overhead
  1889. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1890. CC zip_perf.o
  1891. CCLD zip_perf
  1892. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1893. CC perf_meta.o
  1894. CCLD perf_meta
  1895. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1896. CC perf.o
  1897. CCLD perf
  1898. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1899. Making all in hl
  1900. Making all in src
  1901. CC H5DO.lo
  1902. CC H5DS.lo
  1903. CC H5IM.lo
  1904. CC H5LT.lo
  1905. CC H5LTanalyze.lo
  1906. H5LTanalyze.c:2084:40: warning: implicit declaration of function 'isatty' is invalid in C99 [-Wimplicit-function-declaration]
  1907. b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
  1908. ^
  1909. 1 warning generated.
  1910. CC H5LTparse.lo
  1911. CC H5PT.lo
  1912. CC H5TB.lo
  1913. CCLD libhdf5_hl.la
  1914. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1915. Making all in test
  1916. CC test_lite.o
  1917. CCLD test_lite
  1918. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1919. CC test_image.o
  1920. CCLD test_image
  1921. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1922. CC test_file_image.o
  1923. CCLD test_file_image
  1924. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1925. CC test_table.o
  1926. CCLD test_table
  1927. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1928. CC test_ds.o
  1929. CCLD test_ds
  1930. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1931. CC test_packet.o
  1932. CCLD test_packet
  1933. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1934. CC test_dset_opt.o
  1935. CCLD test_dset_opt
  1936. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1937. Making all in tools
  1938. Making all in gif2h5
  1939. CC gif2hdf.o
  1940. CC gif2mem.o
  1941. CC decompress.o
  1942. CC gifread.o
  1943. CC writehdf.o
  1944. CCLD gif2h5
  1945. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1946. CC hdf2gif.o
  1947. CC hdfgifwr.o
  1948. CCLD h52gif
  1949. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1950. CC h52gifgentst.o
  1951. CCLD h52gifgentst
  1952. ld: warning: directory not found for option '-L/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1953. make[4]: Nothing to be done for `all-am'.
  1954. make[3]: Nothing to be done for `all-am'.
  1955. Making all in perform
  1956. make[2]: Nothing to be done for `all'.
  1957. Making install in src
  1958. ../bin/install-sh -c -d '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1959. /bin/sh ../libtool --mode=install /usr/bin/install -c libhdf5.la '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1960. libtool: install: /usr/bin/install -c .libs/libhdf5.9.dylib /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libhdf5.9.dylib
  1961. libtool: install: (cd /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib && { ln -s -f libhdf5.9.dylib libhdf5.dylib || { rm -f libhdf5.dylib && ln -s libhdf5.9.dylib libhdf5.dylib; }; })
  1962. libtool: install: /usr/bin/install -c .libs/libhdf5.lai /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libhdf5.la
  1963. libtool: install: /usr/bin/install -c .libs/libhdf5.a /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libhdf5.a
  1964. libtool: install: chmod 644 /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libhdf5.a
  1965. libtool: install: ranlib /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libhdf5.a
  1966. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libhdf5.a(H5CS.o) has no symbols
  1967. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libhdf5.a(H5Dmpio.o) has no symbols
  1968. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libhdf5.a(H5Fmpi.o) has no symbols
  1969. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libhdf5.a(H5FDdirect.o) has no symbols
  1970. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libhdf5.a(H5FDmpi.o) has no symbols
  1971. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libhdf5.a(H5FDmpio.o) has no symbols
  1972. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libhdf5.a(H5MFdbg.o) has no symbols
  1973. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libhdf5.a(H5Obogus.o) has no symbols
  1974. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libhdf5.a(H5Smpio.o) has no symbols
  1975. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libhdf5.a(H5Zszip.o) has no symbols
  1976. ../bin/install-sh -c -d '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../include'
  1977. /usr/bin/install -c -m 644 hdf5.h H5api_adpt.h H5overflow.h H5pubconf.h H5public.h H5version.h H5Apublic.h H5ACpublic.h H5Cpublic.h H5Dpublic.h H5Epubgen.h H5Epublic.h H5Fpublic.h H5FDpublic.h H5FDcore.h H5FDdirect.h H5FDfamily.h H5FDlog.h H5FDmpi.h H5FDmpio.h H5FDmulti.h H5FDsec2.h H5FDstdio.h H5Gpublic.h H5Ipublic.h H5Lpublic.h H5MMpublic.h H5Opublic.h H5Ppublic.h H5PLextern.h H5Rpublic.h H5Spublic.h H5Tpublic.h H5Zpublic.h '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../include'
  1978. ../bin/install-sh -c -d '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1979. /usr/bin/install -c -m 644 libhdf5.settings '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1980. Making install in test
  1981. ../bin/install-sh -c -d '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1982. /bin/sh ../libtool --mode=install /usr/bin/install -c libdynlib1.la libdynlib2.la libdynlib3.la '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  1983. libtool: install: /usr/bin/install -c .libs/libdynlib1.0.dylib /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libdynlib1.0.dylib
  1984. libtool: install: (cd /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib && { ln -s -f libdynlib1.0.dylib libdynlib1.dylib || { rm -f libdynlib1.dylib && ln -s libdynlib1.0.dylib libdynlib1.dylib; }; })
  1985. libtool: install: /usr/bin/install -c .libs/libdynlib1.lai /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libdynlib1.la
  1986. libtool: install: /usr/bin/install -c .libs/libdynlib2.0.dylib /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libdynlib2.0.dylib
  1987. libtool: install: (cd /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib && { ln -s -f libdynlib2.0.dylib libdynlib2.dylib || { rm -f libdynlib2.dylib && ln -s libdynlib2.0.dylib libdynlib2.dylib; }; })
  1988. libtool: install: /usr/bin/install -c .libs/libdynlib2.lai /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libdynlib2.la
  1989. libtool: install: /usr/bin/install -c .libs/libdynlib3.0.dylib /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libdynlib3.0.dylib
  1990. libtool: install: (cd /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib && { ln -s -f libdynlib3.0.dylib libdynlib3.dylib || { rm -f libdynlib3.dylib && ln -s libdynlib3.0.dylib libdynlib3.dylib; }; })
  1991. libtool: install: /usr/bin/install -c .libs/libdynlib3.lai /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libdynlib3.la
  1992. libtool: install: /usr/bin/install -c .libs/libdynlib1.a /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libdynlib1.a
  1993. libtool: install: chmod 644 /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libdynlib1.a
  1994. libtool: install: ranlib /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libdynlib1.a
  1995. libtool: install: /usr/bin/install -c .libs/libdynlib2.a /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libdynlib2.a
  1996. libtool: install: chmod 644 /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libdynlib2.a
  1997. libtool: install: ranlib /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libdynlib2.a
  1998. libtool: install: /usr/bin/install -c .libs/libdynlib3.a /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libdynlib3.a
  1999. libtool: install: chmod 644 /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libdynlib3.a
  2000. libtool: install: ranlib /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libdynlib3.a
  2001. /Library/Developer/CommandLineTools/usr/bin/make install-exec-hook
  2002. rm -f /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/*dynlib*
  2003. make[3]: Nothing to be done for `install-data-am'.
  2004. Making install in tools
  2005. Making install in lib
  2006. make[4]: Nothing to be done for `install-exec-am'.
  2007. make[4]: Nothing to be done for `install-data-am'.
  2008. Making install in h5diff
  2009. ../../bin/install-sh -c -d '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2010. /bin/sh ../../libtool --mode=install /usr/bin/install -c h5diff '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2011. libtool: install: /usr/bin/install -c .libs/h5diff /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin/h5diff
  2012. make[4]: Nothing to be done for `install-data-am'.
  2013. Making install in h5ls
  2014. ../../bin/install-sh -c -d '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2015. /bin/sh ../../libtool --mode=install /usr/bin/install -c h5ls '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2016. libtool: install: /usr/bin/install -c .libs/h5ls /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin/h5ls
  2017. make[4]: Nothing to be done for `install-data-am'.
  2018. Making install in h5dump
  2019. ../../bin/install-sh -c -d '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2020. /bin/sh ../../libtool --mode=install /usr/bin/install -c h5dump '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2021. libtool: install: /usr/bin/install -c .libs/h5dump /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin/h5dump
  2022. make[4]: Nothing to be done for `install-data-am'.
  2023. Making install in misc
  2024. ../../bin/install-sh -c -d '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2025. /bin/sh ../../libtool --mode=install /usr/bin/install -c h5debug h5repart h5mkgrp '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2026. libtool: install: /usr/bin/install -c .libs/h5debug /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin/h5debug
  2027. libtool: install: /usr/bin/install -c .libs/h5repart /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin/h5repart
  2028. libtool: install: /usr/bin/install -c .libs/h5mkgrp /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin/h5mkgrp
  2029. ../../bin/install-sh -c -d '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2030. /usr/bin/install -c h5redeploy '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2031. make[4]: Nothing to be done for `install-data-am'.
  2032. Making install in h5import
  2033. ../../bin/install-sh -c -d '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2034. /bin/sh ../../libtool --mode=install /usr/bin/install -c h5import '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2035. libtool: install: /usr/bin/install -c .libs/h5import /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin/h5import
  2036. make[4]: Nothing to be done for `install-data-am'.
  2037. Making install in h5repack
  2038. ../../bin/install-sh -c -d '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  2039. /bin/sh ../../libtool --mode=install /usr/bin/install -c libdynlibadd.la '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  2040. libtool: install: /usr/bin/install -c .libs/libdynlibadd.0.dylib /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libdynlibadd.0.dylib
  2041. libtool: install: (cd /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib && { ln -s -f libdynlibadd.0.dylib libdynlibadd.dylib || { rm -f libdynlibadd.dylib && ln -s libdynlibadd.0.dylib libdynlibadd.dylib; }; })
  2042. libtool: install: /usr/bin/install -c .libs/libdynlibadd.lai /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libdynlibadd.la
  2043. libtool: install: /usr/bin/install -c .libs/libdynlibadd.a /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libdynlibadd.a
  2044. libtool: install: chmod 644 /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libdynlibadd.a
  2045. libtool: install: ranlib /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libdynlibadd.a
  2046. ../../bin/install-sh -c -d '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2047. /bin/sh ../../libtool --mode=install /usr/bin/install -c h5repack '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2048. libtool: install: /usr/bin/install -c .libs/h5repack /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin/h5repack
  2049. /Library/Developer/CommandLineTools/usr/bin/make install-exec-hook
  2050. rm -f /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/*dynlib*
  2051. make[4]: Nothing to be done for `install-data-am'.
  2052. Making install in h5jam
  2053. ../../bin/install-sh -c -d '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2054. /bin/sh ../../libtool --mode=install /usr/bin/install -c h5jam h5unjam '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2055. libtool: install: /usr/bin/install -c .libs/h5jam /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin/h5jam
  2056. libtool: install: /usr/bin/install -c .libs/h5unjam /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin/h5unjam
  2057. make[4]: Nothing to be done for `install-data-am'.
  2058. Making install in h5copy
  2059. ../../bin/install-sh -c -d '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2060. /bin/sh ../../libtool --mode=install /usr/bin/install -c h5copy '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2061. libtool: install: /usr/bin/install -c .libs/h5copy /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin/h5copy
  2062. make[4]: Nothing to be done for `install-data-am'.
  2063. Making install in h5stat
  2064. ../../bin/install-sh -c -d '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2065. /bin/sh ../../libtool --mode=install /usr/bin/install -c h5stat '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2066. libtool: install: /usr/bin/install -c .libs/h5stat /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin/h5stat
  2067. make[4]: Nothing to be done for `install-data-am'.
  2068. make[4]: Nothing to be done for `install-exec-am'.
  2069. make[4]: Nothing to be done for `install-data-am'.
  2070. Making install in .
  2071. make[3]: Nothing to be done for `all'.
  2072. ../bin/install-sh -c -d '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2073. /bin/sh ../libtool --mode=install /usr/bin/install -c h5perf_serial '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2074. libtool: install: /usr/bin/install -c .libs/h5perf_serial /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin/h5perf_serial
  2075. make[5]: Nothing to be done for `install-data-am'.
  2076. make[3]: Nothing to be done for `install-data-am'.
  2077. Making install in hl
  2078. Making install in src
  2079. ../../bin/install-sh -c -d '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  2080. /bin/sh ../../libtool --mode=install /usr/bin/install -c libhdf5_hl.la '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib'
  2081. libtool: install: /usr/bin/install -c .libs/libhdf5_hl.9.dylib /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libhdf5_hl.9.dylib
  2082. libtool: install: (cd /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib && { ln -s -f libhdf5_hl.9.dylib libhdf5_hl.dylib || { rm -f libhdf5_hl.dylib && ln -s libhdf5_hl.9.dylib libhdf5_hl.dylib; }; })
  2083. libtool: install: /usr/bin/install -c .libs/libhdf5_hl.lai /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libhdf5_hl.la
  2084. libtool: install: /usr/bin/install -c .libs/libhdf5_hl.a /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libhdf5_hl.a
  2085. libtool: install: chmod 644 /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libhdf5_hl.a
  2086. libtool: install: ranlib /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../lib/libhdf5_hl.a
  2087. ../../bin/install-sh -c -d '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../include'
  2088. /usr/bin/install -c -m 644 hdf5_hl.h H5DOpublic.h H5IMpublic.h H5LTpublic.h H5TBpublic.h H5DSpublic.h H5PTpublic.h '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../include'
  2089. Making install in test
  2090. make[4]: Nothing to be done for `install-exec-am'.
  2091. make[4]: Nothing to be done for `install-data-am'.
  2092. Making install in tools
  2093. Making install in gif2h5
  2094. ../../../bin/install-sh -c -d '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2095. /bin/sh ../../../libtool --mode=install /usr/bin/install -c gif2h5 h52gif '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2096. libtool: install: /usr/bin/install -c .libs/gif2h5 /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin/gif2h5
  2097. libtool: install: /usr/bin/install -c .libs/h52gif /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin/h52gif
  2098. make[5]: Nothing to be done for `install-data-am'.
  2099. make[5]: Nothing to be done for `install-exec-am'.
  2100. make[5]: Nothing to be done for `install-data-am'.
  2101. make[4]: Nothing to be done for `install-exec-am'.
  2102. make[4]: Nothing to be done for `install-data-am'.
  2103. Making install in perform
  2104. ../bin/install-sh -c -d '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2105. /bin/sh ../libtool --mode=install /usr/bin/install -c h5perf_serial '/Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin'
  2106. libtool: install: /usr/bin/install -c .libs/h5perf_serial /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../bin/h5perf_serial
  2107. make[3]: Nothing to be done for `install-data-am'.
  2108. + for d in examples hl
  2109. + cd examples
  2110. + /Library/Developer/CommandLineTools/usr/bin/make install-examples
  2111. ../bin/mkdirs /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c
  2112. + /usr/bin/install -c ./h5_write.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2113. + /usr/bin/install -c ./h5_read.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2114. + /usr/bin/install -c ./h5_extend_write.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2115. + /usr/bin/install -c ./h5_chunk_read.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2116. + /usr/bin/install -c ./h5_crtgrpd.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2117. + /usr/bin/install -c ./h5_subset.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2118. + /usr/bin/install -c ./h5_cmprss.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2119. + /usr/bin/install -c ./h5_rdwt.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2120. + /usr/bin/install -c ./h5_crtgrpar.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2121. + /usr/bin/install -c ./h5_extend.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2122. + /usr/bin/install -c ./h5_crtatt.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2123. + /usr/bin/install -c ./h5_crtgrp.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2124. + /usr/bin/install -c ./h5_crtdat.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2125. + /usr/bin/install -c ./h5_compound.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2126. + /usr/bin/install -c ./h5_group.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2127. + /usr/bin/install -c ./h5_select.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2128. + /usr/bin/install -c ./h5_attribute.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2129. + /usr/bin/install -c ./h5_mount.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2130. + /usr/bin/install -c ./h5_reference.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2131. + /usr/bin/install -c ./h5_drivers.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2132. + /usr/bin/install -c ./h5_extlink.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2133. + /usr/bin/install -c ./h5_elink_unix2win.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2134. + /usr/bin/install -c ./h5_ref2reg.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2135. + /usr/bin/install -c ./h5_shared_mesg.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2136. + /usr/bin/install -c ./ph5example.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2137. + /usr/bin/install -c run-c-ex.sh /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/c/.
  2138. + /usr/bin/install -c ./README /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/.
  2139. + /usr/bin/install -c ./run-all-ex.sh /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/.
  2140. + for d in examples hl
  2141. + cd hl
  2142. + /Library/Developer/CommandLineTools/usr/bin/make install-examples
  2143. + for d in examples
  2144. + cd examples
  2145. + /Library/Developer/CommandLineTools/usr/bin/make install-examples
  2146. ../../bin/mkdirs /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c
  2147. + /usr/bin/install -c ./ex_lite1.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2148. + /usr/bin/install -c ./ex_lite2.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2149. + /usr/bin/install -c ./ex_lite3.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2150. + /usr/bin/install -c ./ptExampleFL.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2151. + /usr/bin/install -c ./ex_image1.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2152. + /usr/bin/install -c ./ex_image2.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2153. + /usr/bin/install -c ./ex_table_01.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2154. + /usr/bin/install -c ./ex_table_02.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2155. + /usr/bin/install -c ./ex_table_03.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2156. + /usr/bin/install -c ./ex_table_04.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2157. + /usr/bin/install -c ./ex_table_05.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2158. + /usr/bin/install -c ./ex_table_06.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2159. + /usr/bin/install -c ./ex_table_07.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2160. + /usr/bin/install -c ./ex_table_08.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2161. + /usr/bin/install -c ./ex_table_09.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2162. + /usr/bin/install -c ./ex_table_10.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2163. + /usr/bin/install -c ./ex_table_11.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2164. + /usr/bin/install -c ./ex_table_12.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2165. + /usr/bin/install -c ./ex_ds1.c /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2166. + /usr/bin/install -c ./image24pixel.txt /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2167. + /usr/bin/install -c ./image8.txt /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2168. + /usr/bin/install -c ./pal_rgb.h /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2169. + /usr/bin/install -c run-hlc-ex.sh /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/c/.
  2170. + /usr/bin/install -c ./run-hl-ex.sh /Users/robertmckiernan/soft/nanopolish-0.4.0/hdf5-1.8.14/../share/hdf5_examples/hl/.
  2171. rm -f ./.depend
  2172. /opt/local/bin/g++-mp-4.8 -g -O3 -std=c++11 -fopenmp -I./include -I./htslib -I./fast5 -I./src -I./src/hmm -I./src/thirdparty -I./src/common -I./src/alignment -MM src/nanopolish_call_variants.cpp src/nanopolish_consensus.cpp src/nanopolish_getmodel.cpp src/nanopolish_haplotype.cpp src/nanopolish_methyltest.cpp src/nanopolish_methyltrain.cpp src/nanopolish_poremodel.cpp src/nanopolish_squiggle_read.cpp src/hmm/nanopolish_profile_hmm.cpp src/hmm/nanopolish_transition_parameters.cpp src/common/logsum.cpp src/common/nanopolish_alphabet.cpp src/common/nanopolish_common.cpp src/common/nanopolish_fast5_map.cpp src/common/nanopolish_iupac.cpp src/common/nanopolish_klcs.cpp src/common/nanopolish_variant.cpp src/alignment/nanopolish_alignment_db.cpp src/alignment/nanopolish_anchor.cpp src/alignment/nanopolish_eventalign.cpp src/thirdparty/stdaln.c > ./.depend;
  2173. src/nanopolish_call_variants.cpp:24:26: fatal error: htslib/faidx.h: No such file or directory
  2174. #include "htslib/faidx.h"
  2175. ^
  2176. compilation terminated.
  2177. In file included from src/nanopolish_consensus.cpp:22:0:
  2178. src/nanopolish_poremodel.h:16:34: fatal error: ../fast5/src/fast5.hpp: No such file or directory
  2179. #include "../fast5/src/fast5.hpp"
  2180. ^
  2181. compilation terminated.
  2182. src/nanopolish_getmodel.cpp:23:26: fatal error: htslib/faidx.h: No such file or directory
  2183. #include "htslib/faidx.h"
  2184. ^
  2185. compilation terminated.
  2186. src/nanopolish_methyltest.cpp:23:26: fatal error: htslib/faidx.h: No such file or directory
  2187. #include "htslib/faidx.h"
  2188. ^
  2189. compilation terminated.
  2190. src/nanopolish_methyltrain.cpp:23:26: fatal error: htslib/faidx.h: No such file or directory
  2191. #include "htslib/faidx.h"
  2192. ^
  2193. compilation terminated.
  2194. In file included from src/nanopolish_poremodel.cpp:9:0:
  2195. src/nanopolish_poremodel.h:16:34: fatal error: ../fast5/src/fast5.hpp: No such file or directory
  2196. #include "../fast5/src/fast5.hpp"
  2197. ^
  2198. compilation terminated.
  2199. In file included from src/nanopolish_squiggle_read.h:13:0,
  2200. from src/nanopolish_squiggle_read.cpp:11:
  2201. src/nanopolish_poremodel.h:16:34: fatal error: ../fast5/src/fast5.hpp: No such file or directory
  2202. #include "../fast5/src/fast5.hpp"
  2203. ^
  2204. compilation terminated.
  2205. In file included from ./src/nanopolish_squiggle_read.h:13:0,
  2206. from src/hmm/nanopolish_emissions.h:14,
  2207. from src/hmm/nanopolish_profile_hmm.h:16,
  2208. from src/hmm/nanopolish_profile_hmm.cpp:9:
  2209. ./src/nanopolish_poremodel.h:16:34: fatal error: ../fast5/src/fast5.hpp: No such file or directory
  2210. #include "../fast5/src/fast5.hpp"
  2211. ^
  2212. compilation terminated.
  2213. In file included from src/hmm/nanopolish_transition_parameters.cpp:12:0:
  2214. ./src/nanopolish_poremodel.h:16:34: fatal error: ../fast5/src/fast5.hpp: No such file or directory
  2215. #include "../fast5/src/fast5.hpp"
  2216. ^
  2217. compilation terminated.
  2218. In file included from ./src/nanopolish_squiggle_read.h:13:0,
  2219. from src/common/nanopolish_common.cpp:13:
  2220. ./src/nanopolish_poremodel.h:16:34: fatal error: ../fast5/src/fast5.hpp: No such file or directory
  2221. #include "../fast5/src/fast5.hpp"
  2222. ^
  2223. compilation terminated.
  2224. src/common/nanopolish_fast5_map.cpp:17:25: fatal error: htslib/kseq.h: No such file or directory
  2225. #include "htslib/kseq.h"
  2226. ^
  2227. compilation terminated.
  2228. In file included from ./src/nanopolish_squiggle_read.h:13:0,
  2229. from ./src/hmm/nanopolish_emissions.h:14,
  2230. from ./src/hmm/nanopolish_profile_hmm.h:16,
  2231. from src/common/nanopolish_variant.cpp:10:
  2232. ./src/nanopolish_poremodel.h:16:34: fatal error: ../fast5/src/fast5.hpp: No such file or directory
  2233. #include "../fast5/src/fast5.hpp"
  2234. ^
  2235. compilation terminated.
  2236. In file included from src/alignment/nanopolish_alignment_db.h:15:0,
  2237. from src/alignment/nanopolish_alignment_db.cpp:11:
  2238. src/alignment/nanopolish_anchor.h:13:24: fatal error: htslib/hts.h: No such file or directory
  2239. #include "htslib/hts.h"
  2240. ^
  2241. compilation terminated.
  2242. src/alignment/nanopolish_anchor.cpp:13:26: fatal error: htslib/faidx.h: No such file or directory
  2243. #include "htslib/faidx.h"
  2244. ^
  2245. compilation terminated.
  2246. src/alignment/nanopolish_eventalign.cpp:22:26: fatal error: htslib/faidx.h: No such file or directory
  2247. #include "htslib/faidx.h"
  2248. ^
  2249. compilation terminated.
  2250. make: *** [.depend] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement