Summary: | Kdelibs compilation has problems on cvs-head | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Ismail Donmez <ismail> |
Component: | general | Assignee: | Stephan Kulow <coolo> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ismail Donmez
2003-06-08 16:54:21 UTC
Please report this to the mailing lists (probably -core-devel). its still a bug Subject: kdelibs CVS commit by mueller: make sure that meinproc is compiled before doc CCMAIL: 59520-done@bugs.kde.org M +1 -0 Makefile.am.in 1.28 --- kdelibs/Makefile.am.in #1.27:1.28 @@ -4,4 +4,5 @@ COMPILE_BEFORE_kabc = kab kresources COMPILE_BEFORE_kate = interfaces kutils +COMPILE_BEFORE_doc = kdoctools $(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in $(top_srcdir)/libltdl/ltdl.m4 |