bug-guile
[Top][All Lists]
Advanced

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

no subject


From: kais blah
Subject: no subject
Date: Thu, 11 Mar 2004 09:04:37 +0100

$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





reply via email to

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