Hi,
I was trying to compile AutoDoc-2.0b7.s. Make failed with undefined BOOL in
NSDecimal.
I've swapped following two lines in Foundation/NSScanner.h:
#include <Foundation/NSDecimal.h>
#include <Foundation/NSDictionary.h>
so NSDictionary will be included first and defines BOOL.
After that, it compiled successfully.
Stefan
- Re: AutoDoc and NSScanner.h Stefan Urbanek
- Re: AutoDoc and NSScanner.h Adam Fedor
