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 _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
