I'm guessing the issue isn't NetCDF versus netCDF (capitlization?)
On Friday, November 20, 2015 at 8:25:37 AM UTC-6, J Luis wrote:
>
> Yes, but furthermore you don't seam to be on Windows where further 
> problems exist because the shared library (dll) names differ (libnetcdf.xx 
> on unix and netcdf.dll on Windows)
>
> I actually tried to work-around this with my favorite solution, which is 
> to make the name of the library a veriable, as in
>
> @windows? (const thelib = "netcdf4_w64") : (const thelib = "libnetcdf")  # 
> Name of GMT shared lib.
>
> and than using the 'thelib' in calls to ccall but I get a new error 
>
> julia> using netCDF
> WARNING: requiring "netCDF" in module "Main" did not define a 
> corresponding module.
>
> sexta-feira, 20 de Novembro de 2015 às 14:16:46 UTC, Benjamin Deonovic 
> escreveu:
>>
>> Actually it doesn't seem to have worked:
>>
>> julia> Pkg.test("NetCDF")
>> INFO: Testing NetCDF
>> INFO: NetCDF tests passed
>>
>>
>> I think the issue is witht he package NetCDF not anything you are doing. 
>>
>

Reply via email to