You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
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
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
^
/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
^
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
The text was updated successfully, but these errors were encountered: