In article <[email protected]>, Olivier Goffart <[email protected]> wrote:
> On Wednesday, 25. August 2010 15:14:27 ext Stephen Chu wrote: > > Hi > > > > I am getting this error: > > > > image/qimage_sse2.cpp:46:46: error: private/qdrawingprimitive_sse2_p.h: > > No such file or directory > > > > when building 4.7 from git. I am using 4.7 branch. Any idea why? > > If you get error about header not found, you need to run syncqt (it is in > $QTDIR/bin/syncqt) > If you get permissions errors about qconfig.h or something, just rm -rf > $QTDIR/include and run syncqt again Thanks. That solves the missing header issue but now I am getting errors on undefined symbols. Most of the symbols seems to be SSE related. My guess is I am using -arch "x86 ppc" and it's trying to compile SSE-specific file with PPC. -- Stephen Chu _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
