|
From: | Achilleas Anastasopoulos |
Subject: | Re: [Discuss-gnuradio] make distcheck fails |
Date: | Fri, 11 Aug 2006 18:35:52 -0400 |
User-agent: | Mozilla Thunderbird 1.0.2 (Windows/20050317) |
I did this: make check runs fine BUT make distcheck still fails. I guess the reason is that it executes: /home/anastas/gnuradio_svn/gnuradio-2.8svn/_build/gr-trellis/src/python/qa_trellis.py from the "_build" directory, while the required file "awgn1o2.fsm" is in /home/anastas/gnuradio_svn/gnuradio-2.8svn/gr-trellis/src/python There are 2 ways to fix this: 1) make sure that awgn1o2.fsm is copied form gnuradio-2.8svn/gr-trellis/src/python to _build/gr-trellis/src/python 2) make sure that inside qa_trellis.py, the reference to the file "awgn1o2.py" is done in a way that it always ensures it will get it from /home/anastas/gnuradio_svn/gnuradio-2.8svn/gr-trellis/src/python How can I achieve either of these? Achilleas Eric Blossom wrote:
On Fri, Aug 11, 2006 at 01:42:39PM -0400, Achilleas Anastasopoulos wrote:make distcheck fails cause it cannot find the file /gnuradio_svn/gr-trellis/src/python/awgn1o2_4.fsm inside the directory /gnuradio_svn/gnuradio-2.8svn/gr-trellis/src/python so one of the qa_ checks fails. How should I modify /gnuradio_svn/gr-trellis/src/python/Makefile.am to make sure that the awgn1o2_4.fsm file ends up in the distribution directory? Thanks AchilleasTry adding it to EXTRA_DIST Eric
[Prev in Thread] | Current Thread | [Next in Thread] |