kolyvan / kxsmb

KxSMB is objective-c wrapper for libsmbclient (samba.org) lib.
BSD 2-Clause "Simplified" License
287 stars 97 forks source link

rake aborted #11

Open rahulsingh2k10 opened 11 years ago

rahulsingh2k10 commented 11 years ago

Hi, I have been trying for quite some time to download the libs folder which contains talloc_stack.h, talloc.h, libsmbclient.h, libsmbclient.a, libtalloc.a, libtdb.a, libwbclient.a, libtevent.a files.But I am not able to download it.Whenever I am doing "RAKE" from within the kxsmb folder in the terminal I get the following errror:

Executing tar -zxf samba-4.0.7.tar.gz rake aborted! No such file or directory - /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/usr/include/crt_externs.h /Users/rahul/Downloads/kxsmb-master/Rakefile:52:in `copyIfNotExists' (See full trace by running task with --trace)

Could anyone let me know as how can I download it and from where can I download it.

Moreover, can I use this library for for sending image to the windows shared folder from the ios application?

aportron commented 10 years ago

Hi, I have a similar problem concerning the download of the libs folder, the rake work fine and dl samba directory. However, it can't access the talloc_stack.h, talloc.h, libsmbclient.h, libsmbclient.a, libtalloc.a, libtdb.a, libwbclient.a, libtevent.a files.

I followed the step of the read.me file and could not see what to do except download the libs.

Did you find where and how you can download it ?

Moreover, does someone know if the last version can compile for the 64 bits iphone architecture ?

Thank you in advance