This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Build error svn trunk/1.2dev

Tags: None
(comma "," separated)
Knut
Registered Member
Posts
79
Karma
0

Build error svn trunk/1.2dev

Mon Sep 26, 2005 7:17 pm
Hi

I get this error when I try to build Ktorrent svn trunk/1.2dev:

ktorrent/debugtools/Makefile.am: no rule to create target: ../libtorrent/libtorrent.la(../ktorrent/debugtools/kttorinfo)

This was introduced sometime after the 18th, my last successful build. Sadly I don't have the understanding of makefiles to try fixing it:-(, hopfully someone else does.


K.
imported4-Anonymous
Registered Member
Posts
329
Karma
0

Mon Sep 26, 2005 9:00 pm
Yeah got this too and fixed it

appy this patch

Code: Select all
--- ktorrent/debugtools/Makefile.am.orig        2005-09-26 22:27:39.667527750 +0200
+++ ktorrent/debugtools/Makefile.am     2005-09-26 22:28:15.457764500 +0200
@@ -3,11 +3,11 @@

 bin_PROGRAMS = kttorinfo ktcachecheck
 kttorinfo_SOURCES = main.cpp
-kttorinfo_LDADD = $(top_builddir)/libtorrent/libtorrent.la \
-       $(top_builddir)/libutil/libutil.la $(LIB_KIO) $(LIB_KFILE)
+kttorinfo_LDADD = ../libtorrent/libtorrent.la \
+       ../libutil/libutil.la $(LIB_KIO) $(LIB_KFILE)

 ktcachecheck_SOURCES = cachecheck.cpp cachechecker.cpp singlecachechecker.cpp \
        multicachechecker.cpp
-ktcachecheck_LDADD = $(top_builddir)/libtorrent/libtorrent.la \
-       $(top_builddir)/libutil/libutil.la $(LIB_KFILE) $(LIB_KIO)
+ktcachecheck_LDADD = ../libtorrent/libtorrent.la \
+       ../libutil/libutil.la $(LIB_KFILE) $(LIB_KIO)
 noinst_HEADERS = cachechecker.h singlecachechecker.h multicachechecker.h
Knut
Registered Member
Posts
79
Karma
0

Tue Sep 27, 2005 1:11 am
That worked:-)

Thanks
George
Moderator
Posts
5421
Karma
1

Tue Sep 27, 2005 6:07 am
Weird I have had no build errors.


Bookmarks



Who is online

Registered users: Bing [Bot], Evergrowing, Google [Bot], rblackwell