Hello, I copy your email to the mailing lists, especially because some other people may know better than me how to help you...
For your issue about the compiler, I don't know all mrxvt's code by heart, and I have not been here long enough to know all past problems of mrxvt (in fact, even if I were, I don't always read all messages on the list, it depends on my time and on my mood of the day ;-). So for runtime issues, the exact error message you got is appreciated (this you did well). This way, someone may make a search in the code to see where it can be raised and read around why it has been raised. And for compilation issues like the one you are speaking about now, I would suggest to copy the whole error message gcc displayed (sometimes it can be long, because the compiler also gives the context: the error, from which function, from which file, etc.). Then I will be able to make some searches... :-) Jehan -------- Message original -------- Sujet: Re: [Materm-devel] Building 0.5.2 on IRIX Date: Mon, 4 Aug 2008 10:38:21 -0700 (PDT) De: Jackson Jones <[EMAIL PROTECTED]> Pour :: Jehan <[EMAIL PROTECTED]> Jehan, Thanks!! I'll give 0.5.4 a whirl. There was an error produced in rxvt.h about only being compilable under c99 (when I tried 0.5.3) For IRIX, there is only gcc-3.4.6 which does not support c99. Was that issue resolved as well? (I may one day do a bootstrap of 4.2.4 to IRIX, if the guys on Nekochan don't do it soon) ----- Original Message ---- From: Jehan <[EMAIL PROTECTED]> Cc: materm-devel@lists.sourceforge.net Sent: Monday, August 4, 2008 10:30:10 AM Subject: Re: [Materm-devel] Building 0.5.2 on IRIX Hello Jackson, in the 0.5.2 (and even 0.5.3) code, there is indeed a strange operation done on the keysym to make them lowercase (in macros.c:357, a function meant to be applied to a character is applied to a keysym, which was probably working on some common implementation only), and I guess this is where your issue comes from. But this is probably fixed in the last release 0.5.4 (it has been out today! A few hours ago...). Revision 253 in the subversion (done after 0.5.3) is tagged "Added NetBSD portability patches by Tobias Nygren" and there has been a change in the code on the exact line where I think your issue comes from (the lowercase conversion was made using a dedicated X function instead). There was not much more information (but probably in the mailing list? I have not looked for this) on what was this "portability patch", but I think it may be the same issue you have on Irix. So I suggest to update to last version 0.5.4, I think this will fix this issue. Bye! Jehan ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Materm-devel mailing list Materm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/materm-devel mrxvt home page: http://materm.sourceforge.net