CSS plugin and Upload plugin
Jakub Caban <[email protected]>
| Newsgroups | gmane.comp.kde.devel.quanta.user |
|---|---|
| Organization | WhyBlack |
| Message-ID | <[email protected]> |
Hey there,
First of all - again huge thanks for every little step you make for Quanta. Right now I ran into 2 small (I hope) problems.
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?
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):
[ 0%] Built target kcm_kdev_upload_automoc
[ 5%] Building CXX object CMakeFiles/kcm_kdev_upload.dir/uploadpreferences.o
/home/lustmored/build/upload/uploadpreferences.cpp:20:30: error: interfaces/icore.h: No such file or directory
/home/lustmored/build/upload/uploadpreferences.cpp:21:42: error: interfaces/iplugincontroller.h: No such file or directory
/home/lustmored/build/upload/uploadpreferences.cpp:22:43: error: interfaces/iprojectcontroller.h: No such file or directory
/home/lustmored/build/upload/uploadpreferences.cpp:23:33: error: interfaces/iproject.h: No such file or directory
In file included from /home/lustmored/build/upload/uploadpreferences.cpp:29:
/home/lustmored/build/upload/kdevuploadplugin.h:19:32: error: interfaces/iplugin.h: No such file or directory
In file included from /home/lustmored/build/upload/uploadpreferences.cpp:29:
/home/lustmored/build/upload/kdevuploadplugin.h:35: error: expected class-name before '{' token
/home/lustmored/build/upload/kdevuploadplugin.h:45: error: 'ContextMenuExtension' in namespace 'KDevelop' does not name a type
/home/lustmored/build/upload/kdevuploadplugin.h:35: warning: 'class UploadPlugin' has virtual functions and accessible non-virtual destructor
/home/lustmored/build/upload/uploadpreferences.cpp: In constructor 'UploadPreferences::UploadPreferences(QWidget*, const QVariantList&)':
/home/lustmored/build/upload/uploadpreferences.cpp:40: error: 'ICore' is not a member of 'KDevelop'
/home/lustmored/build/upload/uploadpreferences.cpp:40: error: 'ICore' is not a member of 'KDevelop'
/home/lustmored/build/upload/uploadpreferences.cpp:40: error: template argument 1 is invalid
/home/lustmored/build/upload/uploadpreferences.cpp:40: error: invalid type in declaration before '(' token
/home/lustmored/build/upload/uploadpreferences.cpp:40: error: 'KDevelop::ICore' has not been declared
/home/lustmored/build/upload/uploadpreferences.cpp:40: error: request for member 'brk' in '_container_', which is of non-class type 'int'
/home/lustmored/build/upload/uploadpreferences.cpp:40: error: request for member 'i' in '_container_', which is of non-class type 'int'
/home/lustmored/build/upload/uploadpreferences.cpp:40: error: request for member 'e' in '_container_', which is of non-class type 'int'
/home/lustmored/build/upload/uploadpreferences.cpp:40: error: request for member 'brk' in '_container_', which is of non-class type 'int'
/home/lustmored/build/upload/uploadpreferences.cpp:40: error: request for member 'i' in '_container_', which is of non-class type 'int'
/home/lustmored/build/upload/uploadpreferences.cpp:40: error: request for member 'i' in '_container_', which is of non-class type 'int'
/home/lustmored/build/upload/uploadpreferences.cpp:40: error: request for member 'brk' in '_container_', which is of non-class type 'int'
/home/lustmored/build/upload/uploadpreferences.cpp:41: error: invalid use of incomplete type 'struct KDevelop::IProject'
/home/lustmored/build/upload/uploadprofilemodel.h:17: error: forward declaration of 'struct KDevelop::IProject'
make[2]: *** [CMakeFiles/kcm_kdev_upload.dir/uploadpreferences.o] Error 1
make[1]: *** [CMakeFiles/kcm_kdev_upload.dir/all] Error 2
make: *** [all] Error 2
Again - am I doing anything wrong or it shall be like that?
Best Regards,
Jakub Caban