[prev in list] [next in list] [prev in thread] [next in thread] 

List:       quanta
Subject:    Re: [Quanta] CSS plugin and Upload plugin
From:       Niko Sams <niko.sams () gmail ! com>
Date:       2010-01-25 8:11:31
Message-ID: 629542d41001250011w28ae248eq7f3cfa403eb97691 () mail ! gmail ! com
[Download RAW message or body]

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
_______________________________________________
Quanta mailing list
Quanta@mail.kde.org
https://mail.kde.org/mailman/listinfo/quanta


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic