Jump to content

New Adium Build from SVN trunk.


lamer0
 Share

33 posts in this topic

Recommended Posts

First of all I'd like to say thanks for your time and effort... i can't imagine how much you've been annoyed with requests for a build w/ file transfers etc.

 

I tried testing out the build but it would only let me add a "Bonjour" connection... aim/msn/icq/etc. wasn't even listed when i clicked on the + sign. Personally, I am content with using your previous build. I've been using it for awhile and so far I've had no problems... it's very stable and I can do file transfers through email.

 

Just wanted to point out my problems with the new build in case you were curious though. Thanks again!

Link to comment
Share on other sites

This was built with 10.4.3 frameworks. It most likely depends on the newer more complete cocoa framework.

 

I know about the pic issue, there was an arithmetic bug in the code dealing with multi-frame logos. At this point I just forced it into a single logo display.

 

-Vic.

Link to comment
Share on other sites

This was built with 10.4.3 frameworks. It most likely depends on the newer more complete cocoa framework.

 

I know about the pic issue, there was an arithmetic bug in the code dealing with multi-frame logos. At this point I just forced it into a single logo display.

 

-Vic.

 

Thank you very much indeed for your effort!

But. I have 10.4.1 updated with 10.4.3 stuff hanging around here and I cannot add contacts exept for "Bonjour".

Just too bad...

Link to comment
Share on other sites

Thank you very much indeed for your effort!

But. I have 10.4.1 updated with 10.4.3 stuff hanging around here and I cannot add contacts exept for "Bonjour".

Just too bad...

Well this is from the svn trunk, the code base is always moving. Most likely thats the state in svn. I should of went with 0.86 branch instead.

Link to comment
Share on other sites

Why dont you guys use the PPC normal port, runs sweet as candy... :)

file transfers users pic, all of it works as should be.!!!

 

:)

 

because here and (i think most of other computers) the ppc version run slow like chewbacca :)

people like performance and fast binaries, optimized as possible to fun ;)

Link to comment
Share on other sites

Well I been using this build for about a week. I am not having any of the issues your describing. I can add contacts from any protocol. I can also add accounts from any protocol. If you want me to pinpoint whats going bad, run the binary under gdb. Hopefully with that it can give you some output why it might be failing to give you access to adding other protocols besides bonjour.

 

So just post your backtraces here.

 

cmd# gdb Theapp

> run

> bt

 

-Vic

Link to comment
Share on other sites

Here's what I came up with running Adium with gdb:

2005-11-14 19:34:16.937 Adium[270] Failed to initialize Plugin "Gaim.AdiumPlugin" ("/Applications/Adium.app/Contents/PlugIns/Gaim.AdiumPlugin")!

However, I don't think I'm doing something right since I don't get a prompt after I type run to type bt in...

Link to comment
Share on other sites

Here's what I came up with running Adium with gdb:

2005-11-14 19:34:16.937 Adium[270] Failed to initialize Plugin "Gaim.AdiumPlugin" ("/Applications/Adium.app/Contents/PlugIns/Gaim.AdiumPlugin")!

However, I don't think I'm doing something right since I don't get a prompt after I type run to type bt in...

@executable_path/../PlugIns/Gaim.AdiumPlugin/Contents/Frameworks/Libgaim.framework/Versions/A/Libgaim (compatibility version 1.0.3, current version 1.0.3)

/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos (compatibility version 5.0.0, current version 5.0.0)

/opt/local/lib/libintl.3.dylib (compatibility version 8.0.0, current version 8.3.0)

/usr/lib/libiconv.2.dylib (compatibility version 5.0.0, current version 5.0.0)

/usr/lib/libcrypto.0.9.7.dylib (compatibility version 0.9.7, current version 0.9.7)

/usr/lib/libssl.0.9.7.dylib (compatibility version 0.9.7, current version 0.9.7)

/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.0.81)

 

 

Your missing these files.

 

/opt/local/lib/libintl.3.dylib (compatibility version 8.0.0, current version 8.3.0)

/opt/local/lib/libiconv.2.dylib (compatibility version 5.0.0, current version 5.0.0)

Link to comment
Share on other sites

Are you going to rebuild it?

Im not sure I know how to get the dylib files :(

This is the one thing I HATE about os 10. OH WHY OH WHY did appledev not go with ELF?!$?!@? It makes creating binaries bullet-proof since everything is linked at linking time but, noooo with apple this is done at runtime so it is easy to miss these flaws. I am not talking about just the application this applies to the lib,bundle or kext!

Link to comment
Share on other sites

  • 2 weeks later...
 Share

×
×
  • Create New...