At Wed, 22 Sep 2010 17:01:03 -0700, David Johnson wrote: > > I am trying to build Qt 4.7.0 from sources, outside of the ports mechanism, > and am getting all sorts of problems. I am using -no-pch, but still bombing. > Current point of failure is: > > In file included from > ../../include/QtGui/private/../../../src/gui/painting/qpaintengineex_p.h:61, > from ../../include/QtGui/private/qpaintengineex_p.h:1, > from > ../../include/QtGui/private/../../../src/gui/painting/qpaintengine_raster_p.h:56, > from ../../include/QtGui/private/qpaintengine_raster_p.h:1, > from > ../../include/QtGui/private/../../../src/gui/painting/qdrawhelper_mmx_p.h:58, > from ../../include/QtGui/private/qdrawhelper_mmx_p.h:1, > from > ../../include/QtGui/private/../../../src/gui/painting/qdrawhelper_sse_p.h:56, > from ../../include/QtGui/private/qdrawhelper_sse_p.h:1, > from painting/qdrawhelper_sse.cpp:46: > /usr/local/include/private/qpainter_p.h:60: error: 'QTextParag' has not been > declared > > Does anyone have the current magic incantation to build Qt from sources > outside of ports? Thanks.
I've been building and using Qt from git for quite some time. What options are you passing to the configure script? What compiler are you using? _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
