[Met_help] [rt.rap.ucar.edu #70353] History for need help with compilation

Julie Prestopnik via RT met_help at ucar.edu
Tue Mar 3 10:12:31 MST 2015


----------------------------------------------------------------
  Initial Request
----------------------------------------------------------------

  Dear Support,
I am compiling MET 5.0 on a OSX 10.8.5. I am getting error message at the end of the make install
Please see attached log. I am also attaching the output form the configure command
Thanks in advance
Themis




ἓν οἶδα ὅτι οὐδὲν οἶδα (I know one thing, that I know nothing
)Socrates




----------------------------------------------------------------
  Complete Ticket History
----------------------------------------------------------------

Subject: need help with compilation
From: Julie Prestopnik
Time: Tue Jan 13 10:15:28 2015

I'd be happy to try to help you with this issue, but we can only
provide
direct support to registered users of MET.  We do this to ensure that
we
remain in  compliance with U.S. export control laws.  You can fill out
the
registration form here:
   http://www.dtcenter.org/met/users/downloads/index.php
Just enter your email address and hit enter.   That should take you to
the
registration page.

Please write me back once you've filled that out, and I should be able
to
offer more help.

Thanks,
Julie

On Tue, Jan 13, 2015 at 8:51 AM, Themistoklis Chronis via RT <
met_help at ucar.edu> wrote:

>
> Tue Jan 13 08:51:05 2015: Request 70353 was acted upon.
> Transaction: Ticket created by themis.chronis at nsstc.uah.edu
>        Queue: met_help
>      Subject: need help with compilation
>        Owner: Nobody
>   Requestors: themis.chronis at nsstc.uah.edu
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70353 >
>
>
>   Dear Support,
> I am compiling MET 5.0 on a OSX 10.8.5. I am getting error message
at the
> end of the make install
> Please see attached log. I am also attaching the output form the
configure
> command
> Thanks in advance
> Themis
>
>
>
>
> ἓν οἶδα ὅτι οὐδὲν οἶδα (I know one thing, that I know nothing
> )Socrates
>
>
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: need help with compilation
From: Themistoklis Chronis
Time: Tue Jan 13 10:17:45 2015

  Thanks Julie - but I already did that when I downloaded the tar
ball…Is there something I am missing?
Best,
Themis






ἓν οἶδα ὅτι οὐδὲν οἶδα (I know one thing, that I know nothing
)Socrates



> On Jan 13, 2015, at 11:15 AM, Julie Prestopnik via RT
<met_help at ucar.edu> wrote:
>
>
> I'd be happy to try to help you with this issue, but we can only
provide
> direct support to registered users of MET. We do this to ensure that
we
> remain in compliance with U.S. export control laws. You can fill out
the
> registration form here:
> http://www.dtcenter.org/met/users/downloads/index.php
> Just enter your email address and hit enter. That should take you to
the
> registration page.
>
>
> Please write me back once you've filled that out, and I should be
able to
> offer more help.
>
>
> Thanks,
> Julie
>
>
> On Tue, Jan 13, 2015 at 8:51 AM, Themistoklis Chronis via RT <
> met_help at ucar.edu> wrote:
>
>
>>
>>
>>
>> Tue Jan 13 08:51:05 2015: Request 70353 was acted upon.
>> Transaction: Ticket created by themis.chronis at nsstc.uah.edu
>> Queue: met_help
>> Subject: need help with compilation
>> Owner: Nobody
>> Requestors: themis.chronis at nsstc.uah.edu
>> Status: new
>> Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70353 >
>>
>>
>>
>>
>>
>> Dear Support,
>> I am compiling MET 5.0 on a OSX 10.8.5. I am getting error message
at the
>> end of the make install
>> Please see attached log. I am also attaching the output form the
configure
>> command
>> Thanks in advance
>> Themis
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> ἓν οἶδα ὅτι οὐδὲν οἶδα (I know one thing, that I know nothing
>> )Socrates
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>
>
>
>
>
> --
> Julie Prestopnik
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
>

------------------------------------------------
Subject: need help with compilation
From: John Halley Gotway
Time: Tue Jan 13 10:36:37 2015

Themis,

I haven't tried compiling MET on a Mac recently.  So I'll be
interested to
see how this goes.

Thanks for sending the output of make and configure.  That helps debug
what's going on.  In the future, I'd be interested to see the
"config.log"
file which is automatically created when you run configure.

Here's the important error message from make:
   gsl_cdf.h:17:25: error: gsl/gsl_cdf.h: No such file or directory

The compiler can't find the GSL header files.  I took a look at the
compilation line where the error is occurring and compared it to the
same
line when I compile MET on my machine.  For some reason, your line is
missing the include directive to ALL the external libraries:
  -I/path/to/netcdf/include -i/path/to/gsl/include ... and so on

You need to tell configure where to find the external libraries using
environment variables:
   MET_GSL, MET_NETCDF, MET_BUFRLIB... and so on

Did you set those prior to running configure.  If not please try doing
so
and rerunning configure.  Otherwise, please send me config.log.

Thanks,
John Halley Gotway

On Tue, Jan 13, 2015 at 10:17 AM, Themistoklis Chronis via RT <
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70353 >
>
>   Thanks Julie - but I already did that when I downloaded the tar
ball…Is
> there something I am missing?
> Best,
> Themis
>
>
>
>
>
>
> ἓν οἶδα ὅτι οὐδὲν οἶδα (I know one thing, that I know nothing
> )Socrates
>
>
>
> > On Jan 13, 2015, at 11:15 AM, Julie Prestopnik via RT
<met_help at ucar.edu>
> wrote:
> >
> >
> > I'd be happy to try to help you with this issue, but we can only
provide
> > direct support to registered users of MET. We do this to ensure
that we
> > remain in compliance with U.S. export control laws. You can fill
out the
> > registration form here:
> > http://www.dtcenter.org/met/users/downloads/index.php
> > Just enter your email address and hit enter. That should take you
to the
> > registration page.
> >
> >
> > Please write me back once you've filled that out, and I should be
able to
> > offer more help.
> >
> >
> > Thanks,
> > Julie
> >
> >
> > On Tue, Jan 13, 2015 at 8:51 AM, Themistoklis Chronis via RT <
> > met_help at ucar.edu> wrote:
> >
> >
> >>
> >>
> >>
> >> Tue Jan 13 08:51:05 2015: Request 70353 was acted upon.
> >> Transaction: Ticket created by themis.chronis at nsstc.uah.edu
> >> Queue: met_help
> >> Subject: need help with compilation
> >> Owner: Nobody
> >> Requestors: themis.chronis at nsstc.uah.edu
> >> Status: new
> >> Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70353 >
> >>
> >>
> >>
> >>
> >>
> >> Dear Support,
> >> I am compiling MET 5.0 on a OSX 10.8.5. I am getting error
message at
> the
> >> end of the make install
> >> Please see attached log. I am also attaching the output form the
> configure
> >> command
> >> Thanks in advance
> >> Themis
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> ἓν οἶδα ὅτι οὐδὲν οἶδα (I know one thing, that I know nothing
> >> )Socrates
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >
> >
> >
> >
> >
> > --
> > Julie Prestopnik
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> >
>
>

------------------------------------------------


More information about the Met_help mailing list