Menu

#2 make errors from 2.0.6

open-fixed
None
5
2000-10-07
2000-10-06
Graeme Rich
No

make all-recursive
make[1]: Entering directory `/root/ldap-utils-0.2'
Making all in m4
make[2]: Entering directory `/root/ldap-utils-0.2/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/ldap-utils-0.2/m4'
Making all in doc
make[2]: Entering directory `/root/ldap-utils-0.2/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/ldap-utils-0.2/doc'
Making all in src
make[2]: Entering directory `/root/ldap-utils-0.2/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c luauseradd.c
luauseradd.c: In function `main':
luauseradd.c:259: warning: assignment from incompatible pointer type
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c getdate.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c strutils.c
strutils.c: In function `lua_stripquotes':
strutils.c:198: warning: assignment makes integer from pointer without a cast
strutils.c: In function `lua_strcmp_dn':
strutils.c:269: warning: passing arg 1 of `__strsep_1c' from incompatible pointer type
strutils.c:269: warning: passing arg 1 of `__strsep_2c' from incompatible pointer type
strutils.c:269: warning: passing arg 1 of `__strsep_3c' from incompatible pointer type
strutils.c:269: warning: passing arg 1 of `__strsep_g' from incompatible pointer type
strutils.c:269: warning: passing arg 1 of `__strsep_g' from incompatible pointer type
strutils.c:270: warning: passing arg 1 of `__strsep_1c' from incompatible pointer type
strutils.c:270: warning: passing arg 1 of `__strsep_2c' from incompatible pointer type
strutils.c:270: warning: passing arg 1 of `__strsep_3c' from incompatible pointer type
strutils.c:270: warning: passing arg 1 of `__strsep_g' from incompatible pointer type
strutils.c:270: warning: passing arg 1 of `__strsep_g' from incompatible pointer type
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c ldHost.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c ldObject.c
ldObject.c: In function `ldObject_addvalue':
ldObject.c:191: warning: assignment makes pointer from integer without a cast
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c ldConf.c
ldConf.c: In function `stripquotes':
ldConf.c:35: warning: assignment makes integer from pointer without a cast
ldConf.c: In function `ldConf_init':
ldConf.c:60: warning: assignment makes integer from pointer without a cast
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c ldSearch.c
ldSearch.c: In function `ldSearch_getdn':
ldSearch.c:122: dereferencing pointer to incomplete type
ldSearch.c: In function `ldSearch_getvalue':
ldSearch.c:143: dereferencing pointer to incomplete type
ldSearch.c: In function `ldSearch_getattr':
ldSearch.c:173: dereferencing pointer to incomplete type
ldSearch.c: In function `ldSearch_sort':
ldSearch.c:192: dereferencing pointer to incomplete type
ldSearch.c: In function `ldSearch_next':
ldSearch.c:213: dereferencing pointer to incomplete type
make[2]: *** [ldSearch.o] Error 1
make[2]: Leaving directory `/root/ldap-utils-0.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/ldap-utils-0.2'
make: *** [all-recursive-am] Error 2

Discussion

  • Matthew Rich

    Matthew Rich - 2000-10-07
    • assigned_to: nobody --> mr-blue
    • status: open --> open-fixed
     
  • Matthew Rich

    Matthew Rich - 2000-10-07

    get patch # 101813.
    enter the src directory and run:
    patch ldSearch.c patchfile_name
    where patchfile_name is the name of the file you saved the patch in.

     

Log in to post a comment.

MongoDB Logo MongoDB