Georg Baum wrote:
Am Samstag, 7. Oktober 2006 19:30 schrieb Timothy Reaves:
ectory
You have to add -I/usr/local/Trolltech/Qt-4.2.0/include to your compiler
flags.
See my mail to Bennet about pkgconfig a few days ago.
Georg
Also, on the Mac, Qt4 installs as a framework, yet
export LDFLAGS="-framework Carbon -framework OpenGL -framework AGL
-framework QuickTime -framework QtCore -framework QtGui -framework QtSvg
-framework QtXml -lz"
leads to
checking for QT4_FRONTEND... configure: error: Package requirements
(QtCore QtGui) were not met:
No package 'QtCore' found
No package 'QtGui' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables QT4_FRONTEND_CFLAGS
and QT4_FRONTEND_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
What would need to be done to have the build files simply use the
installed frameworks?