LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-27-2005, 09:54 PM   #1
karunamurti
LQ Newbie
 
Registered: Sep 2005
Distribution: Slackware
Posts: 25

Rep: Reputation: 15
Gaim 2 package?


Anybody had try compiling gaim 2 beta for slack (both 10.1 and 10.2)?
I tried to compile with video support and failed.
I had compiled ortp and speex as the dependencies.
If somebody succeded in compiling with video support please let me know.
 
Old 12-28-2005, 12:44 AM   #2
ateam
Member
 
Registered: Jul 2004
Location: The State of Confusion
Distribution: Slackware
Posts: 32

Rep: Reputation: 15
You can try these?

Here is the latest speex and ortp in packages I made for 10.2 (I keep with the "current" branch, so beware).

http://ateam0.freeshell.org/gaim-2.0...686-1ateam.tgz
http://ateam0.freeshell.org/gaim-2.0...686-1ateam.tgz

With these, I get the following error when compiling Gaim 2.0-bet with the "./configure --prefix=/usr/ --sysconfdir=/etc/ --enable-vv --disable-gtkspell":

Code:
In file included from msringplayer.c:30:
waveheader.h: In function `_readuint32':
waveheader.h:56: warning: dereferencing type-punned pointer will break strict-aliasing rules
waveheader.h:58: warning: dereferencing type-punned pointer will break strict-aliasing rules
waveheader.h:59: warning: dereferencing type-punned pointer will break strict-aliasing rules
msringplayer.c: In function `ms_ring_player_process':
msringplayer.c:197: warning: dereferencing type-punned pointer will break strict-aliasing rules
if /bin/sh ../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mediastreamer -I/usr/include -I/usr/include/speex  -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DG_LOG_DOMAIN=\"MediaStreamer\" -I/usr/include -I/usr/include/speex  -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -DHAVE_GLIB -Wall  -g -g -O2 -MT msrtprecv.lo -MD -MP -MF ".deps/msrtprecv.Tpo" -c -o msrtprecv.lo msrtprecv.c; \
then mv -f ".deps/msrtprecv.Tpo" ".deps/msrtprecv.Plo"; else rm -f ".deps/msrtprecv.Tpo"; exit 1; fi
msrtprecv.c: In function `ms_rtp_recv_process':
msrtprecv.c:123: error: structure has no member named `payload_type'
make[3]: *** [msrtprecv.lo] Error 1
make[3]: Leaving directory `/home/ateam/gaim/gaim-2.0.0beta1/src/mediastreamer'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ateam/gaim/gaim-2.0.0beta1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ateam/gaim/gaim-2.0.0beta1'
make: *** [all] Error 2
I am not really looking for webcam support, but the fact that I'm not able to compile this is upsetting! I guess it's typical of my personality to want to figure these sorts of things out. If anyone else is experiencing this problem or is making any sort of headway in trying to resolve it, reply, please!

~ateam
 
Old 12-28-2005, 01:02 AM   #3
karunamurti
LQ Newbie
 
Registered: Sep 2005
Distribution: Slackware
Posts: 25

Original Poster
Rep: Reputation: 15
I've got no problem with ortp and speex. Just standard

./configure --prefix=/usr && make && checkinstall

I've got the same error on 10.1
 
Old 01-01-2006, 02:58 AM   #4
Stik
Member
 
Registered: Mar 2004
Location: Everett, WA
Distribution: Slackware / Dropline Gnome
Posts: 42

Rep: Reputation: 15
Try using ortp-0.7.1
compiles fine with --vv on slackware 10.2 here
 
Old 01-05-2006, 02:56 AM   #5
nottin
LQ Newbie
 
Registered: Jan 2006
Posts: 2

Rep: Reputation: 0
I'm getting the same errors as ateam.

The weird thing is that I have built gaim with --enable-vv many times before with success, but today it stopped working for some reason (I have to admit I've installed a bunch of stuff since last time I built gaim, so I might have unintentionally fucked up something).
I've tried upgrading and downgrading both speex and ortp without any success.

Any suggestions?
 
Old 01-08-2006, 11:23 PM   #6
karunamurti
LQ Newbie
 
Registered: Sep 2005
Distribution: Slackware
Posts: 25

Original Poster
Rep: Reputation: 15
Yup, ortp-0.7.1 is the answer on 10.1. Haven't try it on 10.2.
But where is the video support for yahoo? I guess I have to read the documentation more extensive.
 
Old 01-09-2006, 11:58 PM   #7
nottin
LQ Newbie
 
Registered: Jan 2006
Posts: 2

Rep: Reputation: 0
There's a patch available at the gaim project page at sourceforge.
Just look under patches, it's a relively new patch, so it should be easy to find.

This patch should fix the 'payload_type' error using orpt higher than 0.7.1

Sorry, I've made less than 5 posts, so I'm not allowed to post URLs yet :P
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slackware Gaim Package tdking19 Slackware 3 06-08-2005 07:59 PM
Just installed GAIM 1.1.2 package from Slackware.com, missing protocols. EOHooligan Slackware 4 02-06-2005 12:11 PM
gaim - devel package and extended preferences plugin dnraz Linux - Software 1 09-09-2004 11:47 PM
Gaim/MSN protocols and problems upgrading Gaim and Kopete. sergeantroach Linux - Software 5 11-01-2003 08:27 PM
Problem Installing/Upgrading Gaim 0.60 or Gaim 0.71 AskMe Linux - Newbie 1 10-25-2003 08:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration