Re: CSS plugin and Upload plugin

Jakub Caban <[email protected]>
Newsgroups gmane.comp.kde.devel.quanta.user
Organization WhyBlack
Message-ID <[email protected]>
Hi,

After applying the patch to upload plugin both of them compiles fine, but I have right now exactly the same problem with both:

They compile and install fine
I run kbuildsycoca4
And I see none of them in KDevelop plugin list.

I have tried:
- reinstalled kdevplatform and kdevelop and kdevelop-plugins from Gentoo ebuilds
- Than installed with cmake options similar to those in kdevelop-plugins (as plugins from kdevelop-plugins works correctly)
- Ran kbuildsycoca4 as root and as user
- Still the same

I don't know what information more I can provide, as now even Upload plugin disappeared at all.

Any ideas what am I missing?

I'm on Gentoo with KDE 4.3.95 (yeah had to switch to unstable due to strange bug in Kate, but it used to work with it anyways).

-- 
Best Regards,
Jakub Caban
On Monday 25 of January 2010 09:11:31 Niko Sams wrote:
> 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
> [email protected]
> https://mail.kde.org/mailman/listinfo/quanta
>
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.