unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* no subject
@ 2004-03-11  8:04 kais blah
  2004-03-13 22:44 ` Kevin Ryde
  0 siblings, 1 reply; 2+ messages in thread
From: kais blah @ 2004-03-11  8:04 UTC (permalink / 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: no subject
  2004-03-11  8:04 no subject kais blah
@ 2004-03-13 22:44 ` Kevin Ryde
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Ryde @ 2004-03-13 22:44 UTC (permalink / raw)
  Cc: bug-guile

kais blah <kaisblah@postmaster.co.uk> writes:
>
> libtool: install: warning: relinking `libguilereadline.la'
>
> 4-but for then warning in "make install" , is this a problem???

No, this is normal when installing, usually.


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-03-13 22:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-11  8:04 no subject kais blah
2004-03-13 22:44 ` Kevin Ryde

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).