On Oct 28, 2015, at 1:28 AM, Erik Colson <[email protected]> wrote: > > > i.e. I needed to launch the command to get zlib.h installed in > /usr/include.
zlib.h is under /Applications/Xcode.app/Contents/Developer/... There are several versions depending upon the SDK bing used. find /Applications/Xcode.app/ -name zlib.h -print will show them to you. /usr/include does not exist on current OS X releases. _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
