You are not logged in.

1

Monday, February 9th 2004, 2:30am

Installing kde 3.2 with konstruct

I am using knostruct to install kde 3.2 when it get to kdepim it error out it started in
make[5]: Entering directory `/home/chart/konstruct/kde/kdepim/work/kdepim-3.2.0/kaddressbook/xxport' and that is where it errors out

undefined reference to `gn_sm_functions'
.libs/gnokii_xxport.o(.text+0x4ec0): In function `xxport_phone_write_entry(int, gn_memory_type, KABC::Addressee const*)':
: undefined reference to `gn_error_print'
.libs/gnokii_xxport.o(.text+0x51d8): In function `xxport_phone_delete_entry(int, gn_memory_type)':
: undefined reference to `gn_sm_functions'
.libs/gnokii_xxport.o(.text+0x529a): In function `xxport_phone_delete_entry(int, gn_memory_type)':
: undefined reference to `gn_error_print'
collect2: ld returned 1 exit status
make[5]: *** [libkaddrbk_gnokii_xxport.la] Error
make[5]: Leaving directory `/home/chart/konstruct .0/kaddressbook/xxport'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/chart/konstruct .0/kaddressbook'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/chart/konstruct .0'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/chart/konstruct .0'
make[1]: *** [build-work/kdepim-3.2.0/Makefile] E
make[1]: Leaving directory `/home/chart/konstruct
make: *** [dep-../../kde/kdepim] Error 2
chart@Blackdragon:~/konstruct/meta/kde>
I am not sure what this means or how to fix it Iam at a loss cameron

2

Wednesday, February 11th 2004, 7:25pm

Gnokii

A "stupid" way of solving it would be to uninstall gnokii (unless you really need it). You'll get a message along the lines of "Can't find gnokii, some function won't work", but at least it will install.

3

Tuesday, March 9th 2004, 11:44am

Re: Gnokii

Quoted

Original von pengo

A "stupid" way of solving it would be to uninstall gnokii (unless you really need it). You'll get a message along the lines of "Can't find gnokii, some function won't work", but at least it will install.


Sorry to say but it is "stupid" from the developer to include it.
Not every one has a nokia phone, there are others to.
When he wants support for it he should load it dynamic and if it not exist then disable the options. This for binary distros.

For self compilers in the ./configure a option for en/disable.
It should be a options file for Kconstruct so everyone can do what he like.

Same with mplayer. Wanted vid4linux lib because it can change the channels on a tv card. O yes everyone has a tv-card?

Kpackage for install does not install if library is missing!
There are now people installing with --nodeps and asking why something not work or go wrong.

I had to say this, had same problems with 3.1.4 in the past.
This is why in windows always all the libraries are include in a setup.
Also not ideal but less confusing for the end user.
The developer should simply include the gnokii source if kdepim part depends on it.