bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Make error


From: melissa . fielding
Subject: Re: Make error
Date: Mon, 22 Jul 2002 12:57:28 -0400

Sorry about the MIME stuff.  I didn't know I was even sending anything like
that!
I wasn't sure what line 700 was for src/filesubr.c, so I vi'ed the file and
did a ":700" to get to line 700 in the script.  I hope this is what you
were referring to.

Line 700 is the following:

 retval = tempnam (Tmpdir, "cvs");


I also included some of the surrounding lines:

cvs_temp_name ()
{
    char *retval;

    retval = tempnam (Tmpdir, "cvs");
    if (retval == NULL)
 error (1, errno, "cannot generate temporary filename");
    /* tempnam returns a pointer to a newly malloc'd string, so there's
no need for a xstrdup  */
    return retval;
}

I've downloaded and installed Source distribution for CVS stable release
version 1.11

Thanks for all of your help!!!
Melissa




                                                                                
                                   
                    lawrence.jones                                              
                                   
                    @eds.com             To:     melissa.fielding@highmark.com  
                                   
                    (Larry Jones)        cc:     maslen@wedgetail.com, 
bug-cvs@gnu.org, ian@airs.com,              
                                          maslen@dstc.edu.au                    
                                   
                    07/22/2002           Subject:     Re: Make error            
                                   
                    11:51 AM                                                    
                                   
                                                                                
                                   
                                                                                
                                   




melissa.fielding@highmark.com writes:
>
> MIME-Version: 1.0
> Content-type: multipart/mixed;

Please do not send MIME and/or HTML encrypted messages to the list.
Plain text only, PLEASE!

> I was wondering if you wouldn't mind taking a
> look at the output to make sure that everything looks okay so far.  I saw
a
> few errors. . .

There aren't any errors, just some warnings.  Most of them seem
innocuous, but I'm a bit concerned by:

> "filesubr.c", line 700: warning: improper pointer/integer combination: op

> "="

Since I don't know exactly which version of CVS you have, could you
please post line 700 of src/filesubr.c?

-Larry Jones

Something COULD happen today.  And if anything DOES,
by golly, I'm going to be ready for it! -- Calvin








reply via email to

[Prev in Thread] Current Thread [Next in Thread]