<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Nov 17, 2008, at 7:57 AM, Chris Withers wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Stefan Behnel wrote:<br><blockquote type="cite">As I said, this would be very much appreciated. The first thing I would<br></blockquote><blockquote type="cite">ask you to do is check out the current trunk from SVN<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><a href="https://codespeak.net/lxml/build.html">https://codespeak.net/lxml/build.html</a>#subversion<br></blockquote><br>I'm currently about 6000 miles away from my Macs, but I believe someone <br>else offerred to pick this up? If not, gimme a poke later this week and <br>I'll have a go :-)</div></blockquote><br></div><div>I got:</div><div><br></div><div>$ python setup.py build --static-deps</div><div>[.........snip.......]</div><div><div>gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -o xmllint xmllint.o ./.libs/libxml2.a -lpthread -lz /usr/lib/libiconv.dylib -lm </div><div>ld: library not found for -lcrt1.10.5.o</div><div>collect2: ld returned 1 exit status</div><div>ld: library not found for -lcrt1.10.5.o</div><div>collect2: ld returned 1 exit status</div><div>lipo: can't open input file: /var/folders/i4/i4lSVTRWHsaTXG7UXMfGbE+++TI/-Tmp-//ccDzwBUG.out (No such file or directory)</div><div>make[2]: *** [xmllint] Error 1</div><div>make[1]: *** [all-recursive] Error 1</div><div>make: *** [all] Error 2</div><div>Traceback (most recent call last):</div><div> File "setup.py", line 107, in ?</div><div> STATIC_CFLAGS, STATIC_BINARIES),</div><div> File "/Users/paul/sandboxes/lxml/trunk/setupinfo.py", line 46, in ext_modules</div><div> libxslt_version=OPTION_LIBXSLT_VERSION)</div><div> File "/Users/paul/sandboxes/lxml/trunk/buildlibxml.py", line 190, in build_libxml2xslt</div><div> call_subprocess(</div><div> File "/Users/paul/sandboxes/lxml/trunk/buildlibxml.py", line 151, in call_subprocess</div><div> raise Exception('Command "%s" returned code %s' % (cmd_desc, returncode))</div><div>Exception: Command "make" returned code 2</div><div><br></div><div>--Paul</div></div></body></html>