|
|
报错情况如下,有没有大神帮忙解决下问题,感激不尽感激不尽!
make bin/smbd bin/nmbd bin/smbpasswd bin/libbigballofmud.so nsswitch/libnss_winbind.so nsswitch/libnss_wins.so libsmbclient bin/recycle.so bin/audit.so bin/extd_audit.so bin/netatalk.so bin/fake_perms.so bin/default_quota.so bin/readonly.so bin/cap.so bin/CP850.so bin/CP437.so
make[5]: Entering directory `/works/RT288x_SDK/source/user/samba-3.0.2/source'
Compiling smbd/chgpasswd.c
smbd/chgpasswd.c: In function `findpty':
smbd/chgpasswd.c:94: warning: pointer/integer type mismatch in conditional expression
smbd/chgpasswd.c:99: warning: assignment makes pointer from integer without a cast
smbd/chgpasswd.c: In function `expect':
smbd/chgpasswd.c:263: warning: pointer/integer type mismatch in conditional expression
smbd/chgpasswd.c: In function `talktochild':
smbd/chgpasswd.c:303: warning: pointer/integer type mismatch in conditional expression
smbd/chgpasswd.c:317: warning: pointer/integer type mismatch in conditional expression
smbd/chgpasswd.c:323: warning: pointer/integer type mismatch in conditional expression
smbd/chgpasswd.c: In function `chgpasswd':
smbd/chgpasswd.c:520: warning: pointer/integer type mismatch in conditional expression
smbd/chgpasswd.c:521: warning: pointer/integer type mismatch in conditional expression
smbd/chgpasswd.c:535: warning: comparison between pointer and integer
smbd/chgpasswd.c:551: warning: passing arg 2 of `chat_with_program' discards qualifiers from pointer target type
smbd/chgpasswd.c: In function `check_lanman_password':
smbd/chgpasswd.c:589: warning: assignment makes pointer from integer without a cast
smbd/chgpasswd.c: In function `change_lanman_password':
smbd/chgpasswd.c:649: warning: assignment makes pointer from integer without a cast
smbd/chgpasswd.c: In function `pass_oem_change':
smbd/chgpasswd.c:717: error: incompatible types in assignment
smbd/chgpasswd.c: In function `check_oem_password':
smbd/chgpasswd.c:798: warning: assignment makes pointer from integer without a cast
smbd/chgpasswd.c:802: warning: assignment makes pointer from integer without a cast
smbd/chgpasswd.c: At top level:
smbd/chgpasswd.c:943: error: conflicting types for 'change_oem_password'
smbd/chgpasswd.c:717: error: previous implicit declaration of 'change_oem_password' was here
smbd/chgpasswd.c: In function `change_oem_password':
smbd/chgpasswd.c:973: warning: assignment makes pointer from integer without a cast
smbd/chgpasswd.c:991: warning: passing arg 1 of `chgpasswd' makes pointer from integer without a cast
make[5]: *** [smbd/chgpasswd.o] Error 1
make[5]: Leaving directory `/works/RT288x_SDK/source/user/samba-3.0.2/source'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/works/RT288x_SDK/source/user/samba-3.0.2/source'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/works/RT288x_SDK/source/user/samba-3.0.2'
make[2]: *** [samba-3.0.2] Error 2
make[2]: Leaving directory `/works/RT288x_SDK/source/user'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/works/RT288x_SDK/source/user'
make: *** [user_only] Error 2
|
|