Jump to content

CVS gaim -- Now with File Transfer!


Guest SDMF
 Share

Recommended Posts

Just got today's build, and I successfully transferred a few files to a friend on mine using AIM on windoze. For some reason, the file receiving seems to be slow, but I haven't tested on anyone else, it may just be their university's network limiting upload speeds. They used to do that every once in a while when I was there.

Link to comment
Share on other sites

Well, it will grab the buddy list stored on AIM's servers, yes. It creates it's own buddy list file, though in ~/.gaim.

 

Personally I love the stuff they're doing with v0.60. GTK2, more features, better format for the conf files (XML). BIG improvement over the 0.59.x series.

Link to comment
Share on other sites

Only one thing I don't like about the CVS right now. Looks like the ability to remove buddys has been disabled, maybe they're working on updating that interface right now.

Link to comment
Share on other sites

SDMF

 

Thanks for the update that's what I wanted to know I will have to give it a go once I recieve my 9.1 copy

I am assuming that the lasteset version will be included in 9.1 at as latest as last week before the freeze.

 

Thanks again

ump

Link to comment
Share on other sites

i built from CVS source, didn't install the RPM, and it worked fine with the default setup of 9.1

 

but yes, if the RPM requires gtk2.2, you's gonna have's to gets it. somewhere eh.

Link to comment
Share on other sites

tried to build from cvs got the following errors at the end any ideas what I did wrong

 

 

gmake[2]: *** [perl.o] Error 1

gmake[2]: Leaving directory `/home/ump/gaim/src'

gmake[1]: *** [install-recursive] Error 1

gmake[1]: Leaving directory `/home/ump/gaim/src'

gmake: *** [install-recursive] Error 1

Link to comment
Share on other sites

I was going over the install and everything looked good till this I don't know if this is anything you can help me with but if you have any idea I would greaty apperciate it.

 

perl.c:44:20: EXTERN.h: No such file or directory

perl.c:48:18: perl.h: No such file or directory

perl.c:49:18: XSUB.h: No such file or directory

perl.c:72: parse error before "_"

perl.c:113: parse error before '*' token

perl.c:113: warning: data definition has no type or storage class

perl.c:117: warning: parameter names (without types) in function declaration

perl.c:117: warning: data definition has no type or storage class

perl.c:118: warning: parameter names (without types) in function declaration

perl.c:118: warning: data definition has no type or storage class

perl.c:119: warning: parameter names (without types) in function declaration

perl.c:119: warning: data definition has no type or storage class

perl.c:120: warning: parameter names (without types) in function declaration

perl.c:120: warning: data definition has no type or storage class

perl.c:123: warning: parameter names (without types) in function declaration

perl.c:123: warning: data definition has no type or storage class

perl.c:124: warning: parameter names (without types) in function declaration

perl.c:124: warning: data definition has no type or storage class

perl.c:127: warning: parameter names (without types) in function declaration

perl.c:127: warning: data definition has no type or storage class

perl.c:128: warning: parameter names (without types) in function declaration

perl.c:128: warning: data definition has no type or storage class

perl.c:129: warning: parameter names (without types) in function declaration

perl.c:129: warning: data definition has no type or storage class

perl.c:130: warning: parameter names (without types) in function declaration

perl.c:130: warning: data definition has no type or storage class

perl.c:131: warning: parameter names (without types) in function declaration

perl.c:131: warning: data definition has no type or storage class

perl.c:134: warning: parameter names (without types) in function declaration

perl.c:134: warning: data definition has no type or storage class

perl.c:135: warning: parameter names (without types) in function declaration

perl.c:135: warning: data definition has no type or storage class

perl.c:136: warning: parameter names (without types) in function declaration

perl.c:136: warning: data definition has no type or storage class

perl.c:139: warning: parameter names (without types) in function declaration

perl.c:139: warning: data definition has no type or storage class

perl.c: In function `xs_init':

perl.c:152: `boot_DynaLoader' undeclared (first use in this function)

perl.c:152: (Each undeclared identifier is reported only once

perl.c:152: for each function it appears in.)

perl.c:155: `XS_GAIM_register' undeclared (first use in this function)

perl.c:156: `XS_GAIM_get_info' undeclared (first use in this function)

perl.c:157: `XS_GAIM_print' undeclared (first use in this function)

perl.c:158: `XS_GAIM_write_to_conv' undeclared (first use in this function)

perl.c:160: `XS_GAIM_buddy_list' undeclared (first use in this function)

perl.c:161: `XS_GAIM_online_list' undeclared (first use in this function)

perl.c:163: `XS_GAIM_command' undeclared (first use in this function)

perl.c:164: `XS_GAIM_user_info' undeclared (first use in this function)

perl.c:165: `XS_GAIM_print_to_conv' undeclared (first use in this function)

perl.c:166: `XS_GAIM_print_to_chat' undeclared (first use in this function)

perl.c:167: `XS_GAIM_serv_send_im' undeclared (first use in this function)

perl.c:169: `XS_GAIM_add_event_handler' undeclared (first use in this function)

perl.c:170: `XS_GAIM_remove_event_handler' undeclared (first use in this function)

perl.c:171: `XS_GAIM_add_timeout_handler' undeclared (first use in this function)

perl.c:173: `XS_GAIM_play_sound' undeclared (first use in this function)

perl.c: In function `execute_perl':

perl.c:239: `SV' undeclared (first use in this function)

perl.c:239: `sv_args' undeclared (first use in this function)

perl.c:240: `STRLEN' undeclared (first use in this function)

perl.c:240: parse error before "na"

perl.c:246: `dSP' undeclared (first use in this function)

perl.c:247: `ENTER' undeclared (first use in this function)

perl.c:248: `SAVETMPS' undeclared (first use in this function)

perl.c:249: `sp' undeclared (first use in this function)

perl.c:255: `PUTBACK' undeclared (first use in this function)

perl.c:256: `G_EVAL' undeclared (first use in this function)

perl.c:256: `G_SCALAR' undeclared (first use in this function)

perl.c:257: `SPAGAIN' undeclared (first use in this function)

perl.c:260: `ERRSV' undeclared (first use in this function)

perl.c:261: `na' undeclared (first use in this function)

perl.c:262: `POPs' undeclared (first use in this function)

perl.c:267: `POPi' undeclared (first use in this function)

perl.c:272: warning: passing arg 1 of `strlen' makes pointer from integer without a cast

perl.c:272: warning: passing arg 1 of `strlen' makes pointer from integer without a cast

perl.c:272: warning: passing arg 2 of `strcmp' makes pointer from integer without a cast

perl.c:283: warning: passing arg 1 of `g_strdup' makes pointer from integer without a cast

perl.c:287: `FREETMPS' undeclared (first use in this function)

perl.c:288: `LEAVE' undeclared (first use in this function)

perl.c: In function `probe_perl':

perl.c:399: `PerlInterpreter' undeclared (first use in this function)

perl.c:399: `prober' undeclared (first use in this function)

perl.c:407: `dSP' undeclared (first use in this function)

perl.c:408: `ENTER' undeclared (first use in this function)

perl.c:409: `SAVETMPS' undeclared (first use in this function)

perl.c:410: `SP' undeclared (first use in this function)

perl.c:412: `G_NOARGS' undeclared (first use in this function)

perl.c:412: `G_ARRAY' undeclared (first use in this function)

perl.c:412: `G_EVAL' undeclared (first use in this function)

perl.c:413: `SPAGAIN' undeclared (first use in this function)

perl.c:418: `POPp' undeclared (first use in this function)

perl.c:426: `PUTBACK' undeclared (first use in this function)

perl.c:427: `FREETMPS' undeclared (first use in this function)

perl.c:428: `LEAVE' undeclared (first use in this function)

perl.c: In function `perl_init':

perl.c:470: warning: assignment makes pointer from integer without a cast

perl.c: In function `XS':

perl.c:537: `dXSARGS' undeclared (first use in this function)

perl.c:538: `items' undeclared (first use in this function)

perl.c:540: warning: assignment makes pointer from integer without a cast

perl.c:541: warning: assignment makes pointer from integer without a cast

perl.c:542: warning: assignment makes pointer from integer without a cast

perl.c:543: warning: assignment makes pointer from integer without a cast

perl.c: At top level:

perl.c:568: redefinition of `XS'

perl.c:530: `XS' previously defined here

perl.c: In function `XS':

perl.c:570: `dXSARGS' undeclared (first use in this function)

perl.c:571: `items' undeclared (first use in this function)

perl.c: At top level:

perl.c:655: redefinition of `XS'

perl.c:568: `XS' previously defined here

perl.c: In function `XS':

perl.c:659: `dXSARGS' undeclared (first use in this function)

perl.c:660: `items' undeclared (first use in this function)

perl.c:662: warning: assignment makes pointer from integer without a cast

perl.c:663: warning: assignment makes pointer from integer without a cast

perl.c: At top level:

perl.c:669: redefinition of `XS'

perl.c:655: `XS' previously defined here

perl.c: In function `XS':

perl.c:675: `dXSARGS' undeclared (first use in this function)

perl.c:676: `items' undeclared (first use in this function)

perl.c: At top level:

perl.c:696: redefinition of `XS'

perl.c:669: `XS' previously defined here

perl.c: In function `XS':

perl.c:702: `dXSARGS' undeclared (first use in this function)

perl.c:703: `items' undeclared (first use in this function)

perl.c: At top level:

perl.c:722: redefinition of `XS'

perl.c:696: `XS' previously defined here

perl.c: In function `XS':

perl.c:725: `dXSARGS' undeclared (first use in this function)

perl.c:726: `items' undeclared (first use in this function)

perl.c:728: warning: assignment makes pointer from integer without a cast

perl.c:741: warning: passing arg 2 of `serv_set_info' makes pointer from integer without a cast

perl.c:743: warning: initialization makes pointer from integer without a cast

perl.c:764: warning: passing arg 2 of `serv_warn' makes pointer from integer without a cast

perl.c: At top level:

perl.c:773: redefinition of `XS'

perl.c:722: `XS' previously defined here

perl.c: In function `XS':

perl.c:777: `dXSARGS' undeclared (first use in this function)

perl.c:778: `items' undeclared (first use in this function)

perl.c:782: warning: passing arg 2 of `gaim_find_buddy' makes pointer from integer without a cast

perl.c: At top level:

perl.c:796: redefinition of `XS'

perl.c:773: `XS' previously defined here

perl.c: In function `XS':

perl.c:801: `dXSARGS' undeclared (first use in this function)

perl.c:802: `items' undeclared (first use in this function)

perl.c:804: warning: assignment makes pointer from integer without a cast

perl.c:806: warning: assignment makes pointer from integer without a cast

perl.c:807: warning: assignment makes pointer from integer without a cast

perl.c: At top level:

perl.c:828: redefinition of `XS'

perl.c:796: `XS' previously defined here

perl.c: In function `XS':

perl.c:833: `dXSARGS' undeclared (first use in this function)

perl.c:834: `items' undeclared (first use in this function)

perl.c:837: warning: assignment makes pointer from integer without a cast

perl.c:838: warning: assignment makes pointer from integer without a cast

perl.c: At top level:

perl.c:850: redefinition of `XS'

perl.c:828: `XS' previously defined here

perl.c: In function `XS':

perl.c:856: `dXSARGS' undeclared (first use in this function)

perl.c:857: `items' undeclared (first use in this function)

perl.c:860: warning: assignment makes pointer from integer without a cast

perl.c:861: warning: assignment makes pointer from integer without a cast

perl.c: At top level:

perl.c:884: redefinition of `XS'

perl.c:850: `XS' previously defined here

perl.c: In function `XS':

perl.c:891: `dXSARGS' undeclared (first use in this function)

perl.c:892: `items' undeclared (first use in this function)

perl.c:896: warning: assignment makes pointer from integer without a cast

perl.c: At top level:

perl.c:1116: redefinition of `XS'

perl.c:884: `XS' previously defined here

perl.c: In function `XS':

perl.c:1122: `dXSARGS' undeclared (first use in this function)

perl.c:1123: `items' undeclared (first use in this function)

perl.c:1125: warning: assignment makes pointer from integer without a cast

perl.c:1135: warning: passing arg 1 of `g_strdup' makes pointer from integer without a cast

perl.c:1136: warning: passing arg 1 of `g_strdup' makes pointer from integer without a cast

perl.c:1144: `XSRETURN_EMPTY' undeclared (first use in this function)

perl.c: At top level:

perl.c:1148: redefinition of `XS'

perl.c:1116: `XS' previously defined here

perl.c: In function `XS':

perl.c:1152: `dXSARGS' undeclared (first use in this function)

perl.c:1153: `items' undeclared (first use in this function)

perl.c:1159: warning: passing arg 1 of `strlen' makes pointer from integer without a cast

perl.c:1159: warning: passing arg 1 of `strlen' makes pointer from integer without a cast

perl.c:1159: warning: passing arg 2 of `strcmp' makes pointer from integer without a cast

perl.c:1160: warning: passing arg 1 of `strlen' makes pointer from integer without a cast

perl.c:1160: warning: passing arg 1 of `strlen' makes pointer from integer without a cast

perl.c:1160: warning: passing arg 2 of `strcmp' makes pointer from integer without a cast

perl.c: At top level:

perl.c:1189: redefinition of `XS'

perl.c:1148: `XS' previously defined here

perl.c: In function `XS':

perl.c:1197: `dXSARGS' undeclared (first use in this function)

perl.c:1198: `items' undeclared (first use in this function)

perl.c:1200: warning: assignment makes pointer from integer without a cast

perl.c:1213: warning: passing arg 1 of `g_strdup' makes pointer from integer without a cast

perl.c:1214: warning: passing arg 1 of `g_strdup' makes pointer from integer without a cast

perl.c:1220: `XSRETURN_EMPTY' undeclared (first use in this function)

perl.c: At top level:

perl.c:1224: redefinition of `XS'

perl.c:1189: `XS' previously defined here

perl.c: In function `XS':

perl.c:1226: `dXSARGS' undeclared (first use in this function)

perl.c:1228: `items' undeclared (first use in this function)

perl.c:1234: `XSRETURN_EMPTY' undeclared (first use in this function)

Link to comment
Share on other sites

The gaim-CVS rpm nightly build depends on GTK+ >= 2.20.

 

Does that mean I need to upgrade to GTK+ 2.2 too?

Since MDK 9.1 comes with GTK 2.0...

 

Hmmm, I don't think that I have 2.2, however the Mar. 25th build compiled fine.

 

And I just download nightlies, I can never get CVS to work. Sorry ump.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...