Compile of current cvs fails.

Daniel Engelschalt daniel.engelschalt at gmx.net
Thu May 15 15:49:04 UTC 2003


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)

but i'm sure he knows what he's doing ;)

just me 2ct,
bye,
daniel





More information about the KDevelop-devel mailing list