Hi,

I got it built, but there were a number of obstacles to overcome.

1) Needed to remove

#include <malloc.h>

from uci.c. There is no such header in OS X. Using #include <stdlib.h> is sufficient.

2) Ran

./configure --with-x

but the resulting Makefile failed to provide for linking quite a few libraries. Finally found an old xboard Makefile and copied and pasted from that, setting

LIBS = -L/usr/X11/lib -R/usr/X11/lib -lXaw -lXmu -lXt -lXext -lXpm - lSM -lICE -lX11 -lm

in the 4.4 Makefile. This let everything build.

3) Needed to make

install-sh

executable, and then was able to install.

Hope this report is helpful. Thanks for the work on xboard.





_______________________________________________
Bug-XBoard mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-xboard

Reply via email to