JohnLCaron / cdm-kotlin

3 stars 1 forks source link

Please provide user guide. #31

Open hyoklee opened 1 year ago

hyoklee commented 1 year ago

I ran a quick gradle test and got some errors:

/Users/hyoklee/src/cdm-kotlin/src/main/java/com/sunya/netchdf/netcdfClib/ffm/netcdf_h.java:4582: error: cannot find symbol
        return RuntimeHelper.requireNonNull(constants$58.ncrecput$MH,"ncrecput");
                                            ^
  symbol:   variable constants$58
  location: class netcdf_h
/Users/hyoklee/src/cdm-kotlin/src/main/java/com/sunya/netchdf/netcdfClib/ffm/netcdf_h.java:4593: error: cannot find symbol
        return RuntimeHelper.requireNonNull(constants$58.nc_initialize$MH,"nc_initialize");

I wish there's a user guide on how to build and test.

JohnLCaron commented 1 year ago

HI Joe: I havent forgot about you. It will probably take another week or two to get something useable by others. Thanks for your patience. - John