Bug #79

3.0rc1 fails on NetBSD due to missing fusb_ra_wb.h

Added by Johnathan Corgan over 6 years ago. Updated over 6 years ago.

Status:Closed Start date:
Priority:Normal Due date:
Assignee:Matt Ettus % Done:

0%

Category:-
Target version:release-3.0
Resolution:fixed

Description

Reported on mailing list by Berndt Josef Wulf <>

3.0rc1 fails on [[NetBSD]] due to missing fusb_ra_wb.h:

gmaker5: Entering directory @/tmp/gnuradio-3.0rc1/usrp/host/lib'
if /bin/ksh ../../../libtool --tag=CXX --mode=compile 
g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../usrp/host/lib -I../../../usrp/firmware/include  -I/usr/pkg/include  -I/usr/pkg/include -Wall -Woverloaded-virtual -pthread -MT 
fusb_ra_wb.lo -MD -MP -MF ".deps/fusb_ra_wb.Tpo" -c -o fusb_ra_wb.lo 
fusb_ra_wb.cc; \
        then mv -f ".deps/fusb_ra_wb.Tpo" ".deps/fusb_ra_wb.Plo"; else 
rm -f ".deps/fusb_ra_wb.Tpo"; exit 1; fi

g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../usrp/host/lib -I../../../usrp/firmware/include -I/usr/pkg/include -I/usr/pkg/include -Wall -Woverloaded-virtual -pthread -MT 
fusb_ra_wb.lo -MD -MP -MF .deps/fusb_ra_wb.Tpo -c 
fusb_ra_wb.cc  -fPIC -DPIC -o .libs/fusb_ra_wb.o
fusb_ra_wb.cc:27:24: error: fusb_ra_wb.h: No such file or directory
fusb_ra_wb.cc:78: error: 'fusb_devhandle_ra_wb' has not been declared
fusb_ra_wb.cc:78: error: ISO C++ forbids declaration of 'fusb_devhandle_ra_wb' 
with no type
[...]

History

Updated by Johnathan Corgan over 6 years ago

  • Status changed from New to Closed
  • Resolution set to fixed

Fixed in r3697 on trunk and r3698 on release 3.0 branch by adding fusb_ra_wb.h to noinst_HEADERS.

Also available in: Atom PDF