On Sat, 28 Mar 2009 13:01:53 +0900, Damien Elmes <reso...@ichi2.net> wrote:
> Found the bug. In the project files, you are doing
> 
> CONFIG += ppc i386
> 
> as per the qmake docs, it should read
> 
> CONFIG += ppc x86
> 
> This resulted in only the PPC half of the library being built, and
> thus missing symbols when running on an Intel. I changed configure.py
> in a few places to use the correct config line, and it seems to be
> building correctly now.

Many thanks.

Phil
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to