You are not logged in.

1

Saturday, November 15th 2003, 8:35pm

Multiple KDEs - Help needed

I have recently installed SuSE v9.0 Pro.
I followed the tutorial on http://developer.kde.org/build/build2ver.html as I want to play around with the CVS versions without upsetting the
system.
I created an additional user and have even compiled a version within that user.
However, I am struggling to get it operational. There is a hint within the
above page about not using '/etc/ld.so.conf for KDE or Qt as this is a
system wide configuration file'. Also there is advice about setting
QTDIR and some other variables. The problem is that SuSE's startkde
script contains unset commands to unset these variables.
Has anyone got a dual KDE system working using SuSE? If so, help would be greatly appreciated.
Always forgive your enemies; nothing annoys them so much. - Oscar Wilde

2

Saturday, November 15th 2003, 8:41pm

But if you are using the CVS version, you should not start SuSE's startkde but the one of the CVS version.

So you need to set $WINDOWMANAGER to that new startkde

export WINDOWMANAGER=/your_new_path_to_the_installed_kde_cvs/bin/startkde

As for /etc/ld.so.conf, try first to run it without any change. KDE uses absolute library path, so such a change is not really needed (at least when it works correctly.)

Have a nice day!

3

Saturday, November 15th 2003, 9:04pm

Thanks for that very quick reply, Nicolas. I'll give that a try.
Always forgive your enemies; nothing annoys them so much. - Oscar Wilde

4

Saturday, January 10th 2004, 10:43pm

After creating a new user to install KDE 3.2 beta, I used Konstruct to make install 'meta'.

After making for about 8 hours, the process failed. The last few lines of the make output are as follows:

===========================

card.c:274: error: storage size of `path' isn't known
card.c:290: warning: implicit declaration of function `sc_pkcs15_bind'
card.c:293: error: `SC_ERROR_PKCS15_APP_NOT_FOUND' undeclared (first use in this function)
card.c:295: warning: format argument is not a pointer (arg 3)
card.c:312: warning: implicit declaration of function `sc_format_path'
card.c:313: warning: implicit declaration of function `sc_select_file'
card.c:316: warning: format argument is not a pointer (arg 2)
card.c:319: error: dereferencing pointer to incomplete type
card.c:320: error: `SC_FILE_TYPE_WORKING_EF' undeclared (first use in this function)
card.c:320: error: dereferencing pointer to incomplete type
card.c:320: error: `SC_FILE_EF_TRANSPARENT' undeclared (first use in this function)
card.c:323: warning: implicit declaration of function `sc_file_free'
card.c:327: error: dereferencing pointer to incomplete type
card.c:327: error: dereferencing pointer to incomplete type
card.c:329: error: dereferencing pointer to incomplete type
card.c:333: error: dereferencing pointer to incomplete type
card.c:335: warning: implicit declaration of function `sc_read_binary'
card.c:339: warning: format argument is not a pointer (arg 2)
card.c:355: error: dereferencing pointer to incomplete type
card.c:274: warning: unused variable `path'
make[5]: *** [card.o] Error 1
make[5]: Leaving directory `/home/kdebeta/konstruct/libs/newpg/work/newpg-0.9.4/scd'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/kdebeta/konstruct/libs/newpg/work/newpg-0.9.4'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/kdebeta/konstruct/libs/newpg/work/newpg-0.9.4'
make[2]: *** [build-work/newpg-0.9.4/Makefile] Error 2
make[2]: Leaving directory `/home/kdebeta/konstruct/libs/newpg'
make[1]: *** [dep-../../libs/newpg] Error 2
make[1]: Leaving directory `/home/kdebeta/konstruct/meta/kmail-crypto'
make: *** [install] Error 2
kdebeta@linux:~/konstruct/meta>

===============================

Any ideas what happened here guys? :cry:
Always forgive your enemies; nothing annoys them so much. - Oscar Wilde