Re: [Build] XCodeLegacy - Re: dmake and epm

2017-10-25 Thread Jim Jagielski
With Xcode9, you do need to use Xcodelegacy. > On Oct 25, 2017, at 11:19 AM, Dave Fisher wrote: > > Hi Jim, > > Thanks. I have Xcode 9 which has the following: > > $ xcodebuild -showsdks > iOS SDKs: > iOS 11.0-sdk iphoneos11.0 > > iOS Simulator SDKs: > Simu

Re: dmake and epm

2017-10-25 Thread Dave Fisher
Hi - FYI - on https://sourceforge.net/projects/oooextras.mirror/files/ The epm version there is 3.7. It can be configured as: configure:1952: --disable-epm AOO includes self-packaging code, that requires configure:1953:

Re: [Build] XCodeLegacy - Re: dmake and epm

2017-10-25 Thread Dave Fisher
Hi Jim, Thanks. I have Xcode 9 which has the following: $ xcodebuild -showsdks iOS SDKs: iOS 11.0-sdk iphoneos11.0 iOS Simulator SDKs: Simulator - iOS 11.0-sdk iphonesimulator11.0 macOS SDKs: macOS 10.13 -sdk macosx

Re: dmake and epm

2017-10-25 Thread Jim Jagielski
You can. I used the downloads mentioned in the macOS build script for AOO414. The version of dmake isn't important. The version of epm *is* (it must be 4.3 or later) because it allows for direct building of dmg's w/o requiring a long deprecated support application which is no longer available. >

Re: [Build] XCodeLegacy - Re: dmake and epm

2017-10-25 Thread Jim Jagielski
Actually, if you have Xcode7 or Xcode8, there is no need for Xcodelegacy at all. All Xcodelegacy does is obtain older macOS SDKs and installs them in Xcode. But we use the latest SDK available (via configure). So Xcodelegacy is not a requirement/dependency per se. It's just useful in case we get i

[Build] XCodeLegacy - Re: dmake and epm

2017-10-24 Thread Dave Fisher
Hi Jim, I’m hung up on what I should do with https://github.com/devernay/xcodelegacy What should I download before I run the scripts? Which form of the command should I use? BTW - this requirement is only mentioned in the build release script. Regards

Re: dmake and epm

2017-10-23 Thread Dave Fisher
Hi Jim, I wanted to validate build instructions. Should I take these two from your github for my MacOS Sierra environment? Regards, Dave Sent from my iPhone > On Oct 20, 2017, at 7:31 AM, Jim Jagielski wrote: > > Just a FYI that I am tracking dmake and epm on the > below Github pages: > >