site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mac.com; s=04042017; t=1531391246; bh=JSeoMyt9vokDMjgCHx0jMkpLQLfOWWYDmR1jv0sCK2k=; h=From:Content-type:MIME-version:Subject:Message-id:Date:To; b=ZAw/wv+sUcw1ovITV6x8UDbzvDT+hWT8kd0dO8iFnW8HyCUSH7yGfrjUJpohPg9s3 AlEkeJUZ7lWtMx8V0zMLgWAfq+lpIfSZr9Cg9q0xA+JPk7TA7wsanc+kynS/RLJ9gs wzlvm4YYoOpcmeV2xeaTWX19C4NwFyg3td6Crputu77PwPf7rxPH0COc4tUfVPRg+A dyXbAbH1ZR5H8DJGpHMJO2fSRXKX7qo4g182GAqT5z2PViDod0TMDbsOZgUhWG1t3X RUiKhuqFfbgaGCzfX14WXYHlz66DwHLpfYa60XJE3NkwGRP+CyMYeeACoYOrEG+zIt aXHYBeRCLLvKw== Hello, after may years I spent exclusively on iOS, I am happy to be back in the Kernel Space! So, I am trying to build the 10.13.3 Kernel using this script, which I assembled from a few I found on the net (especially the 'touch libsyscall/os/thread_self_restrict.h' „hack"): https://gist.github.com/below/8482f56dd98e1c3802dd436a1e865090 However, I am getting errors, the first one being /Users/below/dev/mptcp/xnu/xnu-4570.41.2/BUILD/obj/EXPORT_HDRS/osfmk/kern/kcdata.h:912:60: error: zero as null pointer constant [-Werror,-Wzero-as-null-pointer-constant] static const kcdata_iter_t kcdata_invalid_iter = { .item = 0, .end = 0 }; ^ nullptr Am I doing it wrong? Am I missing something? Has any one you built the 10.13.3 Kernel succesfully? Thanks Alex _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com