Re: [crossfire] GTK client compilation issue w/ newer autotools

2012-02-26 Thread David McIlwraith
hlinux.org/. Thanks for your advice! :-) Regards, - David McIlwraith <2c93e...@gmail.com> On Sun, Feb 26, 2012 at 1:48 PM, Mark Wedel wrote: > On 02/15/12 01:22 AM, David McIlwraith wrote: >> >> Hi, >> >> Thanks. Seems that is the case here. X libraries are not listed

Re: [crossfire] GTK client compilation issue w/ newer autotools

2012-02-15 Thread David McIlwraith
Hi, Thanks. Seems that is the case here. X libraries are not listed in the gtk+-2.0.pc file for some reason. Regards, - David McIlwraith <2c93e...@gmail.com> On Wed, Feb 15, 2012 at 3:16 PM, Mark Wedel wrote: > On 02/14/12 04:49 PM, David McIlwraith wrote: >> >> Hi,

[crossfire] GTK client compilation issue w/ newer autotools

2012-02-14 Thread David McIlwraith
similar vein to Xext. Noting that I have not encountered this issue before when packaging the client, I am unsure as to where the problem lies -- does anyone have any insight here? Regards, - David McIlwraith <2c93e...@gmail.com> ___ crossfire m

[crossfire] [PATCH] Fix for libpng compilation problem

2012-02-14 Thread David McIlwraith
Hi, A missing png_setjmp() results in compilation failure in latest subversion sources on ArchLinux (png_infop's jmp_buf is accessed directly in one place). A proposed fix is attached. Regards, - David McIlwraith <2c93e...@gmail.com> Index: gtk-v

Re: [crossfire] bla

2011-12-03 Thread David McIlwraith
_LOCALE_DIR=\""$(localedir)"\" \ -I$(top_builddir)/common \ -I$(top_srcdir)/common \ -I$(top_srcdir)/common/shared \ Regards, - David McIlwraith On Sun, Dec 4, 2011 at 3:30 PM, James Lopeman wrote: > Yep that was it. patch is so annoying. Now that it applys I&

Re: [crossfire] [PATCH 0/1] GTK 2+ client: fix for locale dir. reference in Makefile.am; other autotools issues

2011-12-03 Thread David McIlwraith
s there. crossfire-client version 1.60.0 has an additional bug re: curl/types.h header inclusion; this does not exist in newer cURL versions, and is not required. A patch for that is attached. Regards, - David McIlwraith On Sun, Dec 4, 2011 at 11:44 AM, James Lopeman wrote: > The attached patch d

Re: [crossfire] [PATCH 0/1] GTK 2+ client: fix for locale dir. reference in Makefile.am; other autotools issues

2011-12-03 Thread David McIlwraith
Hi, I will have a look shortly re: jxclient. Thank you for the prompt feedback :-) Regards, - David McIlwraith On Sun, Dec 4, 2011 at 11:33 AM, James Lopeman wrote: > I do not know enough about automess to comment on this other then I apreciate > the feedback ( and patches even more )

Re: [crossfire] [PATCH 0/1] GTK 2+ client: fix for locale dir. reference in Makefile.am; other autotools issues

2011-12-03 Thread David McIlwraith
Ouch -- Sorry for the duplicate messages! Accidental resend. Regards, - David McIlwraith On Sun, Dec 4, 2011 at 10:24 AM, David McIlwraith <2c93e...@gmail.com> wrote: > Hi, > > As of the newest trunk svn version (and prior versions), the locale > directory is not properly ref

[crossfire] [PATCH 1/1] GTK 2+ client: fix for locale dir. reference in Makefile.am; other autotools issues

