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
Make a new, empty directory somewhere and cd into it.
Run sudo darwinbuild -init https://github.com/PureDarwin/PureDarwin/blob/master/plists/PD18_2.plist. This will download a file containing the build instructions for the current PureDarwin codebase.
Run sudo darwinbuild -recursive libdispatch. This will build libdispatch, as well as all of its dependencies. Once this command completes successfully, you should find the build outputs in a subdirectory of Roots/libdispatch.
Also, why did you delete the xcodeconfig folder? Doing so will cause build problems. If it was because you were seeing warnings about darwinbuild.xcconfig not being found, that file will be created automatically by darwinbuild. In general, we always build using darwinbuild. If you want to work on modifying the codebase, you can copy the darwinbuild.xcconfig file out of BuildRoot/SourceCache/libdispatch/libdispatch-2000.1.1 and into the directory containing libdispatch.xcodeproj. This should fix the error you saw about os/base_private.h not being found. Hope this helps!
i delete
xcodeconfig
folder, then buildlibdispatch introspection
target, build error:one more thing,
#include <os/base_private.h>
also file not found.I'm new to building these source code, please provide some help.
The text was updated successfully, but these errors were encountered: