LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   trouble compiling PhoneGaim (https://www.linuxquestions.org/questions/linux-software-2/trouble-compiling-phonegaim-205581/)

chilly_willy2 07-15-2004 07:19 PM

trouble compiling PhoneGaim
 
I got the recently-posted PhoneGaim (gaim with VoIP support) source today (a binary is only available for linspire, AFAIK) and am having issues compiling. I tried googling, and there's nothing but press releases on phonegaim. I'm using a hdd install of knoppix 3.4 (kernel 2.4.26).

I did this:
Code:

./configure ~/opt/phonegaim
That went fine, but when I tried
Code:

make
, it ended with the following error:

In file included from gtkblist.c:51:
sipphone.h:3:26: linphonecore.h: No such file or directory
sipphone.h:4:20: osipua.h: No such file or directory
In file included from gtkblist.c:51:
sipphone.h:27: error: parse error before '*' token
sipphone.h:92: error: parse error before "sip_check_buddy_status_first"
sipphone.h:92: warning: type defaults to `int' in declaration of `sip_check_buddy_status_first'
sipphone.h:92: warning: data definition has no type or storage class
sipphone.h:93: error: parse error before "sip_check_buddy_status"
sipphone.h:93: warning: type defaults to `int' in declaration of `sip_check_buddy_status'
sipphone.h:93: warning: data definition has no type or storage class
gtkblist.c: In function `gtk_blist_button_press_cb':
gtkblist.c:1431: warning: passing arg 1 of `gaim_contact_get_priority_buddy' from incompatible pointer type
gtkblist.c: In function `gaim_gtk_blist_get_phone_icon':
gtkblist.c:2549: warning: assignment discards qualifiers from pointer target type
make[3]: *** [gtkblist.o] Error 1
make[3]: Leaving directory `/home/knoppix/downloads/gaim-0.79/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/knoppix/downloads/gaim-0.79/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/knoppix/downloads/gaim-0.79'
make: *** [all] Error 2

Any ideas? (I did all this as root) Is anyone working on a .deb?

cgranade 07-22-2004 01:35 PM

If you download the source for linphone (www.linphone.org), then compile and install it from that source, it should install the headers needed for PhoneGaim to compile. I still get errors, though, that come after. You will probably also need to install oSIP (http://www.gnu.org/software/osip/osip.html) from source as well.


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