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
Please apply the patch. Without this patch no translator can take the new screenshots for the insertcommand dokumentation in his language
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 + +
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