2011-12-03 Thread David McIlwraith
Proposed fix attached. Already in use in 'crossfire-client-svn', ArchLinux AUR (https://aur.archlinux.org/packages.php?ID=34483). Regards, - David McIlwraith \Proposed fix for GTK 2+ Makefile.am reference to locale directory. "$(DATADIRNAME)" is not defined in newest aut

[crossfire] [PATCH 0/1] GTK 2+ client: fix for locale dir. reference in Makefile.am; other autotools issues

2011-12-03 Thread David McIlwraith
e not provided. The commands: aclocal automake --add-missing [to add the missing utils/ files] autoreconf are necessary to produce a working package. I am not sure if the latter problem is regarded as a major issue at this point or not, but the locale directory reference is definitely not correct

Re: [crossfire] [PATCH 1/1] GTK 2+ client: fix for locale dir. reference in Makefile.am; other autotools issues

2011-12-03 Thread David McIlwraith
gards, - David McIlwraith On Fri, Nov 18, 2011 at 10:59 PM, David McIlwraith wrote: > Sorry, > > Correct patch attached (whitespace issues). Otherwise, details as per > message 0/1. > > Regards, > - David McIlwraith > ArchLinux AUR 'crossfire-client' / 'crossfi

Re: [crossfire] [PATCH 1/1] GTK 2+ client: fix for locale dir. reference in Makefile.am; other autotools issues

2011-11-18 Thread David McIlwraith
Sorry, Correct patch attached (whitespace issues). Otherwise, details as per message 0/1. Regards, - David McIlwraith ArchLinux AUR 'crossfire-client' / 'crossfire-client-svn' package maintainer On Fri, Nov 18, 2011 at 10:39 PM, David McIlwraith wrote: > Proposed fix

[crossfire] [PATCH 1/1] GTK 2+ client: fix for locale dir. reference in Makefile.am; other autotools issues

2011-11-18 Thread David McIlwraith
Proposed fix for GTK 2+ Makefile.am reference to locale directory. "$(DATADIRNAME)" is not defined in newest autotools versions, and "$(localedir)" is preferred. Signed-off-by: David McIlwraith --- Makefile.am |2 +- 1 file changed, 1 insertion(+), 1 deletion(-

[crossfire] [PATCH 0/1] GTK 2+ client: fix for locale dir. reference in Makefile.am; other autotools issues

2011-11-18 Thread David McIlwraith
e not provided. The commands: aclocal automake --add-missing [to add the missing utils/ files] autoreconf are necessary to produce a working package. I am not sure if the latter problem is regarded as a major issue at this point or not, but the locale directory reference is definitely not correct

Re: [crossfire] New server crashing today - trunk

2011-11-06 Thread David McIlwraith
. Regards, - David McIlwraith <2c93e...@gmail.com> On Mon, Nov 7, 2011 at 11:02 AM, James Lopeman wrote: > Invidious is compiled with > > export CFLAGS="-O0 -ggdb3" > > Meflin > > On Sunday, November 06, 2011 04:57:07 PM David McIlwraith wrote: >

Re: [crossfire] New server crashing today - trunk

2011-11-06 Thread David McIlwraith
You may want to recompile with -O0 (no optimisations) and -ggdb... that backtrace is not going to help much. Regards, - David McIlwraith <2c93e...@gmail.com> On Mon, Nov 7, 2011 at 9:34 AM, James Lopeman wrote: > Entering the Scorn and Navar World maps crashes the server. Invidious and

Re: [crossfire] X-rays and infravision

2010-08-14 Thread David McIlwraith
ermits one to "see through walls", given the correct wavelength and the sensitivity of the detector... there is self-evidently area for confusion here. Indeed, I question whether it is worthwhile even _having_ both behaviours here. Regards, - David McIlwraith On Sat, Aug 14, 2010 at 9:1

Re: [crossfire] Flash based Crossfire Client

2010-04-04 Thread David McIlwraith
Re Nicolas: Silverlight? You've got to be kidding me. Ouch. Quite possibly the worst development platform ever envisioned (one may as well use Java, at least it's mature and sane), save for exposing native-code executables directly to the web (what was that? "ActiveX"? OLE v2? COM? Oh, they're all

[crossfire] Rods bug

2008-04-02 Thread David McIlwraith
pidly gain experience with, for example, a level 110 rod of banishment. Can someone please fix this ASAP? Thanks. - David McIlwraith <[EMAIL PROTECTED]> aka archaios ___ crossfire mailing list crossfire@metalforge.org http://mailman.metalforge.org/