[Kommander-devel] Re: kommander-devel
Dan Cherry
dscherry at bellsouth.net
Fri Feb 8 14:55:19 EST 2008
On Thursday 07 February 2008 12:40:22 am Eric wrote:
> Dan,
> some info... You need subversion installed
done
>
so far, not going too smoothly - I first removed kommander, which
automatically removed quanta and kdewebdev, using apt-get - no problem there.
> From the directory you want to build from
> svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdewebdev
> svn co
> svn://anonsvn.kde.org/home/kde/trunk/playground/devtools/kommander-plugins
> Make sure those are each one line in konsole starting with svn co. That
> will give you everything. Use kdesvn for easy updates and visual feedback
things start going downhill - here's the output from my terminal...
dan at hogwarts:~/bin$ svn co
svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdewebdev
svn: No such revision 772446
(the command was on one line)
so I tried kdesvn, and was able to let the open dialog make it's way to the
svn repository - the repository checkout worked (though I received several
certificate failures, but accepted them to get what looks like a complete
download)
Also downloaded the plug-ins from trunk (same certificate issues, but it's
downloaded also)
When I downloaded these were marked as "HEAD" in kdesvn - don't know if that's
okay, or if that helps. (again, I've never used svn before, so I'm not up to
speed on what the options mean)
>
> Now do this
> cd kdewebdev
> make -f Makefile.cvs
more problems... output from terminal...
dan at hogwarts:~/bin/kdewebdev$ make -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution
./admin/cvs.sh: 651: --version: not found
*** AUTOCONF NOT FOUND!.
*** KDE requires autoconf 2.53 or newer
make[1]: *** [cvs] Error 1
make: *** [all] Error 2
(I have autoconf 2.61 installed, and accessible from a terminal, and cvs
1.12.13 also installed and accessible from a terminal)
any ideas or suggestions? I can provide more detail, if I know what it's
looking for.
Also, this is not a high priority - I'm sure you've got much more important
issues going on with kommander, than why an svn download doesn't work with a
specific workstation.
I was surprised that the first svn command failed to find the version, but if
the first-time checkout works for others, then I'll be glad to troubleshoot
my own implementation if you don't see something very obvious.
Perhaps if I try using more coffee ;-)
Thanks for the help...
Dan
> mkdir build
> cd build/
> ../configure
> cd kommander
> make
> That makes Kommander. If you're using a Debian type distro like
> Ubuntu/Kubuntu then you need to sudo, otherwise open another konsole tab to
> the same directory and su, then make install. This will give you a new
> Kommander install. If you are now in /usr/local too you need to point to
> the new one. which kmdr-editor
> if everything looks the same you need to manually call the new build
> in /usr/local
>
> now go to your kommander-plugins. Copy your kdewebdev/admin directory to
> each plugin base directory and repeat the above through make
> cd database
> make -f Makefilel.cvs
> mkdir build
> cd build
> ../configure --with-extra-includes=/usr/include/libxml2
> (or wherever your libxml2 is - use "which libxml2" only for database
> plugin) make
> All the plugins can be loaded from the settings in the Kommander editor.
> They do NOT need to be installed. After you have loaded them close the
> editor and reopen and they should be on the right.
>
> In your /etc/hosts file add the following lines...
> 209.208.122.238 kdewebdev.org.test
> 209.208.122.238 kommander.kdewebdev.org.test
> 209.208.122.238 developer.kdewebdev.org.test
>
> Now you can point your browser to the kommander.kdewebdev.org.text location
> and view new docs not yet published on the new parser and such.
>
> Attached is the change log so you can get an idea what's been done recently
>
> Please ask questions on the list.
--
Dan
Finding a solution to a problem doesn't solve the problem...
Implementing the solution, solves the problem
More information about the Kommander-devel
mailing list