Hi, I've created source and binary packages for Debian/Sarge: Put the appropriate line in /etc/apt/sources.list and let me know of any issues please: deb...
Hello,
These are to the latest svn as of 2005-05-13. The order they must be
applied is specified in 00list. (The autoreconf patch was to aid in
building the...
Hi, The config.txt file is basically ascii with "escaped unicode". This means we need some equivalent of the java sdk command line utility: native2ascii...
I should have mentioned, the package is gaim-gaym, so: apt-get install gaim-gaym Dave. ... -- Encrypted Mail Preferred: Key ID: 8527B9AF Key Fingerprint:...
Hi everyone, I made some changes to the layout of the SVN repository, and committed the patches that David provided, as well as fixing a bug where canceling a...
So i'm trying to install this patch on *GASP* windows xp. I know i know, but I screwed with my partition table, and then windows was the ONLY thing I could...
... Bull - you using Windows is your own issue. But there is nothing you can do to your partition table that is going to stop linux fdisk from making a new...
I've committed win32 support (mingw) to latest subversion trunk. It has only been tested using the cross compiler available on Debian/Sarge, but I would...
Hi everyone, There have been a few commits recently. -Ignore/unignore should work on a per-channel basis (thanks, David!) -We are working on getting full...
... As far as I can test, I think full privacy/ignore features work now (in the latest svn) except for the following: - Changes in "Tools | Privacy" are...
Hi, I'm working on a prpl. I have the following for the prpl call back of set_permit_deny (its intent is to make ignore.png appear next to all members of the...
... I think how you're doing this is a problem. At the very least, what you're doing is probably causing a memory leak, and if that weren't enough, you're...
Hi, Just committed a change to how we manage gaym in subversion: This commit lets us use automake, autoconf, and libtool in a more standard way. That is, we...
Just committed another change here: Another autoconf, automake, libtool commit. This one synchronizes more with how gaim 1.3.0 does it. We still need a way...
... I can't get that or anything close to work. What I ultimately want to do is, for each user, in each room, invoke the following two functions (similar to...
... From my own gdb backtraces: debugging from inside that routine: ROOM user->data is 828f470, which points to 'Ø5' *** glibc detected *** free(): invalid...
Hi, I've started nightly builds for source and win32 packages. They are available at ftp://ftp.berlios.de/pub/qrc Please test and provide feedback. Thanks, ...
Well, I just found the problem and it was that I didn't understand the structures well. I'll have something checked in within the next few hours and should be...
I've set up a new mailing list for subversion commits. If you want to know when something has changed in subversion, this is the list to subscribe to: ...
... Ahhhh. So the GList *'s weren't of strings at all, but of another structure entirely. Is there any place where this is documented, or is this still a...
Am Montag, den 30.05.2005, 12:58 -0600 schrieb David Everly: hi guys I tried to run automake.sh on a fresh downloaded svn i have also automake,libtool and...
... Hi Michael, You should run "./autogen.sh" inside the "/home/rubberboy/qrc_new/qrc/gaym/trunk" directory. But I think the problem is you need automake 1.9.5...
This commit should address the earlier reported autotools problem, by explicitly requiring automake 1.9.5 or higher. I think it is needed not only for...
... hi dave thanks for the asnwer i have automake 1.9.5-1 installed, i run autogen.sh in "/home/rubberboy/qrc_new/qrc/gaym/trunk" directory but i think the...