Hi Andrea
> I tried compiling todays CVS (and 1.1.5, too), got the well-known error: > > > checking for Qt... configure: error: Qt (>= Qt 3.0.2) (library qt-mt) > > not found. Please check your installation! > > For more details about this problem, look at the end of config.log. > > Make sure that you have compiled Qt with thread support! > > config.log: Seems that i'm not able to see the wood for the trees. I > could send it if asked. <http://dict.leo.org/?p=2Ib6..&search=trees> > > My system is Mandrake 10 Community updated via Mandrake 10 RC1 -- from 9.2. > > I knew QT-devel is definitively installed. Then I checked the instructions > http://ahnews.music.salford.ac.uk/scribus/documentation/compile.html#ss2.5http://ahnews.music.salford.ac.uk/scribus/documentation/compile.html#ss2.5 > As preventive task I intalled all listed (even the optional stuff). > > Maybe it's the issue with the missing symlink? > > > Some distros do not create a symbolic link to lib qt to libqt-mt. > > But I do not clearly understand. Btw -- compiling for the very first > time -- how to create this symlink? An example would be helpful. > > It must be something really strange, maybe I've messed up my sytem :-( ? > I switched to my test HD, installed Mandrake 10 freshly from CD, the > needed development stuff and tried it again. Version 1.1.5 could be > compiled, but compiling CVS stopped in "make -f makefile.dist": > > >[andi at Eidolon Scribus]$ make -f Makefile.dist > >This Makefile is only for the CVS repository > >This will be deleted before making the distribution > > > >*** YOU'RE USING AUTOCONF 2.13. We suggest updating. > >*** autoconf 2.5x works best for now, we will drop > >*** support for autoconf 2.13 soon. > >*** Creating acinclude.m4 > >!!! If you get recursion errors from autoconf, it is > >advisable to set the > > environment variable M4 to something including > >"--nesting-limit=500" > >*** Creating aclocal.m4 > >*** Creating configure > >configure.in:49: warning: AC_TRY_RUN called without > >default to allow cross compiling > >configure.in:123: AC_PROG_CPP was called before > >AC_PROG_CC > >autoconf: Undefined macros: > >configure.in:157:AC_CONFIG_FILES([Makefile]) > >configure.in:158:AC_CONFIG_FILES([scribus/Makefile]) > >configure.in:159:AC_CONFIG_FILES([scribus/icons/Makefile]) > >configure.in:160:AC_CONFIG_FILES([scribus/libabout/Makefile]) > >configure.in:161:AC_CONFIG_FILES([scribus/libprefs/Makefile]) > >configure.in:162:AC_CONFIG_FILES([scribus/plugins/libchar/Makefile]) > >configure.in:163:AC_CONFIG_FILES([scribus/plugins/svgexplugin/Makefile]) > >configure.in:164:AC_CONFIG_FILES([scribus/plugins/svgimplugin/Makefile]) > >configure.in:165:AC_CONFIG_FILES([scribus/plugins/printpreview/Makefile]) > >configure.in:166:AC_CONFIG_FILES([scribus/plugins/scriptplugin/Makefile]) > >configure.in:167:AC_CONFIG_FILES([scribus/plugins/scriptplugin/doc/Makefile]) > >configure.in:168:AC_CONFIG_FILES([scribus/plugins/scriptplugin/doc/en/Makefile]) > >configure.in:169:AC_CONFIG_FILES([scribus/plugins/scriptplugin/samples/Makefile]) > >configure.in:170:AC_CONFIG_FILES([scribus/plugins/scriptplugin/scripts/Makefile]) > >configure.in:171:AC_CONFIG_FILES([scribus/plugins/Makefile]) > >configure.in:172:AC_CONFIG_FILES([scribus/libpostscript/Makefile]) > >configure.in:173:AC_CONFIG_FILES([scribus/profiles/Makefile]) > >configure.in:174:AC_CONFIG_FILES([scribus/libpdf/Makefile]) > >configure.in:175:AC_CONFIG_FILES([scribus/dicts/Makefile]) > >configure.in:176:AC_CONFIG_FILES([scribus/qm/Makefile]) > >configure.in:177:AC_CONFIG_FILES([scribus/po/Makefile]) > >make[1]: *** [cvs] Fehler 1 > >make: *** [all] Fehler 2 > > > In turn, this worked on my other installation (error checking for QT). > But this is another story. > > Well, you are right to say "let your fingers from this hot stuff, if you > don't know what you are doing", but there are functions in CVS > (especially bleeds), which are essential for me. > I hope, somebody is willing to help me. Thanks in advance. > Your last issue relates to the version of autoconf you are running as per the first output above. do an automake --version autoconf --version if you dont have autoconf 2.5+ and automake 1.6+ try doing an export WANT_AUTOCONF=2.5 or export WANT_AUTOCONF_2_5=1 and export WANT_AUTOMAKE=1.6 or export WANT_AUTOMAKE=1.7 Then redo the version check and hopefully its made a difference. If not, you need to upgrade your autoconf/automakes. Craig -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://nashi.altmuehlnet.de/pipermail/scribus/attachments/20040314/227e475d/attachment.pgp
