Bug #64
make check fails in gr-usrp/src on Windows(Cygwin); missing PATH to DLL
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Johnathan Corgan | % Done: | 0% |
|
| Category: | - | |||
| Target version: | release-3.0 | |||
| Resolution: | fixed |
Description
<pre>
maker4: Entering directory @/home/Don/gnuradio/gr-usrp/src'
Traceback (most recent call last):
File "./qa_usrp.py", line 24, in ?
import usrp1
File "/home/Don/gnuradio/gr-usrp/src/usrp1.py", line 4, in ?
import _usrp1
[[ImportError]]: No such file or directory
FAIL: run_tests
</pre>
because usrp/host/lib/.libs/cygusrp-0.dll could not be found. This can be fixed by adding the lines
<pre>
# For Win32
PATH=../../usrp/host/lib/.libs:$PATH
</pre>
to gr-usrp/src/run_tests.in before the call to run_tests.sh. Will this problem affect OS/X, too?
History
Updated by Johnathan Corgan over 6 years ago
Trial fix in r3527 on trunk.
Updated by Johnathan Corgan over 6 years ago
Use r3528 instead.
Updated by Johnathan Corgan over 6 years ago
- Status changed from New to Assigned
Updated by Johnathan Corgan over 6 years ago
- Status changed from Assigned to Closed
- Resolution set to fixed
Fix confirmed for r3528.