zbyszek / rpms / pyhunspell

Forked from rpms/pyhunspell 6 years ago
Clone
101174d
From a38352c6df5daef067ccff3eaad8e2a71ab7bbc5 Mon Sep 17 00:00:00 2001
101174d
From: =?UTF-8?q?Beno=C3=AEt=20Latinier?= <benoit@latinier.fr>
101174d
Date: Sat, 22 Jul 2017 23:13:35 +0200
101174d
Subject: [PATCH 01/12] add: information on readme about apple fun
101174d
101174d
---
101174d
 AUTHORS.md | 1 +
101174d
 README.md  | 8 ++++++++
101174d
 2 files changed, 9 insertions(+)
101174d
101174d
diff --git a/AUTHORS.md b/AUTHORS.md
101174d
index 2e8eca7..4a9494a 100644
101174d
--- a/AUTHORS.md
101174d
+++ b/AUTHORS.md
101174d
@@ -1,4 +1,5 @@
101174d
 # Contributors
101174d
+- Adam Bittlingmayer ([@bittlingmayer](https://github.com/bittlingmayer))
101174d
 - Antoine Fontaine ([@MDziwny](https://github.com/MDziwny))  <a.fontaine@jurismarches.com>
101174d
 - arunbala ([@arunbala](https://github.com/arunbala))  <arunprakashb@yahoo.com>
101174d
 - Benjamin Drung ([@bdrung](https://github.com/bdrung))  <bdrung@debian.org>
101174d
diff --git a/README.md b/README.md
101174d
index 0bdaf03..212e361 100644
101174d
--- a/README.md
101174d
+++ b/README.md
101174d
@@ -64,6 +64,14 @@ True
101174d
 False
101174d
 ```
101174d
 
101174d
+# Troubleshooting
101174d
+
101174d
+On MacOS Sierra with python 3.5 you can come across this error:
101174d
+```
101174d
+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
101174d
+```
101174d
+It might be solved by doing `brew unlink apple-gcc42`. See #31 and regebro/hovercraft#80.
101174d
+
101174d
 # Misc
101174d
 
101174d
 Saw a bug ? Wan't a feature ? Go fill an issue [here](https://github.com/blatinier/pyhunspell/issues)
101174d
-- 
101174d
2.14.3
101174d