Broken ./configure using KDE 3.1.X

Julian Rockey linux at jrockey.com
Tue Oct 21 09:23:04 UTC 2003


I think the problem here is that this is the HEAD version of kde-common, so it 
would be expected to contain KDE 3.2 stuff. If we want kdevelop to configure 
against 3.1.x, we should ensure it works with 3_1_BRANCH kde-common (which it 
doesn't at the moment)
cheers
Julian

On Tuesday 21 October 2003 1:05 am, MH wrote:
> Hi,
>
> due to the qouted CVS commit below, a newly checked out Kdevelop's
> configure will fail on KDE 3.1.X.
>
> Sascha
>
> > CVS commit by coolo:
> >
> > commiting patch from Cornelius
> >
> >
> >   M +3 -1      acinclude.m4.in   2.416
> >   M +2 -2      am_edit   1.404
> >
> >
> > --- kde-common/admin/acinclude.m4.in  #2.415:2.416
> > @@ -550,4 +550,5 @@
> >          kde_default_bindirs="$exec_prefix/bin $prefix/bin
> >          $kde_default_bindirs" KDE_FIND_PATH(dcopidl, DCOPIDL,
> >          [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl)])
> > +        KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs],
> > [KDE_MISSING_PROG_ERROR(dcopidlng)])
> >          KDE_FIND_PATH(dcopidl2cpp, DCOPIDL2CPP, [$kde_default_bindirs],
> >          [KDE_MISSING_PROG_ERROR(dcopidl2cpp)]) if test "$build_arts" !=
> >          "no"; then
> > @@ -583,5 +584,5 @@
> >          fi
> >
> > -        DCOP_DEPENDENCIES='$(DCOPIDL)'
> > +        DCOP_DEPENDENCIES='$(DCOPIDL) $(DCOPIDLNG)'
> >          if test -n "$kde32ornewer"; then
> >              KCFG_DEPENDENCIES='$(KCONFIG_COMPILER)'
> > @@ -590,4 +591,5 @@
> >          fi
> >          AC_SUBST(DCOPIDL)
> > +        AC_SUBST(DCOPIDLNG)
> >          AC_SUBST(DCOPIDL2CPP)
> >          AC_SUBST(DCOP_DEPENDENCIES)
> >
> > --- kde-common/admin/am_edit  #1.403:1.404
> > @@ -1262,5 +1262,5 @@
> >
> >                  $use_ng = ($MakefileData =~
> >                  /\n$source\_DCOPIDLNG\s*=\s*(\S+)\n/);
> > -                $dcopidl =  $use_ng ? "dcopidlng" : "\$(DCOPIDL)";
> > +                $dcopidl =  $use_ng ? "\$(DCOPIDLNG)" : "\$(DCOPIDL)";
> >
> >                  $dep_lines .= "$source.kidl: $sourcedir$source.h
> >                  \$(DCOP_DEPENDENCIES)\n";
>
> _______________________________________________
> Kdevelop-devel mailing list
> Kdevelop-devel at barney.cs.uni-potsdam.de
> http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel





More information about the KDevelop-devel mailing list