> I, too tried to compile KDE3 recently, but I kept having problems where > ./configure for certain packages were using /usr.bin/dcopidl and such > rather than /usr/local/kde/bin/dcopidl? I tried editing several files to > fix, this, but it kept coming back to kill my compile? So I never got a > chance to play :( >
If you follow http://women.kde.org/projects/coding/kde2+3.html you really can't go wrong. Attached are some files that might help Nick
compile_kde
Description: application/shellscript
update_kde
Description: application/shellscript
# ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples # If running interactively, then: if [ "$PS1" ]; then # don't put duplicate lines in the history. See bash(1) for more options # export HISTCONTROL=ignoredups # enable color support of ls and also add handy aliases eval `dircolors -b` alias ls='ls --color=auto' #alias dir='ls --color=auto --format=vertical' #alias vdir='ls --color=auto --format=long' # some more ls aliases #alias ll='ls -l' #alias la='ls -A' #alias l='ls -CF' # set a fancy prompt PS1='[EMAIL PROTECTED]:\w\$ ' # If this is an xterm set the title to [EMAIL PROTECTED]:dir #case $TERM in #xterm*) # PROMPT_COMMAND='echo -ne "\033]0;[EMAIL PROTECTED]: ${PWD}\007"' # ;; #*) # ;; #esac fi export KDEDIR=/opt/kde3 #export KDEDIR=/usr/local/kde3 export CVSROOT=:pserver:[EMAIL PROTECTED]:/home/kde export KDESRCDIR=/home/kde3/kde-cvs export PATH=$KDEDIR/bin:$PATH export LD_LIBRARY_PATH=$KDEDIR/lib:$LD_LIBRARY_PATH export QTDIR=/usr/local/qt-copy export PATH=$QTDIR/bin:$PATH export MANPATH=$QTDIR/doc/man:$MANPATH export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH export CFLAGS='-pipe -march=i686 -ffast-math -finline-functions -fomit-frame-pointer' export CXXFLAGS='-pipe -march=i686 -ffast-math -finline-functions -fomit-frame-pointer'