[Met_help] [rt.rap.ucar.edu #85478] History for make error in met-6.0

John Halley Gotway via RT met_help at ucar.edu
Tue Jun 12 15:37:00 MDT 2018


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

Dear Madam/Sir,
I attempted to install met-6.1 in my PC. Each time I am getting the same
error.
as below:
compute_ci.cc: In function 'void compute_cts_stats_ci_bca(const gsl_rng*,
const NumArray&, const NumArray&, int, CTSInfo*&, int, int, int, const
char*)':
compute_ci.cc:347:55: error: invalid conversion from 'char' to 'const
char*' [-fpermissive]
       cts_i_file[i] = make_temp_file_name(prefix, '\0');
                                                       ^
In file included from ../../../src/basic/vx_util/vx_util.h:50:0,
                 from ../../../src/libcode/vx_gsl_prob/gsl_randist.h:17,
                 from ../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:19,
                 from compute_ci.h:16,
                 from compute_ci.cc:23:
../../../src/basic/vx_config/temp_file.h:20:21: note:   initializing
argument 2 of 'ConcatString make_temp_file_name(const char*, const char*)'
 extern ConcatString make_temp_file_name(const c
char *, const char *);
                     ^~~~~~~~~~~~~~~~~~~
......

The attachments may kindly be seen for reference.

Thanking You
With Best Regards
________________________
Dr. BIRANCHI  KUMAR  MAHALA
Asst. Prof., Mathematics
*Kalinga Institute of Industrial Technology,*
*Deemed to be University, Bhubaneswar*
*Mobile- 09861182688*


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

Subject: make error in met-6.0
From: Biranchi Mahala
Time: Mon Jun 11 06:20:05 2018

Dear all,
I could sort out the problem by replacing '\0' with "\0" in
compute_ci.cc
and other two .cc files.
For information.

On Sun, Jun 10, 2018, 9:51 AM met_help at ucar.edu via RT
<met_help at ucar.edu>
wrote:

