zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@sunsite.dk
Subject: Rebuilding from CVS on Snow Leopard
Date: Sun, 27 Sep 2009 22:50:16 -0700	[thread overview]
Message-ID: <090927225016.ZM17646@torch.brasslantern.com> (raw)

N.b. "make clean" doesn't remove Src/Modules/*.so -- I had to do that by
hand in order to get them to recompile for 64bit.

"make check" completes cleanly, so the following is mostly informational.

While running configure:

configure: WARNING: libc.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: libc.h: proceeding with the compiler's result

configure: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: stdio.h: proceeding with the compiler's result

configure: WARNING: wchar.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: wchar.h: proceeding with the compiler's result

configure: WARNING: ncurses.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: ncurses.h: proceeding with the compiler's result

configure: WARNING: curses.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: curses.h: proceeding with the compiler's result

checking where curses key definitions are located... In file included from /usr/include/stdio.h:444,
                 from /usr/include/curses.h:141,
                 from nametmp.c:2:
/usr/include/secure/_stdio.h:46: error: syntax error in macro parameter list
/usr/include/secure/_stdio.h:53: error: syntax error in macro parameter list
/usr/include/curses.h


While compiling:

rlimits.c: In function 'showlimitvalue':
rlimits.c:104: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'rlim_t'
rlimits.c:133: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'long long unsigned int'
rlimits.c:135: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'long long unsigned int'
rlimits.c: In function 'printulimit':
rlimits.c:373: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'rlim_t'

gcc -c -I.  -DHAVE_CONFIG_H -DMODULE -Wall -Wmissing-prototypes -O2 -fno-common -o socket..o socket.c
socket.c: In function 'bin_zsocket':
socket.c:106: warning: call to __builtin___strncpy_chk will always overflow destination buffer
socket.c:235: warning: call to __builtin___strncpy_chk will always overflow destination buffer

gcc -c -I.  -DHAVE_CONFIG_H -DMODULE -Wall -Wmissing-prototypes -O2 -fno-common -o zftp..o zftp.c
zftp.c: In function 'zftp_local':
zftp.c:2522: warning: format '%ld' expects type 'long int', but argument 2 has type 'off_t'


             reply	other threads:[~2009-09-28  5:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-28  5:50 Bart Schaefer [this message]
2009-09-29 12:05 ` Jun T.
2009-09-29 14:32   ` Peter Stephenson
2009-09-29 14:44   ` Bart Schaefer
2009-09-29 16:55     ` Jun T.
2009-09-29 17:23 ` Jun T.
2009-09-29 17:41   ` Mikael Magnusson
2009-09-30 16:11     ` Jun T.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=090927225016.ZM17646@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).