Am Sonntag, 3. September 2006 12:16 schrieb Andre Poenitz:
>
> I just finished compiling the Qt4 frontend with Qt4.1.4/X11.
>
> I needed the following change:
>
> Index: config/qt.m4
> ===================================================================
> --- config/qt.m4 (revision 14458)
> +++ config/qt.m4 (working copy)
> @@ -472,7 +472,7 @@
> AC_SUBST(QT4_LDFLAGS)
>
> dnl Preprocessor flags
> -
QT4_CPPFLAGS="-DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_STL -DQT3_SUPPORT
> -DQT_NO_KEYWORDS"
> +
QT4_CPPFLAGS="-DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_STL
-DQT_NO_KEYWORDS"
> case ${host} in
> *mingw*) QT4_CPPFLAGS="-DQT_DLL $QT4_CPPFLAGS";;
> esac
This is old code. qt4.m4 is used now for qt4. Maybe your sources are not up
to date?
Georg