Rake has a compile error when using Objective-c wrapper for sambaclient.
Operation Steps:
1. Download
2, decompression KXSMB
3. Enter the KXSMB directory
4. Execution Rake
Error hints include:need autoconf 2. - or later to Build Samba from GIT ...
Workaround:
< Span style= "Color:rgb (65, 65, 65); Font-family:ff-tisa-web-pro-1, Ff-tisa-web-pro-2, ' Lucida Grande ', ' Hiragino Sans GB ', ' Hiragino Sans GB W3 ', ' Microsoft Yahei ', ' Wenquanyi Micro Hei ', Sans-serif; font-size:16.1000003814697px; letter-spacing:0.200000002980232px; line-height:24.1500015258789px; " >curl-ol http://ftpmirror.gnu.org/autoconf/autoconf-2.69.tar.gz
Tar-xzf autoconf-2.69.tar.gz
CD autoconf-2.69
./configure && make && sudo make install
Once the installation is complete, rake is executed and the final dependent library is generated.
Compiled samba encounters need autoconf 2.53 or later to build Samba from GIT