GPG Build Failed Error 65
Which of our tools is giving you problems? GPGTools
Attach a screenshot of the version info for all installed components (how to: https://gpgtools.tenderapp.com/kb/faq/where-can-i-find-version-info...):
Describe your problem. Add as much detail as possible. While trying to build GPGTools from the source code I cloned from the GitHub repo I keep getting build failures in both terminal and XCode. In terminal the error code 65 describes the problem this way:
The following build commands failed: CompileC /Users/wmsrite/ascript/GPGMail/build/GPGMail.build/Release/GPGMail.build/Objects-normal/x86_64/GPGException+GPGMail.o /Users/wmsrite/ascript/GPGMail/Source/GPGException+GPGMail.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure) make: *** [GPGMail.mailbundle] Error 65
I have cloned and built the Libmacgpg dependency into the /GPGMail/Dependencies folder and that build was successful (building the Libmacgpg worked fine)
I have GnuPG installed and updated. I've been able to get GPGSuite installed when I use the .dmg package installer. But I wanted to try it via the open-source version. I uninstalled GPGSuite prior to my attempts to compile via the source code from github.
What did you expect instead I expected a successful build
Describe steps leading to the problem. installed and updated GnuPG via brew
cloned the GPGTools repo from https://github.com/GPGTools/GPGMail
cloned the Libmacgpg to the GPGMail/Dependencies folder
did a build of Libmacgpg via "make" command in terminal
switched to the GPGMail directory and tried to build via "make" command in terminal
got the error
Opened Xcode and imported the source code into Xcode
tried to build via Xcode and got this error:
'Libmacgpg/Libmacgpg.h' file not found
Are you using any other Mail.app plugins? No
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by PMellier on 25 Oct, 2018 09:00 AM
Same issue with me, but on macOS 10.13.6
2 Posted by Shu on 06 Feb, 2019 09:55 AM
Hi.
The readme in the repo says MacOS Sierra is not supported yet, let alone Mojave.
Have the same issue anyway.
3 Posted by Shu on 06 Feb, 2019 10:33 AM
Hi again.
Actually you need to checkout mojave branch. I build it successfully, but the Manage Plug-Ins option is missing from the General Preferences page in Mail.
4 Posted by Shu on 06 Feb, 2019 06:01 PM
Well, Manage Plug-Ins is simple, discussed here:
https://discussions.apple.com/thread/8591707
tldr: sudo defaults write "/Library/Preferences/com.apple.mail" EnableBundles 1
However Mail.app gives me Libmacgpg not found on your system
Luke Le closed this discussion on 18 Mar, 2019 12:42 PM.