Mike got in touch with me: he had solved my problem before I even
asked. I can compile the version from Aug 2.

On Sun, Aug 3, 2014 at 11:31 PM, David Murray <davidmurra...@gmail.com> wrote:
> I was not able to compile the latest Scid code following Ben's
> instructions, on a mostly-stock Ubuntu 12.04 Precise.
>
> I took a look at the makefile for Scid 4.3 and noticed that linking to
> TK_LIBRARY has been removed since then. I added back in that link and
> was able to make it then. This was necessary whether I used gcc or
> clang.
>
> The instructions that work for me:
>
> ===
> 1.  ./configure
>
> 2.  edit Makefile as follows:
>
> add the third line here:
>
> TCL_INCLUDE = -I/usr/include/tcl8.5
> TCL_LIBRARY = -L/usr/lib -ltcl$(TCL_VERSION)
> TK_LIBRARY  = $(TCL_LIBRARY) -ltk$(TCL_VERSION) -L/usr/X11R6/lib -lX11
>
> add the last word, $(TK_LIBRARY) here:
>
> tkscid: $(OBJS) $(XOBJS)
>     $(LINK) $(TCL_LIBRARY) $(ZLIB) $(PROFILE) -o tkscid $(XOBJS)
> $(OBJS) $(TK_LIBRARY)
>
> 3. make
> ===
>
> I am interested to know if this helps someone else, or if there is
> something unique about my setup that I haven't thought of.
>
> David

------------------------------------------------------------------------------
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to