- 积分
- 97
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2020-2-21
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
一、
./ngl/libg2_4.a(dec_jpeg2000.o): In function `dec_jpeg2000_':
dec_jpeg2000.c:(.text+0x12): undefined reference to `jas_stream_memopen'
dec_jpeg2000.c:(.text+0x1f): undefined reference to `jpc_decode'
dec_jpeg2000.c:(.text+0x6a): undefined reference to `jas_matrix_create'
dec_jpeg2000.c:(.text+0x93): undefined reference to `jas_image_readcmpt'
dec_jpeg2000.c:(.text+0x22e): undefined reference to `jas_matrix_destroy'
dec_jpeg2000.c:(.text+0x236): undefined reference to `jas_stream_close'
dec_jpeg2000.c:(.text+0x23e): undefined reference to `jas_image_destroy'
./ngl/libg2_4.a(dec_png.o): In function `user_read_data':
dec_png.c:(.text+0xb): undefined reference to `png_get_io_ptr'
./ngl/libg2_4.a(dec_png.o): In function `dec_png_':
dec_png.c:(.text+0x67): undefined reference to `png_sig_cmp'
dec_png.c:(.text+0x7f): undefined reference to `png_create_read_struct'
dec_png.c:(.text+0x94): undefined reference to `png_create_info_struct'
dec_png.c:(.text+0xaa): undefined reference to `png_create_info_struct'
dec_png.c:(.text+0xca): undefined reference to `png_set_longjmp_fn'
dec_png.c:(.text+0xfd): undefined reference to `png_set_read_fn'
dec_png.c:(.text+0x10e): undefined reference to `png_read_png'
dec_png.c:(.text+0x11b): undefined reference to `png_get_rows'
dec_png.c:(.text+0x159): undefined reference to `png_get_IHDR'
dec_png.c:(.text+0x25e): undefined reference to `png_destroy_read_struct'
dec_png.c:(.text+0x28a): undefined reference to `png_destroy_read_struct'
dec_png.c:(.text+0x2b7): undefined reference to `png_destroy_read_struct'
dec_png.c:(.text+0x2e2): undefined reference to `png_destroy_read_struct'
Makefile:18: recipe for target 'ungrib.exe' failed
make[1]: [ungrib.exe] Error 1 (ignored)
make[1]: Leaving directory '/home/whl/usr/WRF/WPS/ungrib/src'
二、
can_input.f90(16): error #7012: The module file cannot be read. Its format requires a more recent F90 compiler. [NETCDF]
use netcdf
--------^
scan_input.f90(76): error #6404: This name does not have a type, and must have an explicit type. [NF90_NOWRITE]
stat = nf90_open(trim(filename), NF90_NOWRITE, handle % ncid)
-----------------------------------------^
scan_input.f90(76): error #6404: This name does not have a type, and must have an explicit type. [NF90_OPEN]
stat = nf90_open(trim(filename), NF90_NOWRITE, handle % ncid)
---------------^
scan_input.f90(77): error #6404: This name does not have a type, and must have an explicit type. [NF90_NOERR]
if (stat /= NF90_NOERR) then
--------------------^
scan_input.f90(82): error #6632: Keyword arguments are invalid without an explicit interface. [NVARIABLES]
stat = nf90_inquire(handle % ncid, nVariables=handle % num_vars)
-------------------------------------------^
scan_input.f90(82): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQUIRE]
stat = nf90_inquire(handle % ncid, nVariables=handle % num_vars)
---------------^
scan_input.f90(99): error #6632: Keyword arguments are invalid without an explicit interface. [UNLIMITEDDIMID]
stat = nf90_inquire(handle % ncid, unlimitedDimId=handle % unlimited_dimid)
|
|