[Bug 68237] New: error in src-Makefile.am template for Koffice part project
Huberto Gastal Mayer
beto at debian-rs.org
Fri Nov 14 20:53:05 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=68237
Summary: error in src-Makefile.am template for Koffice part
project
Product: kdevelop
Version: unspecified
Platform: Debian testing
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: beto at debian-rs.org
Version: cvs 20031114 (using KDE KDE 3.1.4)
Installed from: Debian testing/unstable Packages
OS: Linux
It has an error in line 6 of the file kdevelop/languages/cpp/app_templates/kofficepart/src-Makefile.am :
lib$APPNAME$part_la_SOURCES = $APPNAMELC$_part.cpp \
The macro $APPNAME must be $APPNAMELC because, for example, when I try to create one kofficepart called "Kantata", in the resultant Makefile.am kdevelop generates a missed line, as (lines 6, 7 and 8):
libKantatapart_la_SOURCES = kantata_factory.cpp kantata_part.cpp kantata_view.cpp
libkantatapart_la_LDFLAGS = $(KDE_PLUGIN)
libkantatapart_la_LIBADD = -lkofficeui
where in line 6 (first line in example) libKantatapart_la_SOURCES with the K" in uper case, it generates an error when automake and autoconf are executed.
Then, to correct this, line 6 of the file kdevelop/languages/cpp/app_templates/kofficepart/src-Makefile.am must be:
lib$APPNAMELC$part_la_SOURCES = $APPNAMELC$_part.cpp \
[]s
Huberto
More information about the KDevelop-devel
mailing list