nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] nano build errors (revision 4384)


From: Chris Allegretta
Subject: Re: [Nano-devel] nano build errors (revision 4384)
Date: Tue, 24 Feb 2009 23:37:54 -0500

Hi Eitan,

Okay, I fixed as much as I can without seeing the actual warnings.
Can you tell me if there is some flag I should be using to see these
warnings?

On Tue, Feb 17, 2009 at 7:33 PM, Eitan Adler <address@hidden> wrote:
> These errors occur in a few places
>
> global.c:118: error: redefinition of 'bool nodelay_mode'
> proto.h:79: error: 'bool nodelay_mode' previously declared here
> global.c: In function 'void add_to_funcs(short int, int, const char*,
> const char*, bool, bool)':
> global.c:235: error: invalid conversion from 'void*' to 'subnfunc*'
> global.c: In function 'void add_to_sclist(int, char*, short int, int, int)':
> global.c:295: error: invalid conversion from 'void*' to 'sc*'
> global.c: At global scope:
> global.c:412: error: redefinition of 'const char* cancel_msg'
> proto.h:793: error: 'const char* cancel_msg' previously declared here
> global.c:415: error: redefinition of 'const char* case_sens_msg'
> proto.h:795: error: 'const char* case_sens_msg' previously declared here
>
> ...
>
> this patch removes some duplicates in proto.h
>
> --- proto.h     (revision 4384)
> +++ proto.h     (working copy)
> @@ -811,11 +811,6 @@
>  const char *append_msg;
>  const char *prepend_msg;
>  const char *backup_file_msg;
> -const char *dos_format_msg;
> -const char *mac_format_msg;
> -const char *append_msg;
> -const char *prepend_msg;
> -const char *backup_file_msg;
>  const char *gototext_msg;
>  const char *new_buffer_msg;
>  void iso_me_harder_funcmap(short func);
>
> --
> Eitan Adler
> freeBSD nano-devel port maintainer.
>
>
> _______________________________________________
> Nano-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/nano-devel
>




reply via email to

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