bug-xboard
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-XBoard] Problems building 4.4 Beta 1 on OS X 10.5.8


From: Louis Zulli
Subject: [Bug-XBoard] Problems building 4.4 Beta 1 on OS X 10.5.8
Date: Mon, 17 Aug 2009 10:14:07 -0400

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.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]