Re: ncl-ncarg 5.2.1 with grib2

From: David Brown <dbrown_at_nyahnyahspammersnyahnyah>
Date: Mon Feb 07 2011 - 11:33:50 MST

Hi Carina,

The compiler is not finding the grib2.h header file. Did you follow the directions for the g2clib where is says to do the following (after suitably modifying the Makefile):

  make all
  mv libgrib2c.a /usr/local/lib
  cp grib2.h /usr/local/include

Then assuming that grib2.h is in /usr/local/include have you added that directory to the list of include directories during the configuration process? Note if you used another directory to put the required libraries, then you need add that directory to the list of include directories that should be searched.

Hope this helps.
 -dave

On Feb 7, 2011, at 11:10 AM, Carina V. Barca wrote:

> Hello: I configure ncl-ncarg with grib2 compatibility, but when I make Evrything I get this error
>
> NclGRIB2.c(30): catastrophic error: could not open source file "grib2.h"
> # include <grib2.h>
> ^
> compilation aborted for NclGRIB2.c (code 4)
> make[4]: *** [NclGRIB2.o] Error 4
>
> I download from http://www.ncl.ucar.edu/Download/build_from_src.shtml g2clib with changes instead the last version, but I still have the same problem.
> What else I should try?
>
> Regards
>
>
> _______________________________________________
> ncl-install mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-install

_______________________________________________
ncl-install mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-install
Received on Mon Feb 7 11:33:54 2011

This archive was generated by hypermail 2.1.8 : Tue Feb 15 2011 - 09:43:44 MST