Re: Upload plugin for KDevelop4
Jakub Caban <[email protected]>
| Newsgroups | gmane.comp.kde.devel.quanta.user |
|---|---|
| Organization | WhyBlack |
| Message-ID | <[email protected]> |
I was just trying to install it (I have no Quanta4 compiled, just trying to install with Kdevelop4) I ran: cmake -DCMAKE_PREFIX_PATH=/usr (I hope it's how I should in Gentoo) than: make -j3 and have: Scanning dependencies of target kdevupload_automoc Generating kdevuploadplugin.moc Scanning dependencies of target kcm_kdev_upload_automoc Generating uploadprofiledlg.moc Generating allprofilesmodel.moc Generating uploadprofiledlg.moc Generating uploadprofilemodel.moc Generating uploaddialog.moc Generating uploadpreferences.moc [ 0%] Built target kcm_kdev_upload_automoc [ 5%] Generating ui_uploadprofiledlg.h [ 10%] Generating ui_uploadpreferences.h Generating uploadjob.moc Scanning dependencies of target kcm_kdev_upload Generating profilesfiletree.moc Generating uploadprofilemodel.moc Generating uploadprojectmodel.moc [ 15%] [ 15%] [ 21%] Building CXX object CMakeFiles/kcm_kdev_upload.dir/kcm_kdev_upload_automoc.o Built target kdevupload_automoc [ 26%] Generating ui_uploaddialog.h Scanning dependencies of target kdevupload Building CXX object CMakeFiles/kcm_kdev_upload.dir/uploadpreferences.o [ 31%] Building CXX object CMakeFiles/kcm_kdev_upload.dir/uploadprofilemodel.o [ 36%] Building CXX object CMakeFiles/kdevupload.dir/kdevupload_automoc.o [ 42%] Building CXX object CMakeFiles/kdevupload.dir/kdevuploadplugin.o [ 47%] Building CXX object CMakeFiles/kcm_kdev_upload.dir/uploadprofileitem.o [ 52%] Building CXX object CMakeFiles/kcm_kdev_upload.dir/uploadprofiledlg.o [ 57%] Building CXX object CMakeFiles/kdevupload.dir/allprofilesmodel.o [ 63%] Building CXX object CMakeFiles/kdevupload.dir/profilesfiletree.o [ 68%] Building CXX object CMakeFiles/kdevupload.dir/uploaddialog.o [ 73%] Building CXX object CMakeFiles/kdevupload.dir/uploadjob.o Linking CXX shared module lib/kcm_kdev_upload.so /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lkdevquanta collect2: ld returned 1 exit status make[2]: *** [lib/kcm_kdev_upload.so] Error 1 make[1]: *** [CMakeFiles/kcm_kdev_upload.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 78%] Building CXX object CMakeFiles/kdevupload.dir/uploadprofiledlg.o [ 84%] Building CXX object CMakeFiles/kdevupload.dir/uploadprofileitem.o [ 89%] Building CXX object CMakeFiles/kdevupload.dir/uploadprofilemodel.o [ 94%] Building CXX object CMakeFiles/kdevupload.dir/uploadprojectmodel.o /usr/include/qt4/QtCore/qmap.h: In member function 'void UploadProjectModel::setProfileConfigGroup(const KConfigGroup&)': /usr/include/qt4/QtCore/qmap.h:588: warning: dereferencing pointer 'y' does break strict-aliasing rules /usr/include/qt4/QtCore/qmap.h:586: note: initialized from here /usr/include/qt4/QtCore/qmap.h: In member function 'void UploadProjectModel::checkModified()': /usr/include/qt4/QtCore/qmap.h:588: warning: dereferencing pointer 'y' does break strict-aliasing rules /usr/include/qt4/QtCore/qmap.h:586: note: initialized from here Linking CXX shared module lib/libkdevupload.so /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lkdevquanta collect2: ld returned 1 exit status make[2]: *** [lib/libkdevupload.so] Error 1 make[1]: *** [CMakeFiles/kdevupload.dir/all] Error 2 make: *** [all] Error 2 Any ideas what I did wrong? On Wednesday 18 of November 2009 08:24:54 Niko Sams wrote: > On Tue, Nov 17, 2009 at 20:17, Jakub Caban <[email protected]> wrote: > > Hi, > > > > Niko has written on his blog that there already is an Upload plugin for Quanta4 that could work w > > th KDevelop4. As this one is currently only feature that stops me from using KDevelop4 for PHP > > development - is there any possibility to get this plugin and use it with KDevelop4? > > you just have to install it and enable the plugin in KDevelop settings. > I just commited a change to the upload plugin that allows building it > without the rest of kdewebdev. > You can checkout quanta/plugins/upload and build that directly. > > > > Ouh you might say there is a SVN plugin and I could use it, but on most hosting > > servers here in Poland I have no ability to use SVN :( So I'm stick to FTP... And this part > > was really great in Quanta 3.5. > Yes - there are many hosters that allow only ftp... I have a few legacy projects > with ftp access only too... > > We would be happy about any feedback on if it works for you... > > Niko > _______________________________________________ > Quanta mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/quanta >