You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, September 10th 2003, 3:11am

Superkaramba and PyXMMS

Hi,
I'm trying to install PyXMMS and PyXMMS-Remote since some of the themes for karamba require it and I'm having a bit of a problem.
I'm running KDE 3.1 on Mandrake 9.1. I believe PyXMMS installed fine, but I can't get Remote to install. Here is my xterm screen:

[root@localhost pyxmms-remote-1.06]# ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... (cached) mawk
checking whether make sets ${MAKE}... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make sets ${MAKE}... (cached) yes
checking for m4... (cached) yes
checking for texi2html... (cached) yes
creating ./config.status
creating Makefile
creating doc/Makefile
[root@localhost pyxmms-remote-1.06]# make
Making all in doc
make[1]: Entering directory `/home/nyong/pyxmms-remote-1.06/doc'
m4 --prefix-builtins ./pyxmms-remote.m4 ./>pyxmms-remote.texi
makeinfo ./pyxmms-remote.texi -o ./pyxmms-remote.info
texi2html -monolithic ./pyxmms-remote.texi
make[1]: Leaving directory `/home/nyong/pyxmms-remote-1.06/doc'
make[1]: Entering directory `/home/nyong/pyxmms-remote-1.06'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/nyong/pyxmms-remote-1.06'
[root@localhost pyxmms-remote-1.06]# make install
Making install in doc
make[1]: Entering directory `/home/nyong/pyxmms-remote-1.06/doc'
make[2]: Entering directory `/home/nyong/pyxmms-remote-1.06/doc'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../dist-tools/mkinstalldirs /usr/local/info
/usr/bin/install -c -m 644 pyxmms-remote.info /usr/local/info/pyxmms-remote.info
make[2]: Leaving directory `/home/nyong/pyxmms-remote-1.06/doc'
make[1]: Leaving directory `/home/nyong/pyxmms-remote-1.06/doc'
make[1]: Entering directory `/home/nyong/pyxmms-remote-1.06'
make[2]: Entering directory `/home/nyong/pyxmms-remote-1.06'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ./dist-tools/mkinstalldirs /usr/local/bin
/usr/bin/install -c pyxmms-remote /usr/local/bin/pyxmms-remote
make[2]: Leaving directory `/home/nyong/pyxmms-remote-1.06'
make[1]: Leaving directory `/home/nyong/pyxmms-remote-1.06'

I think i'm missing something. I know I had to install texi2html for one. Any help would be appreciated, thanks.