Hi,
I think you are missing/changing some steps. This are the steps to
follow:
$ bzip2 -d scid-3.6.25.tar.bz2
$ cd scid/
$ mv Makefile.conf Makefile.conf.bak
$ cp Makefile.conf.darwin Makefile.conf
$ ./configure
$ make scid_app
I don't have access to my mac, so that is from memory, hope it works
Hello Benoit,
I do not have the skills to trouble-shoot the error messages you received.
However, I did notice that your screen dump appears to be missing one of the
commands in Garth's procedure:
{snip}
> Macintosh:~ ben$ bzip2 -d scid-3.6.25.tar.bz2
> Macintosh:~ ben$ cd scid/
{insert}
cp M
Hello,
I downloaded Scid's source, and did as Cory told :
Macintosh:~ ben$ bzip2 -d scid-3.6.25.tar.bz2
Macintosh:~ ben$ cd scid/
Macintosh:scid ben$ ./configure
configure: Makefile configuration program for Scid
Renaming "Makefile" to "Makefile.bak"
Tcl/Tk version: 8.4
Your operating sy
Hello Benoit,
{snip}
> Sorry, I can't help you on OS X, but maybe Cory can give you
> a hint?
{snip}
Garth Corral gave the following procedure for installing on Mac OS:
- download the version you want to install, untar it, cd into the top-level
- do:
cp Makefile.conf.darwin Makefile.conf
./config