Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Compile error building SDWebImage binding lib version 3.5.4 #228

Open
gundorfj opened this issue Nov 6, 2014 · 0 comments
Open

Compile error building SDWebImage binding lib version 3.5.4 #228

gundorfj opened this issue Nov 6, 2014 · 0 comments

Comments

@gundorfj
Copy link

gundorfj commented Nov 6, 2014

Hi,

I'm experiencing a compile error when building the 3.5.4 SDWebImage repository. I've istalled Version 6.1 (6A1052d) running a MacBook Pro OSX YOSEMITE 10.10 (14A389).

Anybody expering the same problem or maybe someone who knows what's causing it?

/Jan


/Users/jsgundorf/Downloads/monotouch-bindings-master 2/SDWebImage/binding/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m:46:9: error: use of undeclared identifier '_executing'
_executing = NO;
^
/Users/jsgundorf/Downloads/monotouch-bindings-master 2/SDWebImage/binding/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m:47:9: error: use of undeclared identifier '_finished'
_finished = NO;
^
/Users/jsgundorf/Downloads/monotouch-bindings-master 2/SDWebImage/binding/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m:164:5: error: use of undeclared identifier '_finished'; did you mean 'finished'?
_finished = finished;
^~~~~~~~~
finished
/Users/jsgundorf/Downloads/monotouch-bindings-master 2/SDWebImage/binding/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m:162:27: note: 'finished' declared here

  • (void)setFinished:(BOOL)finished {
    ^
    /Users/jsgundorf/Downloads/monotouch-bindings-master 2/SDWebImage/binding/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m:170:5: error: use of undeclared identifier '_executing'; did you mean 'executing'?
    _executing = executing;
    ^~~~~~~~~~
    executing
    /Users/jsgundorf/Downloads/monotouch-bindings-master 2/SDWebImage/binding/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m:168:28: note: 'executing' declared here
  • (void)setExecuting:(BOOL)executing {
    ^
    4 errors generated.

'****


** BUILD FAILED **

The following build commands failed:
CompileC build/SDWebImage.build/Release-iphoneos/SDWebImage.build/Objects-normal/armv7/SDWebImageDownloaderOperation.o SDWebImage/SDWebImageDownloaderOperation.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
make[1]: *** [libSDWebImage.a] Error 65
make: *** [build-binding] Error 2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant