Re: CardDAV Support
Bernie Maier <[email protected]> Thu, 06 Nov 2014 09:52:51 +1100
| Newsgroups | gmane.mail.mulberry.user |
|---|---|
| Message-ID | <[email protected]> |
Raza Rizvi:
> I can see from the Wiki
> (<http://trac.mulberrymail.com/mulberry/wiki/opensource>) that it exists in
> the source code of the 4.1 branch so I thought I'd give it a go...
While this is the definitive source, some other developers have made the
download process a lot easier by forking the project on github. I've used
Martin Dietze's fork, though I (and others) have found the the recursive clone
doesn't work; there is an authentication/key error. But downloading the
submodules does work. This should get you all the source code. Martin also
provides unofficial builds, which might save you this effort.
> So you then download XCode 6.1 which contains the Apple Developer tools
> (after signing up as a developer).
And that will be the main problem for building it yourself. Not the fact that
the makefiles try to download from sources that no longer exist, rather than
Mulberry will not build using an Xcode later than 4.2 or 4.3 (without hacking
the Xcode installation, that is). In short, later Xcode versions do not
(officially) support old MacOS SDKs, and the SDKs supplied with later Xcode
versions dropped support for 32-bit Carbon.
Cheers,
Bernie