XBoard 4.4.1 released

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

NaltaP312
Posts: 56
Joined: Wed Oct 29, 2008 1:06 pm
Full name: Marc Paule

Re: XBoard 4.4.1 released

Post by NaltaP312 »

Hello great team,

is there a mac os x version available ?

Thanks
Regards
Yves
zullil
Posts: 6442
Joined: Tue Jan 09, 2007 12:31 am
Location: PA USA
Full name: Louis Zulli

Re: XBoard 4.4.1 released

Post by zullil »

hgm wrote:The new XBoard 4.4.1 is available in source from the GNU-Savannah XBoard website in source code.
I had a problem building under OS X (both 10.5 and 10.6).

Tried the usual

./configure
make

Got

Code: Select all

gcc -o xboard backend.o book.o childio.o gamelist.o lists.o moves.o parser.o pgntags.o uci.o xboard.o xedittags.o xengineoutput.o xgamelist.o xhistory.o xoptions.o zippy.o -lm -lXpm -lSM -lICE -lXaw -L/usr/X11/lib -R/usr/X11/lib -lX11 -lXt 
Undefined symbols: 
"__XA_UTF8_STRING", referenced from: 
__XA_UTF8_STRING$non_lazy_ptr in xboard.o 
"__XA_TARGETS", referenced from: 
__XA_TARGETS$non_lazy_ptr in xboard.o 
"_XmuInternAtom", referenced from: 
_SendPositionSelection in xboard.o 
_SendPositionSelection in xboard.o 
_SendPositionSelection in xboard.o 
_CopyPositionProc in xboard.o 
_PastePositionProc in xboard.o 
_SendGameSelection in xboard.o 
_SendGameSelection in xboard.o 
_SendGameSelection in xboard.o 
_CopyGameProc in xboard.o 
_PasteGameProc in xboard.o 
"__XA_CLIPBOARD", referenced from: 
__XA_CLIPBOARD$non_lazy_ptr in xboard.o 
ld: symbol(s) not found 
collect2: ld returned 1 exit status 
make[1]: *** [xboard] Error 1 
make: *** [all] Error 2 
The fix was to add -lXmu to
xboard_LDADD = -lm -lXpm -lSM -lICE -lXaw -lXmu -L/usr/X11/lib -R/usr/X11/lib -lX11 -lXt
in the Makefile.

Have already filed a bug report.