> Greetings,
>
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding:
>         "make error in met-6.0",
> a summary of which appears below.
>
> There is no need to reply to this message right now.  Your ticket
has been
> assigned an ID of [rt.rap.ucar.edu #85478].
>
> Please include the string:
>
>          [rt.rap.ucar.edu #85478]
>
> in the subject line of all future correspondence about this issue.
To do
> so,
> you may reply to this message.
>
> For more information, please see:
>
> MET Online Tutorial:
>
https://www.dtcenter.org/met/users/support/online_tutorial/index.php
>
> MET Users Guide:
>    https://www.dtcenter.org/met/users/docs/overview.php
>
> MET FAQs:
>    https://www.dtcenter.org/met/users/support/faqs/index.php
>
> MET-Help Email Archive:
>    http://mailman.ucar.edu/pipermail/met_help
>
>                         Thank you,
>                         met_help at ucar.edu
>
>
-------------------------------------------------------------------------
> Dear Madam/Sir,
> I attempted to install met-6.1 in my PC. Each time I am getting the
same
> error.
> as below:
> compute_ci.cc: In function 'void compute_cts_stats_ci_bca(const
gsl_rng*,
> const NumArray&, const NumArray&, int, CTSInfo*&, int, int, int,
const
> char*)':
> compute_ci.cc:347:55: error: invalid conversion from 'char' to
'const
> char*' [-fpermissive]
>        cts_i_file[i] = make_temp_file_name(prefix, '\0');
>                                                        ^
> In file included from ../../../src/basic/vx_util/vx_util.h:50:0,
>                  from
../../../src/libcode/vx_gsl_prob/gsl_randist.h:17,
>                  from
../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:19,
>                  from compute_ci.h:16,
>                  from compute_ci.cc:23:
> ../../../src/basic/vx_config/temp_file.h:20:21: note:   initializing
> argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
>  extern ConcatString make_temp_file_name(const c
> char *, const char *);
>                      ^~~~~~~~~~~~~~~~~~~
> ......
>
> The attachments may kindly be seen for reference.
>
> Thanking You
> With Best Regards
> ________________________
> Dr. BIRANCHI  KUMAR  MAHALA
> Asst. Prof., Mathematics
> *Kalinga Institute of Industrial Technology,*
> *Deemed to be University, Bhubaneswar*
> *Mobile- 09861182688*
>
>

------------------------------------------------
Subject: make error in met-6.0
From: Julie Prestopnik
Time: Mon Jun 11 15:32:57 2018

I'm glad that you were able to get past the errors that you
encountered and
hope that you won't run into any other problems while compiling or
running
MET.  Please don't hesitate to contact us if you experience any other
problems or have any questions.  Thank you for your diligence and
patience
in installing MET.

Also, I wanted to let you know that we do have a newer version of MET
available at this time in case you are interested in having the latest
version.  You can download it here after entering in your email
address:
https://dtcenter.org/met/users/downloads/index.php

Thanks,
Julie

On Mon, Jun 11, 2018 at 6:20 AM, Biranchi Mahala via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=85478 >
>
> Dear all,
> I could sort out the problem by replacing '\0' with "\0" in
compute_ci.cc
> and other two .cc files.
> For information.
>
> On Sun, Jun 10, 2018, 9:51 AM met_help at ucar.edu via RT
<met_help at ucar.edu>
> wrote:
>
> > Greetings,
> >
> > This message has been automatically generated in response to the
> > creation of a trouble ticket regarding:
> >         "make error in met-6.0",
> > a summary of which appears below.
> >
> > There is no need to reply to this message right now.  Your ticket
has
> been
> > assigned an ID of [rt.rap.ucar.edu #85478].
> >
> > Please include the string:
> >
> >          [rt.rap.ucar.edu #85478]
> >
> > in the subject line of all future correspondence about this issue.
To do
> > so,
> > you may reply to this message.
> >
> > For more information, please see:
> >
> > MET Online Tutorial:
> >
https://www.dtcenter.org/met/users/support/online_tutorial/index.php
> >
> > MET Users Guide:
> >    https://www.dtcenter.org/met/users/docs/overview.php
> >
> > MET FAQs:
> >    https://www.dtcenter.org/met/users/support/faqs/index.php
> >
> > MET-Help Email Archive:
> >    http://mailman.ucar.edu/pipermail/met_help
> >
> >                         Thank you,
> >                         met_help at ucar.edu
> >
> > ------------------------------------------------------------
> -------------
> > Dear Madam/Sir,
> > I attempted to install met-6.1 in my PC. Each time I am getting
the same
> > error.
> > as below:
> > compute_ci.cc: In function 'void compute_cts_stats_ci_bca(const
gsl_rng*,
> > const NumArray&, const NumArray&, int, CTSInfo*&, int, int, int,
const
> > char*)':
> > compute_ci.cc:347:55: error: invalid conversion from 'char' to
'const
> > char*' [-fpermissive]
> >        cts_i_file[i] = make_temp_file_name(prefix, '\0');
> >                                                        ^
> > In file included from ../../../src/basic/vx_util/vx_util.h:50:0,
> >                  from
../../../src/libcode/vx_gsl_prob/gsl_randist.h:17,
> >                  from
../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:19,
> >                  from compute_ci.h:16,
> >                  from compute_ci.cc:23:
> > ../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
> > argument 2 of 'ConcatString make_temp_file_name(const char*, const
> char*)'
> >  extern ConcatString make_temp_file_name(const c
> > char *, const char *);
> >                      ^~~~~~~~~~~~~~~~~~~
> > ......
> >
> > The attachments may kindly be seen for reference.
> >
> > Thanking You
> > With Best Regards
> > ________________________
> > Dr. BIRANCHI  KUMAR  MAHALA
> > Asst. Prof., Mathematics
> > *Kalinga Institute of Industrial Technology,*
> > *Deemed to be University, Bhubaneswar*
> > *Mobile- 09861182688*
> >
> >
>
>

------------------------------------------------
Subject: make error in met-6.0
From: John Halley Gotway
Time: Mon Jun 11 16:07:59 2018

Hello Biranchi,

I'm a co-worker of Julie's and wanted to jump in on this ticket with
another comment.  I see that all released versions of MET, including
the
most recent met-7.0 recent, include that line in "compute_ci.cc" that
gave
you trouble:
   make_temp_file_name(prefix, '\0');

However, I see that we've updated it in the latest development
version,
changing the '\0' to NULL:
   make_temp_file_name(prefix, NULL);
So this change will be included in the met-7.1 release.

This change was the result of compiling MET using GNU 7.3.0
compilers...
which flagged the same problem you found.  If needed, we could post a
bugfix for met-7.0 with this change to make your compiler version more
happy.

Please just let us know.

Thanks,
John Halley Gotway


On Mon, Jun 11, 2018 at 3:32 PM, Julie Prestopnik via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=85478 >
>
> I'm glad that you were able to get past the errors that you
encountered and
> hope that you won't run into any other problems while compiling or
running
> MET.  Please don't hesitate to contact us if you experience any
other
> problems or have any questions.  Thank you for your diligence and
patience
> in installing MET.
>
> Also, I wanted to let you know that we do have a newer version of
MET
> available at this time in case you are interested in having the
latest
> version.  You can download it here after entering in your email
address:
> https://dtcenter.org/met/users/downloads/index.php
>
> Thanks,
> Julie
>
> On Mon, Jun 11, 2018 at 6:20 AM, Biranchi Mahala via RT
<met_help at ucar.edu
> >
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=85478 >
> >
> > Dear all,
> > I could sort out the problem by replacing '\0' with "\0" in
compute_ci.cc
> > and other two .cc files.
> > For information.
> >
> > On Sun, Jun 10, 2018, 9:51 AM met_help at ucar.edu via RT <
> met_help at ucar.edu>
> > wrote:
> >
> > > Greetings,
> > >
> > > This message has been automatically generated in response to the
> > > creation of a trouble ticket regarding:
> > >         "make error in met-6.0",
> > > a summary of which appears below.
> > >
> > > There is no need to reply to this message right now.  Your
ticket has
> > been
> > > assigned an ID of [rt.rap.ucar.edu #85478].
> > >
> > > Please include the string:
> > >
> > >          [rt.rap.ucar.edu #85478]
> > >
> > > in the subject line of all future correspondence about this
issue. To
> do
> > > so,
> > > you may reply to this message.
> > >
> > > For more information, please see:
> > >
> > > MET Online Tutorial:
> > >    https://www.dtcenter.org/met/users/support/online_tutorial/
> index.php
> > >
> > > MET Users Guide:
> > >    https://www.dtcenter.org/met/users/docs/overview.php
> > >
> > > MET FAQs:
> > >    https://www.dtcenter.org/met/users/support/faqs/index.php
> > >
> > > MET-Help Email Archive:
> > >    http://mailman.ucar.edu/pipermail/met_help
> > >
> > >                         Thank you,
> > >                         met_help at ucar.edu
> > >
> > > ------------------------------------------------------------
> > -------------
> > > Dear Madam/Sir,
> > > I attempted to install met-6.1 in my PC. Each time I am getting
the
> same
> > > error.
> > > as below:
> > > compute_ci.cc: In function 'void compute_cts_stats_ci_bca(const
> gsl_rng*,
> > > const NumArray&, const NumArray&, int, CTSInfo*&, int, int, int,
const
> > > char*)':
> > > compute_ci.cc:347:55: error: invalid conversion from 'char' to
'const
> > > char*' [-fpermissive]
> > >        cts_i_file[i] = make_temp_file_name(prefix, '\0');
> > >                                                        ^
> > > In file included from ../../../src/basic/vx_util/vx_util.h:50:0,
> > >                  from ../../../src/libcode/vx_gsl_
> prob/gsl_randist.h:17,
> > >                  from ../../../src/libcode/vx_gsl_
> prob/vx_gsl_prob.h:19,
> > >                  from compute_ci.h:16,
> > >                  from compute_ci.cc:23:
> > > ../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
> > > argument 2 of 'ConcatString make_temp_file_name(const char*,
const
> > char*)'
> > >  extern ConcatString make_temp_file_name(const c
> > > char *, const char *);
> > >                      ^~~~~~~~~~~~~~~~~~~
> > > ......
> > >
> > > The attachments may kindly be seen for reference.
> > >
> > > Thanking You
> > > With Best Regards
> > > ________________________
> > > Dr. BIRANCHI  KUMAR  MAHALA
> > > Asst. Prof., Mathematics
> > > *Kalinga Institute of Industrial Technology,*
> > > *Deemed to be University, Bhubaneswar*
> > > *Mobile- 09861182688*
> > >
> > >
> >
> >
>
>

------------------------------------------------
Subject: make error in met-6.0
From: Biranchi Mahala
Time: Mon Jun 11 22:47:53 2018

Yes, please proceed.

On Tue, Jun 12, 2018, 3:38 AM John Halley Gotway via RT
<met_help at ucar.edu>
wrote:

> Hello Biranchi,
>
> I'm a co-worker of Julie's and wanted to jump in on this ticket with
> another comment.  I see that all released versions of MET, including
the
> most recent met-7.0 recent, include that line in "compute_ci.cc"
that gave
> you trouble:
>    make_temp_file_name(prefix, '\0');
>
> However, I see that we've updated it in the latest development
version,
> changing the '\0' to NULL:
>    make_temp_file_name(prefix, NULL);
> So this change will be included in the met-7.1 release.
>
> This change was the result of compiling MET using GNU 7.3.0
compilers...
> which flagged the same problem you found.  If needed, we could post
a
> bugfix for met-7.0 with this change to make your compiler version
more
> happy.
>
> Please just let us know.
>
> Thanks,
> John Halley Gotway
>
>
> On Mon, Jun 11, 2018 at 3:32 PM, Julie Prestopnik via RT <
> met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=85478 >
> >
> > I'm glad that you were able to get past the errors that you
encountered
> and
> > hope that you won't run into any other problems while compiling or
> running
> > MET.  Please don't hesitate to contact us if you experience any
other
> > problems or have any questions.  Thank you for your diligence and
> patience
> > in installing MET.
> >
> > Also, I wanted to let you know that we do have a newer version of
MET
> > available at this time in case you are interested in having the
latest
> > version.  You can download it here after entering in your email
address:
> > https://dtcenter.org/met/users/downloads/index.php
> >
> > Thanks,
> > Julie
> >
> > On Mon, Jun 11, 2018 at 6:20 AM, Biranchi Mahala via RT <
> met_help at ucar.edu
> > >
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=85478 >
> > >
> > > Dear all,
> > > I could sort out the problem by replacing '\0' with "\0" in
> compute_ci.cc
> > > and other two .cc files.
> > > For information.
> > >
> > > On Sun, Jun 10, 2018, 9:51 AM met_help at ucar.edu via RT <
> > met_help at ucar.edu>
> > > wrote:
> > >
> > > > Greetings,
> > > >
> > > > This message has been automatically generated in response to
the
> > > > creation of a trouble ticket regarding:
> > > >         "make error in met-6.0",
> > > > a summary of which appears below.
> > > >
> > > > There is no need to reply to this message right now.  Your
ticket has
> > > been
> > > > assigned an ID of [rt.rap.ucar.edu #85478].
> > > >
> > > > Please include the string:
> > > >
> > > >          [rt.rap.ucar.edu #85478]
> > > >
> > > > in the subject line of all future correspondence about this
issue. To
> > do
> > > > so,
> > > > you may reply to this message.
> > > >
> > > > For more information, please see:
> > > >
> > > > MET Online Tutorial:
> > > >    https://www.dtcenter.org/met/users/support/online_tutorial/
> > index.php
> > > >
> > > > MET Users Guide:
> > > >    https://www.dtcenter.org/met/users/docs/overview.php
> > > >
> > > > MET FAQs:
> > > >    https://www.dtcenter.org/met/users/support/faqs/index.php
> > > >
> > > > MET-Help Email Archive:
> > > >    http://mailman.ucar.edu/pipermail/met_help
> > > >
> > > >                         Thank you,
> > > >                         met_help at ucar.edu
> > > >
> > > > ------------------------------------------------------------
> > > -------------
> > > > Dear Madam/Sir,
> > > > I attempted to install met-6.1 in my PC. Each time I am
getting the
> > same
> > > > error.
> > > > as below:
> > > > compute_ci.cc: In function 'void
compute_cts_stats_ci_bca(const
> > gsl_rng*,
> > > > const NumArray&, const NumArray&, int, CTSInfo*&, int, int,
int,
> const
> > > > char*)':
> > > > compute_ci.cc:347:55: error: invalid conversion from 'char' to
'const
> > > > char*' [-fpermissive]
> > > >        cts_i_file[i] = make_temp_file_name(prefix, '\0');
> > > >                                                        ^
> > > > In file included from
../../../src/basic/vx_util/vx_util.h:50:0,
> > > >                  from ../../../src/libcode/vx_gsl_
> > prob/gsl_randist.h:17,
> > > >                  from ../../../src/libcode/vx_gsl_
> > prob/vx_gsl_prob.h:19,
> > > >                  from compute_ci.h:16,
> > > >                  from compute_ci.cc:23:
> > > > ../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
> > > > argument 2 of 'ConcatString make_temp_file_name(const char*,
const
> > > char*)'
> > > >  extern ConcatString make_temp_file_name(const c
> > > > char *, const char *);
> > > >                      ^~~~~~~~~~~~~~~~~~~
> > > > ......
> > > >
> > > > The attachments may kindly be seen for reference.
> > > >
> > > > Thanking You
> > > > With Best Regards
> > > > ________________________
> > > > Dr. BIRANCHI  KUMAR  MAHALA
> > > > Asst. Prof., Mathematics
> > > > *Kalinga Institute of Industrial Technology,*
> > > > *Deemed to be University, Bhubaneswar*
> > > > *Mobile- 09861182688*
> > > >
> > > >
> > >
> > >
> >
> >
>
>

------------------------------------------------
Subject: make error in met-6.0
From: John Halley Gotway
Time: Tue Jun 12 09:51:11 2018

Biranchi,

OK, sounds good.  I'd like to iterate with you to make sure we include
all
the changes necessary to compile without error.  Can you please
download
and compile this version of MET:

ftp://ftp.rap.ucar.edu/incoming/irap/met_help/met-
7.0_bugfix.20180612.tar.gz

This includes the changes to compute_ci.cc that we discussed.  Once I
hear
back that you were able to compile successfully, I'll post this bugfix
to
the MET website.  If you do find other compilation errors, please send
the
files: config.log and make_install.log (i.e. compile MET using "make
install  >& make_install.log").

Thanks,
John

On Mon, Jun 11, 2018 at 10:47 PM, Biranchi Mahala via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=85478 >
>
> Yes, please proceed.
>
> On Tue, Jun 12, 2018, 3:38 AM John Halley Gotway via RT
<met_help at ucar.edu
> >
> wrote:
>
> > Hello Biranchi,
> >
> > I'm a co-worker of Julie's and wanted to jump in on this ticket
with
> > another comment.  I see that all released versions of MET,
including the
> > most recent met-7.0 recent, include that line in "compute_ci.cc"
that
> gave
> > you trouble:
> >    make_temp_file_name(prefix, '\0');
> >
> > However, I see that we've updated it in the latest development
version,
> > changing the '\0' to NULL:
> >    make_temp_file_name(prefix, NULL);
> > So this change will be included in the met-7.1 release.
> >
> > This change was the result of compiling MET using GNU 7.3.0
compilers...
> > which flagged the same problem you found.  If needed, we could
post a
> > bugfix for met-7.0 with this change to make your compiler version
more
> > happy.
> >
> > Please just let us know.
> >
> > Thanks,
> > John Halley Gotway
> >
> >
> > On Mon, Jun 11, 2018 at 3:32 PM, Julie Prestopnik via RT <
> > met_help at ucar.edu>
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=85478 >
> > >
> > > I'm glad that you were able to get past the errors that you
encountered
> > and
> > > hope that you won't run into any other problems while compiling
or
> > running
> > > MET.  Please don't hesitate to contact us if you experience any
other
> > > problems or have any questions.  Thank you for your diligence
and
> > patience
> > > in installing MET.
> > >
> > > Also, I wanted to let you know that we do have a newer version
of MET
> > > available at this time in case you are interested in having the
latest
> > > version.  You can download it here after entering in your email
> address:
> > > https://dtcenter.org/met/users/downloads/index.php
> > >
> > > Thanks,
> > > Julie
> > >
> > > On Mon, Jun 11, 2018 at 6:20 AM, Biranchi Mahala via RT <
> > met_help at ucar.edu
> > > >
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=85478
>
> > > >
> > > > Dear all,
> > > > I could sort out the problem by replacing '\0' with "\0" in
> > compute_ci.cc
> > > > and other two .cc files.
> > > > For information.
> > > >
> > > > On Sun, Jun 10, 2018, 9:51 AM met_help at ucar.edu via RT <
> > > met_help at ucar.edu>
> > > > wrote:
> > > >
> > > > > Greetings,
> > > > >
> > > > > This message has been automatically generated in response to
the
> > > > > creation of a trouble ticket regarding:
> > > > >         "make error in met-6.0",
> > > > > a summary of which appears below.
> > > > >
> > > > > There is no need to reply to this message right now.  Your
ticket
> has
> > > > been
> > > > > assigned an ID of [rt.rap.ucar.edu #85478].
> > > > >
> > > > > Please include the string:
> > > > >
> > > > >          [rt.rap.ucar.edu #85478]
> > > > >
> > > > > in the subject line of all future correspondence about this
issue.
> To
> > > do
> > > > > so,
> > > > > you may reply to this message.
> > > > >
> > > > > For more information, please see:
> > > > >
> > > > > MET Online Tutorial:
> > > > >
https://www.dtcenter.org/met/users/support/online_tutorial/
> > > index.php
> > > > >
> > > > > MET Users Guide:
> > > > >    https://www.dtcenter.org/met/users/docs/overview.php
> > > > >
> > > > > MET FAQs:
> > > > >    https://www.dtcenter.org/met/users/support/faqs/index.php
> > > > >
> > > > > MET-Help Email Archive:
> > > > >    http://mailman.ucar.edu/pipermail/met_help
> > > > >
> > > > >                         Thank you,
> > > > >                         met_help at ucar.edu
> > > > >
> > > > > ------------------------------------------------------------
> > > > -------------
> > > > > Dear Madam/Sir,
> > > > > I attempted to install met-6.1 in my PC. Each time I am
getting the
> > > same
> > > > > error.
> > > > > as below:
> > > > > compute_ci.cc: In function 'void
compute_cts_stats_ci_bca(const
> > > gsl_rng*,
> > > > > const NumArray&, const NumArray&, int, CTSInfo*&, int, int,
int,
> > const
> > > > > char*)':
> > > > > compute_ci.cc:347:55: error: invalid conversion from 'char'
to
> 'const
> > > > > char*' [-fpermissive]
> > > > >        cts_i_file[i] = make_temp_file_name(prefix, '\0');
> > > > >                                                        ^
> > > > > In file included from
../../../src/basic/vx_util/vx_util.h:50:0,
> > > > >                  from ../../../src/libcode/vx_gsl_
> > > prob/gsl_randist.h:17,
> > > > >                  from ../../../src/libcode/vx_gsl_
> > > prob/vx_gsl_prob.h:19,
> > > > >                  from compute_ci.h:16,
> > > > >                  from compute_ci.cc:23:
> > > > > ../../../src/basic/vx_config/temp_file.h:20:21: note:
>  initializing
> > > > > argument 2 of 'ConcatString make_temp_file_name(const char*,
const
> > > > char*)'
> > > > >  extern ConcatString make_temp_file_name(const c
> > > > > char *, const char *);
> > > > >                      ^~~~~~~~~~~~~~~~~~~
> > > > > ......
> > > > >
> > > > > The attachments may kindly be seen for reference.
> > > > >
> > > > > Thanking You
> > > > > With Best Regards
> > > > > ________________________
> > > > > Dr. BIRANCHI  KUMAR  MAHALA
> > > > > Asst. Prof., Mathematics
> > > > > *Kalinga Institute of Industrial Technology,*
> > > > > *Deemed to be University, Bhubaneswar*
> > > > > *Mobile- 09861182688*
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

------------------------------------------------
Subject: make error in met-6.0
From: Biranchi Mahala
Time: Tue Jun 12 15:05:52 2018

Dear all,
It is compiled successfully and all make tests were made successful.

On Tue, Jun 12, 2018, 9:21 PM John Halley Gotway via RT
<met_help at ucar.edu>
wrote:

> Biranchi,
>
> OK, sounds good.  I'd like to iterate with you to make sure we
include all
> the changes necessary to compile without error.  Can you please
download
> and compile this version of MET:
>
>
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/met-
7.0_bugfix.20180612.tar.gz
>
> This includes the changes to compute_ci.cc that we discussed.  Once
I hear
> back that you were able to compile successfully, I'll post this
bugfix to
> the MET website.  If you do find other compilation errors, please
send the
> files: config.log and make_install.log (i.e. compile MET using "make
> install  >& make_install.log").
>
> Thanks,
> John
>
> On Mon, Jun 11, 2018 at 10:47 PM, Biranchi Mahala via RT <
> met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=85478 >
> >
> > Yes, please proceed.
> >
> > On Tue, Jun 12, 2018, 3:38 AM John Halley Gotway via RT <
> met_help at ucar.edu
> > >
> > wrote:
> >
> > > Hello Biranchi,
> > >
> > > I'm a co-worker of Julie's and wanted to jump in on this ticket
with
> > > another comment.  I see that all released versions of MET,
including
> the
> > > most recent met-7.0 recent, include that line in "compute_ci.cc"
that
> > gave
> > > you trouble:
> > >    make_temp_file_name(prefix, '\0');
> > >
> > > However, I see that we've updated it in the latest development
version,
> > > changing the '\0' to NULL:
> > >    make_temp_file_name(prefix, NULL);
> > > So this change will be included in the met-7.1 release.
> > >
> > > This change was the result of compiling MET using GNU 7.3.0
> compilers...
> > > which flagged the same problem you found.  If needed, we could
post a
> > > bugfix for met-7.0 with this change to make your compiler
version more
> > > happy.
> > >
> > > Please just let us know.
> > >
> > > Thanks,
> > > John Halley Gotway
> > >
> > >
> > > On Mon, Jun 11, 2018 at 3:32 PM, Julie Prestopnik via RT <
> > > met_help at ucar.edu>
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=85478
>
> > > >
> > > > I'm glad that you were able to get past the errors that you
> encountered
> > > and
> > > > hope that you won't run into any other problems while
compiling or
> > > running
> > > > MET.  Please don't hesitate to contact us if you experience
any other
> > > > problems or have any questions.  Thank you for your diligence
and
> > > patience
> > > > in installing MET.
> > > >
> > > > Also, I wanted to let you know that we do have a newer version
of MET
> > > > available at this time in case you are interested in having
the
> latest
> > > > version.  You can download it here after entering in your
email
> > address:
> > > > https://dtcenter.org/met/users/downloads/index.php
> > > >
> > > > Thanks,
> > > > Julie
> > > >
> > > > On Mon, Jun 11, 2018 at 6:20 AM, Biranchi Mahala via RT <
> > > met_help at ucar.edu
> > > > >
> > > > wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=85478 >
> > > > >
> > > > > Dear all,
> > > > > I could sort out the problem by replacing '\0' with "\0" in
> > > compute_ci.cc
> > > > > and other two .cc files.
> > > > > For information.
> > > > >
> > > > > On Sun, Jun 10, 2018, 9:51 AM met_help at ucar.edu via RT <
> > > > met_help at ucar.edu>
> > > > > wrote:
> > > > >
> > > > > > Greetings,
> > > > > >
> > > > > > This message has been automatically generated in response
to the
> > > > > > creation of a trouble ticket regarding:
> > > > > >         "make error in met-6.0",
> > > > > > a summary of which appears below.
> > > > > >
> > > > > > There is no need to reply to this message right now.  Your
ticket
> > has
> > > > > been
> > > > > > assigned an ID of [rt.rap.ucar.edu #85478].
> > > > > >
> > > > > > Please include the string:
> > > > > >
> > > > > >          [rt.rap.ucar.edu #85478]
> > > > > >
> > > > > > in the subject line of all future correspondence about
this
> issue.
> > To
> > > > do
> > > > > > so,
> > > > > > you may reply to this message.
> > > > > >
> > > > > > For more information, please see:
> > > > > >
> > > > > > MET Online Tutorial:
> > > > > >
https://www.dtcenter.org/met/users/support/online_tutorial/
> > > > index.php
> > > > > >
> > > > > > MET Users Guide:
> > > > > >    https://www.dtcenter.org/met/users/docs/overview.php
> > > > > >
> > > > > > MET FAQs:
> > > > > >
https://www.dtcenter.org/met/users/support/faqs/index.php
> > > > > >
> > > > > > MET-Help Email Archive:
> > > > > >    http://mailman.ucar.edu/pipermail/met_help
> > > > > >
> > > > > >                         Thank you,
> > > > > >                         met_help at ucar.edu
> > > > > >
> > > > > >
------------------------------------------------------------
> > > > > -------------
> > > > > > Dear Madam/Sir,
> > > > > > I attempted to install met-6.1 in my PC. Each time I am
getting
> the
> > > > same
> > > > > > error.
> > > > > > as below:
> > > > > > compute_ci.cc: In function 'void
compute_cts_stats_ci_bca(const
> > > > gsl_rng*,
> > > > > > const NumArray&, const NumArray&, int, CTSInfo*&, int,
int, int,
> > > const
> > > > > > char*)':
> > > > > > compute_ci.cc:347:55: error: invalid conversion from
'char' to
> > 'const
> > > > > > char*' [-fpermissive]
> > > > > >        cts_i_file[i] = make_temp_file_name(prefix, '\0');
> > > > > >                                                        ^
> > > > > > In file included from
../../../src/basic/vx_util/vx_util.h:50:0,
> > > > > >                  from ../../../src/libcode/vx_gsl_
> > > > prob/gsl_randist.h:17,
> > > > > >                  from ../../../src/libcode/vx_gsl_
> > > > prob/vx_gsl_prob.h:19,
> > > > > >                  from compute_ci.h:16,
> > > > > >                  from compute_ci.cc:23:
> > > > > > ../../../src/basic/vx_config/temp_file.h:20:21: note:
> >  initializing
> > > > > > argument 2 of 'ConcatString make_temp_file_name(const
char*,
> const
> > > > > char*)'
> > > > > >  extern ConcatString make_temp_file_name(const c
> > > > > > char *, const char *);
> > > > > >                      ^~~~~~~~~~~~~~~~~~~
> > > > > > ......
> > > > > >
> > > > > > The attachments may kindly be seen for reference.
> > > > > >
> > > > > > Thanking You
> > > > > > With Best Regards
> > > > > > ________________________
> > > > > > Dr. BIRANCHI  KUMAR  MAHALA
> > > > > > Asst. Prof., Mathematics
> > > > > > *Kalinga Institute of Industrial Technology,*
> > > > > > *Deemed to be University, Bhubaneswar*
> > > > > > *Mobile- 09861182688*
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

------------------------------------------------
Subject: make error in met-6.0
From: John Halley Gotway
Time: Tue Jun 12 15:36:39 2018

Biranchi,

Great!  Thanks for confirming.  I just posted this fix to the MET
website:
   https://dtcenter.org/met/users/support/known_issues/METv7.0/index.php

John

On Tue, Jun 12, 2018 at 3:05 PM, Biranchi Mahala via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=85478 >
>
> Dear all,
> It is compiled successfully and all make tests were made successful.
>
> On Tue, Jun 12, 2018, 9:21 PM John Halley Gotway via RT
<met_help at ucar.edu
> >
> wrote:
>
> > Biranchi,
> >
> > OK, sounds good.  I'd like to iterate with you to make sure we
include
> all
> > the changes necessary to compile without error.  Can you please
download
> > and compile this version of MET:
> >
> >
> > ftp://ftp.rap.ucar.edu/incoming/irap/met_help/met-7.
> 0_bugfix.20180612.tar.gz
> >
> > This includes the changes to compute_ci.cc that we discussed.
Once I
> hear
> > back that you were able to compile successfully, I'll post this
bugfix to
> > the MET website.  If you do find other compilation errors, please
send
> the
> > files: config.log and make_install.log (i.e. compile MET using
"make
> > install  >& make_install.log").
> >
> > Thanks,
> > John
> >
> > On Mon, Jun 11, 2018 at 10:47 PM, Biranchi Mahala via RT <
> > met_help at ucar.edu>
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=85478 >
> > >
> > > Yes, please proceed.
> > >
> > > On Tue, Jun 12, 2018, 3:38 AM John Halley Gotway via RT <
> > met_help at ucar.edu
> > > >
> > > wrote:
> > >
> > > > Hello Biranchi,
> > > >
> > > > I'm a co-worker of Julie's and wanted to jump in on this
ticket with
> > > > another comment.  I see that all released versions of MET,
including
> > the
> > > > most recent met-7.0 recent, include that line in
"compute_ci.cc" that
> > > gave
> > > > you trouble:
> > > >    make_temp_file_name(prefix, '\0');
> > > >
> > > > However, I see that we've updated it in the latest development
> version,
> > > > changing the '\0' to NULL:
> > > >    make_temp_file_name(prefix, NULL);
> > > > So this change will be included in the met-7.1 release.
> > > >
> > > > This change was the result of compiling MET using GNU 7.3.0
> > compilers...
> > > > which flagged the same problem you found.  If needed, we could
post a
> > > > bugfix for met-7.0 with this change to make your compiler
version
> more
> > > > happy.
> > > >
> > > > Please just let us know.
> > > >
> > > > Thanks,
> > > > John Halley Gotway
> > > >
> > > >
> > > > On Mon, Jun 11, 2018 at 3:32 PM, Julie Prestopnik via RT <
> > > > met_help at ucar.edu>
> > > > wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=85478 >
> > > > >
> > > > > I'm glad that you were able to get past the errors that you
> > encountered
> > > > and
> > > > > hope that you won't run into any other problems while
compiling or
> > > > running
> > > > > MET.  Please don't hesitate to contact us if you experience
any
> other
> > > > > problems or have any questions.  Thank you for your
diligence and
> > > > patience
> > > > > in installing MET.
> > > > >
> > > > > Also, I wanted to let you know that we do have a newer
version of
> MET
> > > > > available at this time in case you are interested in having
the
> > latest
> > > > > version.  You can download it here after entering in your
email
> > > address:
> > > > > https://dtcenter.org/met/users/downloads/index.php
> > > > >
> > > > > Thanks,
> > > > > Julie
> > > > >
> > > > > On Mon, Jun 11, 2018 at 6:20 AM, Biranchi Mahala via RT <
> > > > met_help at ucar.edu
> > > > > >
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=85478 >
> > > > > >
> > > > > > Dear all,
> > > > > > I could sort out the problem by replacing '\0' with "\0"
in
> > > > compute_ci.cc
> > > > > > and other two .cc files.
> > > > > > For information.
> > > > > >
> > > > > > On Sun, Jun 10, 2018, 9:51 AM met_help at ucar.edu via RT <
> > > > > met_help at ucar.edu>
> > > > > > wrote:
> > > > > >
> > > > > > > Greetings,
> > > > > > >
> > > > > > > This message has been automatically generated in
response to
> the
> > > > > > > creation of a trouble ticket regarding:
> > > > > > >         "make error in met-6.0",
> > > > > > > a summary of which appears below.
> > > > > > >
> > > > > > > There is no need to reply to this message right now.
Your
> ticket
> > > has
> > > > > > been
> > > > > > > assigned an ID of [rt.rap.ucar.edu #85478].
> > > > > > >
> > > > > > > Please include the string:
> > > > > > >
> > > > > > >          [rt.rap.ucar.edu #85478]
> > > > > > >
> > > > > > > in the subject line of all future correspondence about
this
> > issue.
> > > To
> > > > > do
> > > > > > > so,
> > > > > > > you may reply to this message.
> > > > > > >
> > > > > > > For more information, please see:
> > > > > > >
> > > > > > > MET Online Tutorial:
> > > > > > >
https://www.dtcenter.org/met/users/support/online_tutorial/
> > > > > index.php
> > > > > > >
> > > > > > > MET Users Guide:
> > > > > > >    https://www.dtcenter.org/met/users/docs/overview.php
> > > > > > >
> > > > > > > MET FAQs:
> > > > > > >
https://www.dtcenter.org/met/users/support/faqs/index.php
> > > > > > >
> > > > > > > MET-Help Email Archive:
> > > > > > >    http://mailman.ucar.edu/pipermail/met_help
> > > > > > >
> > > > > > >                         Thank you,
> > > > > > >                         met_help at ucar.edu
> > > > > > >
> > > > > > >
------------------------------------------------------------
> > > > > > -------------
> > > > > > > Dear Madam/Sir,
> > > > > > > I attempted to install met-6.1 in my PC. Each time I am
getting
> > the
> > > > > same
> > > > > > > error.
> > > > > > > as below:
> > > > > > > compute_ci.cc: In function 'void
compute_cts_stats_ci_bca(const
> > > > > gsl_rng*,
> > > > > > > const NumArray&, const NumArray&, int, CTSInfo*&, int,
int,
> int,
> > > > const
> > > > > > > char*)':
> > > > > > > compute_ci.cc:347:55: error: invalid conversion from
'char' to
> > > 'const
> > > > > > > char*' [-fpermissive]
> > > > > > >        cts_i_file[i] = make_temp_file_name(prefix,
'\0');
> > > > > > >                                                        ^
> > > > > > > In file included from ../../../src/basic/vx_util/vx_
> util.h:50:0,
> > > > > > >                  from ../../../src/libcode/vx_gsl_
> > > > > prob/gsl_randist.h:17,
> > > > > > >                  from ../../../src/libcode/vx_gsl_
> > > > > prob/vx_gsl_prob.h:19,
> > > > > > >                  from compute_ci.h:16,
> > > > > > >                  from compute_ci.cc:23:
> > > > > > > ../../../src/basic/vx_config/temp_file.h:20:21: note:
> > >  initializing
> > > > > > > argument 2 of 'ConcatString make_temp_file_name(const
char*,
> > const
> > > > > > char*)'
> > > > > > >  extern ConcatString make_temp_file_name(const c
> > > > > > > char *, const char *);
> > > > > > >                      ^~~~~~~~~~~~~~~~~~~
> > > > > > > ......
> > > > > > >
> > > > > > > The attachments may kindly be seen for reference.
> > > > > > >
> > > > > > > Thanking You
> > > > > > > With Best Regards
> > > > > > > ________________________
> > > > > > > Dr. BIRANCHI  KUMAR  MAHALA
> > > > > > > Asst. Prof., Mathematics
> > > > > > > *Kalinga Institute of Industrial Technology,*
> > > > > > > *Deemed to be University, Bhubaneswar*
> > > > > > > *Mobile- 09861182688*
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

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


More information about the Met_help mailing list