Omer Shamai

Results 32 comments of Omer Shamai

Also note that the libdispatch in /System/lib is not a symlink to something else - I do have a Swift toolchain installed on the system but it is not referenced...

Oh wow, I was under the impression it was in /System/lib, I believe that it's a remnant from other endeavors. I'll try again today and see if it's gonna work.

I got further, but now I am failing when compiling `libcorefoundation`, version 5.4.2 as per the spec file: ``` nextspace/Packaging/Sources/swift-corelibs-foundation/CoreFoundation/Base.subproj/CFBase.c:258:17: error: use of undeclared identifier '_CFAllocatorHintZeroWhenAllocating' if (hint == _CFAllocatorHintZeroWhenAllocating)...

Huh, for some reason I didn't notice any patching in the spec file (is it done somewhere else? I've mostly been winging it, I am unfamiliar with spec files but...

I successfully compiled `libcorefoundation` and now I moved on to compiling the applications and stumbled into more errors - `Login.app` compiled successfully but `Workspace` fails due to weird issues with...

Nope! I did run these lines and they are in my source tree for CoreFoundation - something else is going on here I think.

To show you how some of these don't make sense, here's the most laughably odd error from what I was getting: ``` /usr/NextSpace/include/CoreFoundation/CFNotificationCenter.h:23:40: error: unknown type name 'CFNotificationCenterRef'; did you...

I also made sure that the symbols exist for the various functions declared in `CFNotificationCenter.h` - sure enough, they're there: ``` $ nm -D /usr/NextSpace/lib/libCoreFoundation.so | grep CFNotificationCenterRemoveEveryObserver 0000000000047bf0 T...

Did all of this already, I ran all of the commands listed in the spec file! However, the same errors still surface. I recompiled 5 times already, I am using...