# HG changeset patch # User Steve Losh # Date 1328384097 18000 # Node ID 301be63dbaaf15c47040e6ed8346d5d27624e5c0 # Parent ed0aca7cd044a11d5bd765209833c611da0dedc1 d: Update site. diff -r ed0aca7cd044 -r 301be63dbaaf d/installation/index.html --- a/d/installation/index.html Fri Feb 03 18:09:45 2012 -0500 +++ b/d/installation/index.html Sat Feb 04 14:34:57 2012 -0500 @@ -13,6 +13,19 @@

d uses Markdown, Pygments, and Pyquery to do some of the heavy lifting.

+

Troubleshooting

+

Some users have reported problems compiling the lxml library on OS X. If you +get a message that looks like this when installing:

+
src/lxml/lxml.etree.c:165674: fatal error: error writing to -: Broken pipe
+    compilation terminated.
+    lipo: can't open input file: /var/tmp//ccZmfWit.out (No such file or directory)
+    error: command 'gcc-4.2' failed with exit status 1
+
+ + +

Try running this command and installing again:

+
export ARCHFLAGS="-arch i386 -arch x86_64"
+