[Bug-XBoard] [bug #33750] commit 56310c5b198bc521e0a715377c68378b7bcf10a5 causes segfault here

2011-09-29 Thread Auguste Pop
Follow-up Comment #2, bug #33750 (project xboard): yes, it's fixed. ___ Reply to this item at: ___ Message sent via/by Savannah http://savannah.gnu.or

[Bug-XBoard] [bug #33750] commit 56310c5b198bc521e0a715377c68378b7bcf10a5 causes segfault here

2011-07-11 Thread Auguste Pop
URL: Summary: commit 56310c5b198bc521e0a715377c68378b7bcf10a5 causes segfault here Project: XBoard Submitted by: auguste Submitted on: Tue 12 Jul 2011 02:48:51 AM GMT Category: None

[Bug-XBoard] [bug #33241] xboard quits with "Unable to create font set."

2011-05-29 Thread Auguste Pop
Follow-up Comment #11, bug #33241 (project xboard): i tried the new version from git, still can not create font set. the error message is more verbose now. it's about failing to match helvetica. anyway, if i specify manually in ~/.xboardrc, i can start xboard. the difference is this time, the *'s

[Bug-XBoard] [bug #33241] xboard quits with "Unable to create font set."

2011-05-17 Thread Auguste Pop
Follow-up Comment #9, bug #33241 (project xboard): after reading the strace output, which is quite cryptic to me, and considering arun's earlier suggestion, i changed the last seven sections of all font related specs into * in ~/.xboardrc. miraculously, xboard started. the font were matched to -m

[Bug-XBoard] [bug #33241] xboard quits with "Unable to create font set."

2011-05-17 Thread Auguste Pop
Follow-up Comment #8, bug #33241 (project xboard): here is the strace result get by strace -o strace.result xboard i don't know how to read it, just provided it for you information. http://paste.pocoo.org/show/390407/ ___ Reply to this it

[Bug-XBoard] [bug #33241] xboard quits with "Unable to create font set."

2011-05-16 Thread Auguste Pop
Follow-up Comment #7, bug #33241 (project xboard): i can match this font specification with xlsfonts. (see below) my kernel is configured like CONFIG_NLS=y CONFIG_NLS_DEFAULT="utf8" CONFIG_NLS_UTF8=m maybe i did it wrong, because i don't know how to "give a similar FontSpec" to xboard, so i actu

[Bug-XBoard] [bug #33241] xboard quits with "Unable to create font set."

2011-05-07 Thread Auguste Pop
Follow-up Comment #4, bug #33241 (project xboard): LANG is set to en_US.utf8 no warning while compiling. i used make install, two .mo files are installed, namely /usr/share/locale/de/LC_MESSAGES/xboard.mo and /usr/share/locale/tr/LC_MESSAGES/xboard.mo i tried to remove my ~/.xboardrc which spec

[Bug-XBoard] [bug #33241] xboard quits with "Unable to create font set."

2011-05-06 Thread Auguste Pop
Follow-up Comment #2, bug #33241 (project xboard): i am on archlinux. gettext is version 0.18.1.1, although gettextize --version only reports 0.18.1 gettextize -f before ./autogen.sh does not help. i also tried to copy /usr/share/gettext/gettext.h into xboard directory, aclocal -I m4, autoconf, g

[Bug-XBoard] [bug #33241] xboard quits with "Unable to create font set."

2011-05-06 Thread Auguste Pop
URL: Summary: xboard quits with "Unable to create font set." Project: XBoard Submitted by: auguste Submitted on: Fri 06 May 2011 08:10:15 AM GMT Category: None Severity

[Bug-XBoard] [bug #33051] font configuration in .xboardrc should be quoted

2011-04-12 Thread Auguste Pop
Follow-up Comment #2, bug #33051 (project xboard): it works perfectly. thank you for the quick fix. :-) ___ Reply to this item at: ___ Message sent via/

[Bug-XBoard] [bug #33051] font configuration in .xboardrc should be quoted

2011-04-11 Thread Auguste Pop
URL: Summary: font configuration in .xboardrc should be quoted Project: XBoard Submitted by: auguste Submitted on: Tue 12 Apr 2011 02:03:50 AM GMT Category: None Severi

[Bug-XBoard] bug in xboard.conf texture file path introduced by "make install" osx patch

2011-03-21 Thread Auguste Pop
hi, the removal of "/" in Makefile.am in commit 89b4744733181f1192eaa26bde00d2f0e7843182 caused a bug in xboard.conf. the two texturefile options in config file lacks a "/" in the path. specifically, the "/" before the .xpm files is missing. best regards,