building scutil
building scutil
- Subject: building scutil
- From: marty leisner <email@hidden>
- Date: Wed, 01 Apr 2015 11:36:13 -0400
I'm new to darwin, I've been building for Unix since v7.
It seems much of the apple opensource is VERY difficult to build (impossible?).
I'm trying Yosemite, and I want to build scutil (to reverse engineer how DNS servers are retrieved).
I'd like to "run" code (and instrument the running code) rather than "statically" looking at code.
When I try to build I get:
/Users/martyleisner/src/git/apple-opensource-mirror/projects-10.10/configd-699.1.5/libSystemConfiguration/libSystemConfiguration_client.c:29:10: fatal error:
'vproc_priv.h' file not found
#include <vproc_priv.h>
When I do
xcodebuild -target scutil
I get:
/Users/martyleisner/src/git/apple-opensource-mirror/projects-10.10/configd-699.1.5/SystemConfiguration.fproj/SCNetworkConnectionPrivate.h:30:10: fatal error:
'ne_session.h' file not found
#include <ne_session.h>
This is my build machine:
macmini2:configd-699.1.5 leisner$ xcodebuild -version
Xcode 6.1.1
Build version 6A2008a
macmini2:configd-699.1.5 leisner$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.10.2
BuildVersion: 14C109
marty
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden