From: kais blah <kaisblah@postmaster.co.uk>
Subject: no subject
Date: Thu, 11 Mar 2004 09:04:37 +0100 [thread overview]
Message-ID: <PM.26673.1078992278@pmweb15.uk1.bibliotech.net> (raw)
$make
strop.c:481:81: warning: trigraph ??) ignored
strop.c:481:81: warning: trigraph ??) ignored
continuations.c: In function `scm_make_cont':
continuations.c:98: warning: implicit declaration of function `memcpy'
dynl.c: In function `scm_register_module_xxx':
dynl.c:156: warning: implicit declaration of function `strcmp'
feature.c: In function `scm_add_feature':
feature.c:66: warning: implicit declaration of function `strlen'
gdbint.c: In function `gdb_read':
gdbint.c:192: warning: implicit declaration of function `strlen'
keywords.c: In function `scm_c_make_keyword':
keywords.c:97: warning: implicit declaration of function `strlen'
keywords.c:99: warning: implicit declaration of function `strcpy'
load.c: In function `scm_internal_parse_path':
load.c:198: warning: implicit declaration of function `strlen'
load.c: In function `scm_search_path':
load.c:358: warning: implicit declaration of function `memcpy'
root.c: In function `scm_make_root':
root.c:122: warning: implicit declaration of function `memcpy'
sort.c: In function `quicksort':
sort.c:215: warning: implicit declaration of function `memcpy'
stime.c: In function `scm_localtime':
stime.c:364: warning: implicit declaration of function `strlen'
stime.c:365: warning: implicit declaration of function `strcpy'
strop.c:481:81: warning: trigraph ??) ignored
ramap.c: In function `init_raprocs':
ramap.c:2012: warning: implicit declaration of function `strlen'
unif.c: In function `scm_uniform_array_read_x':
unif.c:1563: warning: implicit declaration of function `memcpy'
readline.c: In function `scm_filename_completion_function':
readline.c:372: warning: assignment makes pointer from integer without a cast
readline.c: In function `scm_init_readline':
readline.c:537: warning: assignment from incompatible pointer type
$make install
libtool: install: warning: relinking `libguilereadline.la'
i correct them :
1-adding #include<string.h> in dynl.c,feature.c,gdbint.c,keywords.c,load.c,root.c,sort.c,stime.c,ramap.c,unif.c and continuations.c
2-then i delete in strop.c : line 481,81 (???)
3-in readline.c : line 372 i cast s with (char*),line 537 Function into rl_compentry_func_t.
4-but for then warning in "make install" , is this a problem???
___________________________________________________
Take your business online with Officemaster. Sign up for a free trial today!
http://www.officemaster.net
_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile
next reply other threads:[~2004-03-11 8:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-11 8:04 kais blah [this message]
2004-03-13 22:44 ` no subject Kevin Ryde
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
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=PM.26673.1078992278@pmweb15.uk1.bibliotech.net \
--to=kaisblah@postmaster.co.uk \
/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.
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 read-only IMAP folder(s) and NNTP newsgroup(s).