[Top][All Lists]
[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
--
- [gnugo-devel] How to build debugboard?,
aquarius <=
- Re: [gnugo-devel] How to build debugboard?, Arend Bayer, 2004/01/09
- Re: [gnugo-devel] How to build debugboard?, Paul Pogonyshev, 2004/01/09
- Re: [gnugo-devel] How to build debugboard? / view.pike, aquarius, 2004/01/09
- Re: [gnugo-devel] How to build debugboard? / view.pike, Paul Pogonyshev, 2004/01/10
- Re: [gnugo-devel] How to build debugboard? / view.pike, bump, 2004/01/10
- Re: [gnugo-devel] How to build debugboard? / view.pike, bump, 2004/01/11
- Re: [gnugo-devel] How to build debugboard? / view.pike, Gunnar Farneback, 2004/01/11
- Re: [gnugo-devel] How to build debugboard? / view.pike, bump, 2004/01/11
- Re: [gnugo-devel] How to build debugboard? / view.pike, bump, 2004/01/12
- Re: [gnugo-devel] How to build debugboard? / view.pike, Gunnar Farneback, 2004/01/12