- 积分
- 2029
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2016-4-12
- 最后登录
- 1970-1-1

|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
您好,可否分享下您的开发编译的环境,我在Ubuntu22.04上编译不过,忘指教,提示如下错误:
您好,我在linux系统安装cost733class-1.4时出现如下问题,还麻烦大神解答疑惑,感激!感激!
Making all in src
make[1]: Entering directory '/home/zhaozh/ecdata/cost733class-1.4/src'
gfortran -I../netcdf-4.0.1/f90 -g -O2 -c -o globvar.o globvar.f90
gfortran -I../netcdf-4.0.1/f90 -g -O2 -c -o netcdfcheck.o netcdfcheck.f90
gfortran -I../netcdf-4.0.1/f90 -g -O2 -c -o netcdfinput.o netcdfinput.f90
gfortran -I../netcdf-4.0.1/f90 -g -O2 -c -o writenetcdf.o writenetcdf.f90
gfortran -I../netcdf-4.0.1/f90 -g -O2 -c -o gribcheck-dummy.o gribcheck-dummy.f90
gfortran -I../netcdf-4.0.1/f90 -g -O2 -c -o gribinput-dummy.o gribinput-dummy.f90
gfortran -I../netcdf-4.0.1/f90 -g -O2 -c -o opengl_dummy.o opengl_dummy.f90
opengl_dummy.f90:29:58:
29 | INTEGER(GLenum), PARAMETER :: GL_COMPILE_AND_EXECUTE = z'1301' ! 0x1301
| 1
Error: BOZ literal constant at (1) is neither a data-stmt-constant nor an actual argument to INT, REAL, DBLE, or CMPLX intrinsic function [see ‘-fno-allow-invalid-boz’]
make[1]: *** [Makefile:471: opengl_dummy.o] Error 1
make[1]: Leaving directory '/home/zhaozh/ecdata/cost733class-1.4/src'
make: *** [Makefile:342: all-recursive] Error 1
|
|