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

Friday, July 28th 2006, 7:16pm

[kopete] compile 0.12.1

hi

i have problems to compile 0.12.1 on sled10 and suse 10.1 with --enable-jingle.
there is a speex problem. i tried speex versions 1.11 and 1.12.
the strange thing is that kopete compiles w/o probs on suse 10 with both speex versions.

/raider

freakxx

Beginner

Posts: 3

Location: India

  • Send private message

2

Monday, July 31st 2006, 6:02pm

my fedora box was also having problem with speex. Try this:
1. download speex source
2. configure with options --prefix=/usr/ --enable-jingle
Note the --prefix=/usr/. Without this, i too had problems with speex. However, it resolved after using this option while executing "configure".
3. make && make-install

I hope this will work on ur SUSE as well. Good Luck.

3

Monday, July 31st 2006, 8:43pm

nope, it didn't work. still the same error:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
jingle/.libs/libkopetejabberjingle.a(linphonemediaengine.o): In function `cricket::LinphoneMediaEngine::Init()':
linphonemediaengine.cc:(.text+0x967): undefined reference to `speex_wb'
linphonemediaengine.cc:(.text+0xa13): undefined reference to `pcmu8000'
collect2: ld returned 1 exit status
make[5]: *** [kopete_jabber.la] BBd 1
make[5]: Leaving directory `/home/kde/temp/kopete-0.12.1/kopete/protocols/jabber'
make[4]: *** [all-recursive] BBd 1
make[4]: Leaving directory `/home/kde/temp/kopete-0.12.1/kopete/protocols/jabber'
make[3]: *** [all-recursive] BBd 1
make[3]: Leaving directory `/home/kde/temp/kopete-0.12.1/kopete/protocols'
make[2]: *** [all-recursive] BBd 1
make[2]: Leaving directory `/home/kde/temp/kopete-0.12.1/kopete'
make[1]: *** [all-recursive] BBd 1
make[1]: Leaving directory `/home/kde/temp/kopete-0.12.1'
make: *** [all] BBd 2


/raider

This post has been edited 2 times, last edit by "raider1970" (Jul 31st 2006, 8:46pm)


4

Monday, July 31st 2006, 11:24pm

Kopete 0.12 is also available on one of the SUSE repositories (kde backports repository)

See http://en.opensuse.org/Additional_YaST_Package_Repositories and http://software.opensuse.org/download/KDE:/Backports/ for details.
Help mee om KDE 3.5.5 in het Nederlands te vertalen

5

Tuesday, August 1st 2006, 8:35am

yes, i know those files. the binary crashes on my system and the src.rpm compiles w/o jingle. that way both, the tarball and the svn compile on my system. however i must have a look ito the spec file. maybe i'm wrong with the jingle issue.

thx anyway
/raider