Bug 122102 - kate-insertcommand gets not compiled + installed
Summary: kate-insertcommand gets not compiled + installed
Status: RESOLVED FIXED
Alias: None
Product: kdeaddons
Classification: Frameworks and Libraries
Component: kate-insertcommand (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Anders Lund
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-16 14:56 UTC by Burkhard Lück
Modified: 2006-03-05 18:27 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Burkhard Lück 2006-02-16 14:56:20 UTC
Version:            (using KDE KDE 3.5.1)
Installed from:    Compiled From Sources

in the module kdeaddons/kate several plugins (insertcommand, make, helloworld) 
are not compiled and installed. kjswrapper has compile errors.

This fixes the problem for me:

Index: kdeaddons/kate/Makefile.am
===================================================================
--- kdeaddons/kate/Makefile.am  (revision 510094)
+++ kdeaddons/kate/Makefile.am  (working copy)
@@ -1 +1 @@
-SUBDIRS = scripts htmltools kpybrowser modeline openheader textfilter xmltools xmlcheck filelistloader cppsymbolviewer tabbarextension filetemplates snippets
+SUBDIRS = scripts htmltools kpybrowser modeline openheader textfilter xmltools xmlcheck filelistloader cppsymbolviewer tabbarextension filetemplates snippets insertcommand make helloworld
Comment 1 Burkhard Lück 2006-02-24 08:29:09 UTC
Please apply the patch.
Without this patch no translator can take the new screenshots
for the insertcommand dokumentation in his language
Comment 2 Thomas Reitelbach 2006-03-05 17:19:24 UTC
SVN commit 515980 by reitelbach:

Compile all plugins!
(insertcommand, make and helloworld were missing)

Thanks to Burkhard Lück for figuring this out :)

BUG:122102


 M  +5 -1      Makefile.am  


--- branches/KDE/3.5/kdeaddons/kate/Makefile.am #515979:515980
@@ -1 +1,5 @@
-SUBDIRS = scripts htmltools kpybrowser modeline openheader textfilter xmltools xmlcheck filelistloader cppsymbolviewer tabbarextension filetemplates snippets
+SUBDIRS = scripts htmltools kpybrowser modeline openheader textfilter xmltools \
+	xmlcheck filelistloader cppsymbolviewer tabbarextension filetemplates \
+	snippets insertcommand make helloworld
+
+
Comment 3 Anders Lund 2006-03-05 18:27:49 UTC
On Sunday 05 March 2006 17:19, Thomas Reitelbach wrote:
> Compile all plugins!


helloworld is not supposed to be installed, and i see no reason to compile it 
either.

-anders