gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] How to build debugboard?


From: aquarius
Subject: [gnugo-devel] How to build debugboard?
Date: Fri, 09 Jan 2004 17:35:13 +0100
User-agent: Opera7.22/Win32 M2 build 3221

Hi,

in GNU Go 3.5.3 I can not build debugboard(.exe)
in fact I never tried before ...

I get this error:
make: *** No rule to make target `../../patterns/libdfa.a',
needed by `debugboard.exe'.  Stop.

The Makefile in $(top_builddir)/interface/debugboard
contains two references to the file libdfa.a for which there
seems to be no rule. These are the places in the Makefile:

...
LDADD = \
        $(top_builddir)/engine/libengine.a \
        $(top_builddir)/patterns/libpatterns.a \
        $(top_builddir)/patterns/libdfa.a \
        $(top_builddir)/sgf/libsgf.a \
        $(top_builddir)/utils/libutils.a
...
debugboard_DEPENDENCIES = $(top_builddir)/engine/libengine.a \
        $(top_builddir)/patterns/libpatterns.a \
        $(top_builddir)/patterns/libdfa.a $(top_builddir)/sgf/libsgf.a \
        $(top_builddir)/utils/libutils.a
...

What can I do? Please help me.
aquarius

--



reply via email to

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