I&#39;m trying to install eric5 on MacOS X 10.6.4. I&#39;ve installed Qt 4.6.3 and PyQt 4.7.3.<div><br></div><div>Attempting to install QScintilla, I run these commands and get the following error:</div><div><br></div><div>
$ cd QScintilla-gpl-2.4.3</div><div>$ cd Qt4</div><div>$ qmake <a href="http://qscintilla.pro">qscintilla.pro</a></div><div>$ nice make -j2</div><div>[completes without error]</div><div>$ cd ../Python</div><div>$ python3 configure.py</div>
<div><div>QScintilla 2.4.3 is being used.</div><div>PyQt 4.7.3 is being used.</div><div>Qt v4.6.3 free edition is being used.</div><div>SIP 4.10.2 is being used.</div><div>The QScintilla module will be installed in</div><div>
/Library/Python/3.1/site-packages/PyQt4.</div><div>The QScintilla API file will be installed in /usr/local/Qt4.6/qsci/api/python.</div><div>The QScintilla .sip files will be installed in</div><div>/Library/Frameworks/Python.framework/Versions/3.1/share/sip/PyQt4.</div>
<div>The QScintilla module is being built with generated docstrings.</div><div>Generating the C++ source for the Qsci module...</div><div>Creating the Makefile for the Qsci module...</div></div><div>$ nice make -j2</div><div>
[...]</div><div><div>g++ -headerpad_max_install_names -bundle -undefined dynamic_lookup -arch i386 -o Qsci.so sipQscicmodule.o sipQsciQList0101QsciCommand.o sipQsciQList0100QsciStyledText.o sipQsciQsciStyledText.o sipQsciQsciStyle.o sipQsciQsciPrinter.o sipQsciQsciMacro.o sipQsciQsciLexerYAML.o sipQsciQsciLexerXML.o sipQsciQsciLexerVHDL.o sipQsciQsciLexerVerilog.o sipQsciQsciLexerTeX.o sipQsciQsciLexerTCL.o sipQsciQsciLexerSQL.o sipQsciQsciLexerSpice.o sipQsciQsciLexerRuby.o sipQsciQsciLexerPython.o sipQsciQsciLexerProperties.o sipQsciQsciLexerPOV.o sipQsciQsciLexerPostScript.o sipQsciQsciLexerPerl.o sipQsciQsciLexerPascal.o sipQsciQsciLexerMakefile.o sipQsciQsciLexerLua.o sipQsciQsciLexerJavaScript.o sipQsciQsciLexerJava.o sipQsciQsciLexerIDL.o sipQsciQsciLexerHTML.o sipQsciQsciLexerFortran.o sipQsciQsciLexerFortran77.o sipQsciQsciLexerDiff.o sipQsciQsciLexerD.o sipQsciQsciLexerCustom.o sipQsciQsciLexerCSS.o sipQsciQsciLexerCSharp.o sipQsciQsciLexerCPP.o sipQsciQsciLexerCMake.o sipQsciQsciLexerBatch.o sipQsciQsciLexerBash.o sipQsciQsciLexer.o sipQsciQsciDocument.o sipQsciQsciCommandSet.o sipQsciQsciCommand.o sipQsciQsciAPIs.o sipQsciQsciAbstractAPIs.o sipQsciQsciScintilla.o sipQsciQsciScintillaBase.o -F/Library/Frameworks -L/Library/Frameworks -lqscintilla2 -framework QtCore -framework QtGui -framework QtCore</div>
<div>ld: warning: in /Library/Frameworks/libqscintilla2.dylib, file was built for unsupported file format which is not the architecture being linked (i386)</div></div><div><br></div><div>I&#39;ve tried to run qmake both with the &#39;-spec macx-g++&#39; flag and without, doesn&#39;t affect the outcome.</div>
<div><br></div><div>Thanks for any help,</div><div>Ben K</div>