[DGD]object_info.c

Lord Lerkista lerkista at planetatierra.net
Sun Jun 10 23:10:03 CEST 2001


I try to patch DGD 1.2 with the object_info package but i get that 
errors:

object_info.c: In function `kf_functions':
object_info.c:78: `sp' undeclared (first use in this function)
object_info.c:78: (Each undeclared identifier is reported only once
object_info.c:78: for each function it appears in.)
object_info.c:90: too few arguments to function `arr_new'
object_info.c:101: warning: passing arg 1 of `arr_new' makes pointer 
from integer without a cast
object_info.c:101: too few arguments to function `arr_new'
object_info.c:105: warning: passing arg 1 of `arr_new' makes pointer 
from integer without a cast
object_info.c:105: too few arguments to function `arr_new'
object_info.c:119: warning: passing arg 1 of `i_typename' makes pointer 
from integer without a cast
object_info.c:119: too few arguments to function `i_typename'
object_info.c:136: warning: passing arg 1 of `i_typename' makes pointer 
from integer without a cast
object_info.c:136: too few arguments to function `i_typename'
object_info.c:142: warning: passing arg 1 of `i_typename' makes pointer 
from integer without a cast
object_info.c:142: too few arguments to function `i_typename'
object_info.c:142: warning: passing arg 1 of `i_typename' makes pointer 
from integer without a cast
object_info.c:142: too few arguments to function `i_typename'
object_info.c: In function `kf_variables':
object_info.c:189: `sp' undeclared (first use in this function)
object_info.c:201: too few arguments to function `arr_new'
object_info.c:207: warning: passing arg 1 of `arr_new' makes pointer 
from integer without a cast
object_info.c:207: too few arguments to function `arr_new'
object_info.c:210: warning: passing arg 1 of `arr_new' makes pointer 
from integer without a cast
object_info.c:210: too few arguments to function `arr_new'
object_info.c:224: warning: passing arg 1 of `i_typename' makes pointer 
from integer without a cast
object_info.c:224: too few arguments to function `i_typename'
object_info.c: In function `kf_inherits':
object_info.c:273: `sp' undeclared (first use in this function)
object_info.c:280: warning: passing arg 1 of `o_name' from incompatible 
pointer type
object_info.c:280: too few arguments to function `o_name'
object_info.c:283: warning: passing arg 1 of `o_name' from incompatible 
pointer type
object_info.c:283: too few arguments to function `o_name'
object_info.c:290: too few arguments to function `arr_new'
object_info.c:296: warning: passing arg 1 of `arr_new' makes pointer 
from integer without a cast
object_info.c:296: too few arguments to function `arr_new'
object_info.c:301: structure has no member named `obj'
object_info.c:303: structure has no member named `obj'
object_info.c:303: structure has no member named `obj'
make[1]: *** [object_info.o] Error 1
make: *** [a.out] Error 2

how can i fix it??

List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list