Compile of current cvs fails.
Izo
I at siol.net
Fri May 16 10:55:08 UTC 2003
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 ?
>but i'm sure he knows what he's doing ;)
>
>
me too !
I.
More information about the KDevelop-devel
mailing list