Re: CSS plugin and Upload plugin

Niko Sams <[email protected]>
Newsgroups gmane.comp.kde.devel.quanta.user
Message-ID <[email protected]>
Hi,

> 1st - the new CSS plugin - As I wrote on Niko blog I had problems compiling it. But after "svn up" it ran OK. But after install I can see no "CSS" plugin in KDevelop plugin list or any changes in handling .css files.
>
> My system is:
>
> Gentoo 64byt
> KDevelop4 beta 7
>
> I was installing with:
> $ cmake -DCMAKE_INSTALL_PREFIX=/usr
> $ make
> $ make install
> (as usually - it worked for PHP plugins when I was installing them by hand)
>
> Any ideas what am I missing?
try running kbuildsycoca4.
And: I don't think it is a good idea to install self-compiled stuff
into /usr, you might get into trouble.

> And 2nd - less important - I asked for Upload plugin for KDevelop, I got it (again Thanks a Lot for that one :) ). But after update to KDevelop beta 7 I ran into occasional crashes (sorry have no backtrace for you now) and hoped to update Upload plugin and reinstall it on new kdevelop. But I see now it is impossible to compile upload plugin without Quanta (as far as I understand):
>
Yes, building it standalone was removed recently.
I'm not yet sure if we can bring this back again.
Anyway - apply this patch to get it building standalone again:
--- trunk/extragear/sdk/quanta/plugins/upload/CMakeLists.txt #1067026:1067027
@@ -2,16 +2,10 @@

 find_package(KDE4 REQUIRED)

+find_package(KDevPlatform REQUIRED)
+
 include_directories(
   ${KDE4_INCLUDES}
   ${CMAKE_CURRENT_BINARY_DIR}
   ${CMAKE_CURRENT_SOURCE_DIR}
+   ${KDEVPLATFORM_INCLUDE_DIR}
+   ${KDEVPLATFORM_INCLUDE_DIR}/interfaces
+   ${KDEVPLATFORM_INCLUDE_DIR}/project
+   ${KDEVPLATFORM_INCLUDE_DIR}/outputview
 )

 #plugin



Niko
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.