Re: installing KDE3 next to KDE2
Hugo Coolens <[email protected]>
| Newsgroups | gmane.comp.kde.women |
|---|---|
| Message-ID | <[email protected]> |
Eva Brucherseifer wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > I'm trying to install KDE3 next to KDE2 following the instructions on > > the page "How to get KDE2 and KDE3 (from cvs) working on the same > > machine". At a certain point in the explanation I read I should install > > autoconf 2.52 in the kde3 dir, which directory is meant here? > > You can install it wherever you want (usually it's /usr/local) it only needs > to be in your PATH. > I have installed it under /usr/local/kde3/autoconf-2.52 and added to the PATH of user kde3 by adding this line to /home/kde3///.bash_profile: export PATH=/usr/local/kde3/autoconf-2.52:$PATH then I perform the following steps: made the file .cvsrc under /home/coolens and under /home/kde3 logged in as coolens cd /usr/local export CVSROOT=:pserver:[email protected]:/home/kde cd cvs login enter cd /usr/local cvs co qt-copy and here things start going wrong as you see: [coolens@localhost local]$ cvs co qt-copy cvs [checkout aborted]: cannot make directory qt-copy: No such file or directory any help will be very much appreciated