Re: [Amsn-devel] aMSN 0.96 RC1

2006-06-13 Thread Jerome Gagnon-Voyer
Hi Tom

First of all, good job for everything, taking care of everything and stuff. 
Especially for Growl, I tried during many hours to compile it in Universal and 
it seems that you did it, good job. Did you commit your work on aMSN Svn?

You're talking about modifying the info.plist and I don't get it. I mean, if 
you put the normal PPC version of aMSN, it will open in Rosetta on Intel and in 
normal on PPC right? What's the thing about modifying the info.plist?

Yeah before making aMSN run in Intel, ALL the .dylib stuff inside /utils/macosx 
should be in Universal. For QuickTimeTcl, can I ask you where did you take it? 
I'm pretty sure the version you have is wrong. Are you using the version coming 
from Mac OS X-Intel Macs? If yes, this is totally wrong because we use a 
feature for the webcam that is inside a new version of QuickTimeTcl (later than 
QuickTimeTcl3.1) and it's not the version packed with Mac OS X. You should 
write to 
Mats Bengtsson 
Email: [EMAIL PROTECTED]
To know if he made any progress about compiling QuickTimeTcl on Intel Macs.
Also, I went in Cupertino 3 weeks ago to met Jim Ingham (yes, on Apple 
Campus!). This guy is working during his spare time on Tcl-Tk Aqua and we 
talked about the TCL-TK project a little bit. This is the guy I will try to 
contact when I will come back to try to fix this Intel Mac problem with aMSN.

For sndplay, can you look around to see if aMSN still use it? I think we only 
use it for loop alarms in the file alarm.tcl. Not even sure tho. It's a small 
software independant from aMSN so it's not a big deal if it's still in Rosetta 
because aMSN Wish Shell can launch anyway without that.

tclCarbonHICommand.dylib - 100%

tclCarbonNotification.dylib - 100%
GOOD JOB. I was too lazy for that, nice to do that  you figured it out.

And the last thing is TkCximage.dylib and webcamsn.dylib... I just remember 
that a month ago I sent a file package to Xavier, my friend in Montreal, with 
all the stuff to try to compile aMSN on Intel Macs. He's in the CC:, may be he 
will be able to send you what you are asking for, I don't know.

I can't make the release because I'm in San Francisco right now and I don't 
have my computer. So you can do it. Just don't forget to change the default 
skin from the amsn normal skin to the amsn for mac skin (like 0.95), it's very 
important. ALSO, don't forget the default skin needs a 'null' file in ALL 
folders if you want to avoid bugreports (or may be 0.96 doesn't u se it anymore 
I don't know but don't take a chance). 

Also, did you fix the problem with webcam crashing after 5min? Or the memory 
leak? We didn't have this problem in 0.95 so it must be fixed for 0.96, it's an 
HIGH priority that's why the mailling list is in CC, I specially ask for it. I 
think the best way to find the bug is go back in time in the old cvs version 
server (TELL ME WE STILL HAVE IT!!!) and find the amsn-commits log message for 
this day. It can take a long time (finding the exact time), but still, it's the 
best way to do.

I'm coming back on the 23rd, celebrating the St-Jean(kinda 4th of july of the 
french people in Quebec), then I should be free to work on the Intel macs 
version. This is my highest priority, I don't even know what is coming in 0.96 
anyway, i'm in California without my laptop and I don't have time to read the 
mailling list.

So i'll see ya around 
On Tuesday, June 13, 2006, at 10:14AM, Tom Hennigan [EMAIL PROTECTED] wrote:


Original Attached


