User:AaronPeterson/build: Difference between revisions

From KDE TechBase
No edit summary
No edit summary
Line 92: Line 92:


check out whipup
check out whipup
lookup this is under system administration link from tutorials
desktop console

Revision as of 19:28, 3 August 2010

1. download the source 2. download .bashrc from website 3. use these paths:

(default in the .bashrc if possible)

tip, run konsole as your user then freedom

Removal of moc files when prefixes change:

   for i in `find -name '*.moc'; do rm $i; done;
   for i in `find -name 'moc_*'; do rm $i; done;


filemanagement views -- shared between dolphin and konq

icon behavior -- actions assigned by delegate

copy from gwenview to folder view stuff


if it doesn't work nuke your build directory

fisheye behavior for details view as option / default bevior

action panel column in dialog


qca does not install -- we will install ONLY this qt plugin as root

kde-46@chum:~/kde/build/kdesupport/qca$ su aaron -c 'sudo make install'


make install


-- Installing: /home/kde-46/kde/include/QtCrypto/qca_securemessage.h -- Installing: /home/kde-46/kde/include/QtCrypto/qpipe.h -- Installing: /home/kde-46/kde/lib/pkgconfig/qca2.pc -- Installing: /home/kde-46/kde/mkspecs/features/crypto.prf -- Installing: /home/kde-46/kde/share/man/man1/qcatool2.1 -- Installing: /home/kde-46/kde/lib/libqca.so.2.0.2 -- Installing: /home/kde-46/kde/lib/libqca.so.2 -- Installing: /home/kde-46/kde/lib/libqca.so -- Set runtime path of "/home/kde-46/kde/lib/libqca.so.2.0.2" to "/home/kde-46/kde/lib" -- Installing: /home/kde-46/kde/bin/qcatool2 -- Set runtime path of "/home/kde-46/kde/bin/qcatool2" to "/home/kde-46/kde/lib" -- Installing: /usr/lib/qt4/plugins/crypto/libqca-logger.so CMake Error at qca/plugins/qca-logger/cmake_install.cmake:42 (FILE):

 file INSTALL cannot copy file
 "/home/kde-46/kde/build/kdesupport/lib/libqca-logger.so" to
 "/usr/lib/qt4/plugins/crypto/libqca-logger.so".

Call Stack (most recent call first):

 qca/plugins/cmake_install.cmake:37 (INCLUDE)
 qca/cmake_install.cmake:71 (INCLUDE)
 cmake_install.cmake:37 (INCLUDE)


make: *** [install] Error 1 makeobj[0]: Leaving directory `/home/kde-46/kde/build/kdesupport' kde-46@chum:~/kde/src/kdesupport$ vim CMakeLists.txt kde-46@chum:~/kde/src/kdesupport$ cb kde-46@chum:~/kde/build/kdesupport$ cd qca/ kde-46@chum:~/kde/build/kdesupport/qca$ ls


-- Installing: /usr/lib/qt4/plugins/crypto/libqca-gcrypt.so -- Set runtime path of "/usr/lib/qt4/plugins/crypto/libqca-gcrypt.so" to "/home/kde-46/kde/lib" kde-46@chum:~/kde/build/kdesupport/qca$ cs kde-46@chum:~/kde/src/kdesupport/qca$ cd .. kde-46@chum:~/kde/src/kdesupport$ vi CMakeLists.txt


comment out the qca line

kde-46@chum:~/kde/src/kdesupport$ make install

kdebase/apps/dolphin/src/views is what is shared between konqueror and dolphin using kpart

dolphinpart.cpp is the main plugin file.


check out whipup

lookup this is under system administration link from tutorials desktop console