Re: New User, First Thoughts, Future?
Edward L Haletky <elh-WO6m4u01wFS1Z/[email protected]>
| Newsgroups | gmane.network.instant-messaging.ayttm.user |
|---|---|
| Message-ID | <1086959318.26204.8.camel@secretariat> |
GTK2? This sounds great.... Please be aware of anything that may be a difference between WINDOWS and LINUX when doing this port as it will need to be ported eventually. There are GTK2 libs for windows now. Just my 2 cents.... I still need people willing to test and write up bug reports if not help with the port itself. Thanks, Edward Haletky On Thu, 2004-06-10 at 19:12, Phil Durand wrote: > Ya know, I'm sure having a lot of problems with AYTTM since I discovered > it. I've been looking for a MSN client that has some real features, and > this sounds like the one from what I read, but I can't use it. > > I can compile and run fine. First thing I noticed was that it doesn't > use GTK2. This doesn't stop it from working, but it makes the app seem > less pretty and doesn't respond the same way as the rest of the > interface. Next was that I cannot connect to MSN. It shows me a list of > users, and it tells me that "MSN connection has been reset." > > I haven't had a chance to test out any of the program's features > otherwise. So I haven't tested the MSN file transfers and any > GnomeMeeting stuff. > > I'm not saying I can pull this off or not, but I have some interest in > porting this application using C#/Mono and GTK2. I'm new to doing any > kind of work like this, is there any licensing issues I have to think > about before I start trying? > > I'm a student at SAIT in Alberta, this would be a great way for me to > get some skills doing something I have an interest in. > > Thanks, > > Draek > > On Thu, 2004-06-10 at 11:40, Stephan Dahl wrote: > > Hi, > > > > Sent to the mailing list on request. > > > > Regards, > > -- > > Stephan (sdahl-yrwVVJnAJyJ/[email protected]) > > If you're going to do something tonight that you'll be sorry for > > tomorrow morning, sleep late. > > -- Henny Youngman > > > > ______________________________________________________________________ > > From: Stephan Dahl <sdahl-yrwVVJnAJyJ/[email protected]> > > To: Edward L Haletky <elh-WO6m4u01wFS1Z/[email protected]> > > Cc: [email protected] > > Subject: Re: [Ayttm-users] New user - comments (and patches) to 0.4.6-1 (now 0.4.6-15) > > Date: Sat, 29 May 2004 02:16:21 +0200 > > > > Hi Edward, > > > > Edward L Haletky wrote: > > > Hello, > > > > > > Yes please continue to provide patches. Send them via email as it will > > > help. > > > > > If you want to continue working on this, which would be grand, we can > > > make you a developer. Well I can not but Philip could if you want that. > > > > > > I rather have the patches via email. > > > > OK; I've attached a new patch to this email. > > > > It differs from my previous patches in that it is based off the > > 0.4.6-15, fresh from CVS today. > > > > It took me a while to get the CVS-based build to work - apparently, all > > my GNU tools (aclocal, automake, autoconf) where so much downlevel that > > the gen script wouldn't run (that's also why the patch includes changes > > to ayttm/gen - the newer auto-tools installed to /usr/local, where the > > old ones were in /usr). > > > > ayttm/configure still won't recognize my ARTS setup. That's probably > > because ARTS is downlevel, too, I just edited the ayttm/config.h file by > > hand. > > > > I get some new and exciting errors when running 'make install': > > Basically, in the files > > ayttm/modules/smileys/console_smileys/Makefile > > and > > ayttm/modules/smileys/giles_smileys/Makefile > > there are variables saying eg > > THEME_NAME = "Console Smileys" > > Change to > > THEME_NAME = ConsoleSmileys > > and it works again (for me - I don't actually use those smileys, so it's > > not much of a test!). Apparently, the value of the variable are used as > > part of a pathname, and then > > test -z "$(smileydir)" || $(mkdir_p) "$(DESTDIR)$(smileydir)" > > expands to > > test -z "/usr/local/share/ayttm/smileys/"Console Smileys"" || mkdir -p > > -- . "/usr/local/share/ayttm/smileys/"Console Smileys"" > > which is probably not what's intended. Do you have a bug submission process? > > > > > > Regards, > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the new InstallShield X. > >From Windows to Linux, servers to mobile, InstallShield X is the > one installation-authoring solution that does it all. Learn more and > evaluate today! http://www.installshield.com/Dev2Dev/0504 > _______________________________________________ > Ayttm-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ayttm-users ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504