Jérôme Gagnon-Voyer
eMail: [EMAIL PROTECTED]
MSNMessenger: [EMAIL PROTECTED]
iChat  AIM: gagnonje5000 (à Mac.com)
Skype: germinator5000
Heya Jérôme,aMSN 0.96 RC1 is apparently being released tomorrow!! :OWould you like to make the release? Or do you want me to package up aMSN and put up an announcement? I don't mind either way, it's entirely up to you!!Btw I have made a fair bit of progress with aMSN Universal (http://dhost.info/climbtothesky/amsn.php). The universal Wish Shell doesn't bounce in the dock thousands of times before the login window appears, but it still takes some time to load the login window. MacTel users say that it uses 30% less CPU, but they need to make aMSN run using Rossetta to get it to load atall (I think I have a workaround for this, but it hasn't been tested yet. If you add the key LSRequiresNativeExecution=/false to the info.plist file, it should open using Rosstta on i386 Macs, and will work normally on PPC macs).Although, I still haven't heard a response from Fred on the compile app so I'm not able to work on TkCximage, and webcamsn... Will you be able to mail me the file in the near future??See you round!Tom Tom Hennigan[EMAIL PROTECTED]http://www.justclimbit.co.uk/ ___
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel


Re: [Amsn-devel] aMSN 0.96 RC1

2006-06-13 Thread Tom Hennigan
Heya Jérôme,Just quickly:QuickTimeTcl3.1 - I took this from an Intel Mac, so I'm guessing it isn't the right one. I'll test it with webcam tonight though, to see if Apple took their version from CVS or 3.1. (I contacted the dev. He hasn't worked on it yet as he's still on 10.2.8, and so he can't compile universal, and he doesn't have access to an intel box).Growl - I don't have an SVN account, but I can put it on my account for someone else to commit if you'd like.tclCarbonHICommand  tclCarbonNotification - These were easy :-)! But it's not "universal". The tcl source file chooses either darwin-ppc/ or darwin-x86/, but it will be transparent to the end user!On the webcam bug, yes I'm working on it. I'm extremely busy with exams atm. So I'm getting an hour or two a night at most to work on it... But still I'm doing my best!See you round,TomOn 13 Jun 2006, at 17:06, Jerome Gagnon-Voyer wrote:Hi TomFirst of all, good job for everything, taking care of everything and stuff. Especially for Growl, I tried during many hours to compile it in Universal and it seems that you did it, good job. Did you commit your work on aMSN Svn?You're talking about modifying the info.plist and I don't get it. I mean, if you put the normal PPC version of aMSN, it will open in Rosetta on Intel and in normal on PPC right? What's the thing about modifying the info.plist?Yeah before making aMSN run in Intel, ALL the .dylib stuff inside /utils/macosx should be in Universal. For QuickTimeTcl, can I ask you where did you take it? I'm pretty sure the version you have is wrong. Are you using the version coming from Mac OS X-Intel Macs? If yes, this is totally wrong because we use a feature for the webcam that is inside a new version of QuickTimeTcl (later than QuickTimeTcl3.1) and it's not the version packed with Mac OS X. You should write to Mats Bengtsson Email: [EMAIL PROTECTED]To know if he made any progress about compiling QuickTimeTcl on Intel Macs.Also, I went in Cupertino 3 weeks ago to met Jim Ingham (yes, on Apple Campus!). This guy is working during his spare time on Tcl-Tk Aqua and we talked about the TCL-TK project a little bit. This is the guy I will try to contact when I will come back to try to fix this Intel Mac problem with aMSN.For sndplay, can you look around to see if aMSN still use it? I think we only use it for loop alarms in the file alarm.tcl. Not even sure tho. It's a small software independant from aMSN so it's not a big deal if it's still in Rosetta because aMSN Wish Shell can launch anyway without that.tclCarbonHICommand.dylib - 100%tclCarbonNotification.dylib - 100%GOOD JOB. I was too lazy for that, nice to do that  you figured it out.And the last thing is TkCximage.dylib and webcamsn.dylib... I just remember that a month ago I sent a file package to Xavier, my friend in Montreal, with all the stuff to try to compile aMSN on Intel Macs. He's in the CC:, may be he will be able to send you what you are asking for, I don't know.I can't make the release because I'm in San Francisco right now and I don't have my computer. So you can do it. Just don't forget to change the default skin from the amsn normal skin to the amsn for mac skin (like 0.95), it's very important. ALSO, don't forget the default skin needs a 'null' file in ALL folders if you want to avoid bugreports (or may be 0.96 doesn't u se it anymore I don't know but don't take a chance). Also, did you fix the problem with webcam crashing after 5min? Or the memory leak? We didn't have this problem in 0.95 so it must be fixed for 0.96, it's an HIGH priority that's why the mailling list is in CC, I specially ask for it. I think the best way to find the bug is go back in time in the old cvs version server (TELL ME WE STILL HAVE IT!!!) and find the amsn-commits log message for this day. It can take a long time (finding the exact time), but still, it's the best way to do.I'm coming back on the 23rd, celebrating the St-Jean(kinda 4th of july of the french people in Quebec), then I should be free to work on the Intel macs version. This is my highest priority, I don't even know what is coming in 0.96 anyway, i'm in California without my laptop and I don't have time to read the mailling list.So i'll see ya around On Tuesday, June 13, 2006, at 10:14AM, Tom Hennigan [EMAIL PROTECTED] wrote: Original Attached Jérôme Gagnon-VoyereMail: [EMAIL PROTECTED]MSNMessenger: [EMAIL PROTECTED]iChat  AIM: gagnonje5000 (à Mac.com)Skype: germinator5000 Heya Jérôme,aMSN 0.96 RC1 is apparently being released tomorrow!! :OWould you like to make the release? Or do you want me to package up aMSN and put up an announcement? I don't mind either way, it's entirely up to you!!Btw I have made a fair bit of progress with aMSN Universal (http://dhost.info/climbtothesky/amsn.php). The universal Wish Shell doesn't bounce in the dock thousands of times before the login window appears, but it still takes some time to load the login window. MacTel users say that it uses 30% less CPU, but they need to 

Re: [Amsn-devel] aMSN 0.96 RC1

2006-06-13 Thread Harry Vennik
Op dinsdag 13 juni 2006 18:06, schreef Jerome Gagnon-Voyer:
 Also, did you fix the problem with webcam crashing after 5min? Or the
 memory leak? We didn't have this problem in 0.95 so it must be fixed for
 0.96, it's an HIGH priority that's why the mailling list is in CC, I
 specially ask for it. I think the best way to find the bug is go back in
 time in the old cvs version server (TELL ME WE STILL HAVE IT!!!) and find
 the amsn-commits log message for this day. It can take a long time (finding
 the exact time), but still, it's the best way to do.

All history from cvs is now in svn.


___
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel