zbyszek / rpms / pyhunspell

Forked from rpms/pyhunspell 6 years ago
Clone
Blob Blame History Raw
From a38352c6df5daef067ccff3eaad8e2a71ab7bbc5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Beno=C3=AEt=20Latinier?= <benoit@latinier.fr>
Date: Sat, 22 Jul 2017 23:13:35 +0200
Subject: [PATCH 01/12] add: information on readme about apple fun

---
 AUTHORS.md | 1 +
 README.md  | 8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/AUTHORS.md b/AUTHORS.md
index 2e8eca7..4a9494a 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -1,4 +1,5 @@
 # Contributors
+- Adam Bittlingmayer ([@bittlingmayer](https://github.com/bittlingmayer))
 - Antoine Fontaine ([@MDziwny](https://github.com/MDziwny))  <a.fontaine@jurismarches.com>
 - arunbala ([@arunbala](https://github.com/arunbala))  <arunprakashb@yahoo.com>
 - Benjamin Drung ([@bdrung](https://github.com/bdrung))  <bdrung@debian.org>
diff --git a/README.md b/README.md
index 0bdaf03..212e361 100644
--- a/README.md
+++ b/README.md
@@ -64,6 +64,14 @@ True
 False
 ```
 
+# Troubleshooting
+
+On MacOS Sierra with python 3.5 you can come across this error:
+```
+fatal error: /Applications/XXX-bla-bla-bla-XXX/usr/bin/lipo: can't figure out the architecture type of: /var/folders/bla-bla-bla/XXX.out
+```
+It might be solved by doing `brew unlink apple-gcc42`. See #31 and regebro/hovercraft#80.
+
 # Misc
 
 Saw a bug ? Wan't a feature ? Go fill an issue [here](https://github.com/blatinier/pyhunspell/issues)
-- 
2.14.3