Compile of current cvs fails.

Roberto Raggi raggi at di.unipi.it
Fri May 16 12:46:04 UTC 2003


On Friday 16 May 2003 08:06, Izo wrote:
> Daniel Engelschalt wrote:
> >well, i'm not an autotools guy, but as you can see here:
> >
> >[...]
> >
> >>../lib/interfaces/libkdevinterfaces.la
> >>../lib/sourceinfo/libkdevsourceinfo.la ../lib/util/libkdevutil.la
> >>../lib/project/libkdevproject.la /lib/compat/libkdevcompat.la
> >>-lktexteditor -lkparts -lkio
> >>libtool: link: cannot find the library `/lib/compat/libkdevcompat.la'
> >
> >[...]
> >
> >it does not look at the right place for libkdevcompat.la ("/lib" not
> >"../lib"). roberto changed this in lib/Makefile.am from:
> >$(top_builddir)/lib/compat/libkdevcompat.la $(LIB_KDEVCOMPAT)
> > -lktexteditor $(LIB_KPARTS) (LIB_KIO)
> >to:
> >$(LIB_KDEVCOMPAT) -lktexteditor $(LIB_KPARTS) $(LIB_KIO)
>
> It seems that there should be
>
> ../$(LIB_KDEVCOMPAT) -lktexteditor $(LIB_KPARTS) $(LIB_KIO)
>
> Can, please, Roberto check it and check in ?

falk has committed a patch that should fix it.. please, check if it work

ciao robe




More information about the KDevelop-devel mailing list