balint256 / gr-baz

Collection of new blocks for GNU Radio
http://wiki.spench.net/wiki/gr-baz
GNU General Public License v3.0
192 stars 78 forks source link

cannot build against gnuradio git #18

Closed ZeroChaos- closed 10 years ago

ZeroChaos- commented 11 years ago
ZeroChaos- commented 11 years ago

That seems to have been randomly truncated, here are the errors:

libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/var/tmp/portage/net-wireless/gr-baz-9999/work/gr-baz-9999/include -I/usr/include/gnuradio -I/usr/include/gnuradio/swig -I/usr/include/gruel/swig -I/usr/include/python2.7 -I/usr/include/gnuradio -O2 -pipe -frecord-gcc-switches -MT rtl2832-tuner_fc0012.lo -MD -MP -MF .deps/rtl2832-tuner_fc0012.Tpo -c rtl2832-tuner_fc0012.cc -fPIC -DPIC -o .libs/rtl2832-tuner_fc0012.o mv -f .deps/test_all.Tpo .deps/test_all.Po rtl2832-tuner_r820t.cc:27:0: warning: "VERSION" redefined [enabled by default] ../config.h:181:0: note: this is the location of the previous definition mv -f .deps/qa_baz.Tpo .deps/qa_baz.Plo mv -f .deps/rtl2832-tuner_fc0013.Tpo .deps/rtl2832-tuner_fc0013.Plo mv -f .deps/rtl2832-tuner_fc0012.Tpo .deps/rtl2832-tuner_fc0012.Plo mv -f .deps/rtl2832-tuner_e4k.Tpo .deps/rtl2832-tuner_e4k.Plo mv -f .deps/rtl2832-tuner_fc2580.Tpo .deps/rtl2832-tuner_fc2580.Plo mv -f .deps/rtl2832.Tpo .deps/rtl2832.Plo mv -f .deps/rtl2832-tuner_r820t.Tpo .deps/rtl2832-tuner_r820t.Plo mv -f .deps/rtl2832-tuner_e4000.Tpo .deps/rtl2832-tuner_e4000.Plo In file included from baz_swap_ff.cc:37:0: ./baz_swap_ff.h:33:15: error: aggregate 'BAZ_API baz_swap_ff' has incomplete type and cannot be defined ./baz_swap_ff.h:46:38: error: type/value mismatch at argument 1 in template parameter list for 'template class boost::shared_ptr' ./baz_swap_ff.h:46:38: error: expected a type, got 'baz_swap_ff' ./baz_swap_ff.h:46:56: error: invalid type in declaration before ';' token ./baz_swap_ff.h:55:26: error: expected initializer before 'baz_make_swap_ff' ./baz_swap_ff.h:63:27: error: expected initializer before ':' token baz_swap_ff.cc: In function 'baz_swap_ff_sptr baz_make_swap_ff(bool)': baz_swapff.cc:47:51: error: cast from 'int' to 'baz_swap_ff_sptr {aka int}' loses precision [-fpermissive] baz_swap_ff.cc:47:27: error: expected primary-expression before '(' token baz_swap_ff.cc:47:32: error: expected type-specifier before 'baz_swap_ff' baz_swap_ff.cc:47:32: error: expected ')' before 'baz_swap_ff' baz_swap_ff.cc: At global scope: baz_swap_ff.cc:67:1: error: 'baz_swap_ff' does not name a type baz_swap_ff.cc:79:1: error: 'baz_swap_ff' does not name a type baz_swap_ff.cc:84:6: error: 'baz_swap_ff' is not a class or namespace baz_swap_ff.cc: In function 'void set_swap(bool)': baz_swap_ff.cc:86:3: error: 'm_bSwap' was not declared in this scope baz_swap_ff.cc: At global scope: baz_swap_ff.cc:90:1: error: 'baz_swap_ff' is not a class or namespace baz_swap_ff.cc: In function 'int work(int, gr_vector_const_void_star&, gr_vector_void_star&)': baz_swap_ff.cc:100:6: error: 'm_bSwap' was not declared in this scope In file included from baz_udp_source.cc:27:0: ./baz_udp_source.h:55:15: error: aggregate 'BAZ_API baz_udp_source' has incomplete type and cannot be defined ./baz_udp_source.h:56:42: error: type/value mismatch at argument 1 in template parameter list for 'template class boost::shared_ptr' ./baz_udp_source.h:56:42: error: expected a type, got 'baz_udp_source' ./baz_udp_source.h:56:59: error: invalid type in declaration before ';' token ./baz_udp_source.h:58:25: error: expected initializer before 'baz_make_udp_source' ./baz_udp_source.h:81:31: error: expected initializer before ':' token baz_udp_source.cc:68:19: error: expected declaration before end of line In file included from baz_pow_cc.cc:37:0: ./baz_pow_cc.h:33:15: error: aggregate 'BAZ_API baz_pow_cc' has incomplete type and cannot be defined ./baz_pow_cc.h:46:37: error: type/value mismatch at argument 1 in template parameter list for 'template class boost::shared_ptr' ./baz_pow_cc.h:46:37: error: expected a type, got 'baz_pow_cc' ./baz_pow_cc.h:46:54: error: invalid type in declaration before ';' token ./baz_pow_cc.h:55:25: error: expected initializer before 'baz_make_pow_cc' ./baz_pow_cc.h:63:26: error: expected initializer before ':' token In file included from baz_udp_sink.cc:27:0: ./baz_udp_sink.h:52:15: error: aggregate 'BAZ_API baz_udp_sink' has incomplete type and cannot be defined ./baz_udp_sink.h:53:40: error: type/value mismatch at argument 1 in template parameter list for 'template class boost::shared_ptr' ./baz_udp_sink.h:53:40: error: expected a type, got 'baz_udp_sink' ./baz_udp_sink.h:53:55: error: invalid type in declaration before ';' token ./baz_udp_sink.h:56:1: error: expected initializer before 'baz_make_udp_sink' ./baz_udp_sink.h:73:29: error: expected initializer before ':' token baz_udpsink.cc:63:19: error: expected declaration before end of line make[2]: ** [baz_swap_ff.lo] Error 1 make[2]: * Waiting for unfinished jobs.... make[2]: * [baz_udp_source.lo] Error 1 In file included from baz_agc_cc.cc:32:0: ./baz_agc_cc.h:37:15: error: aggregate 'BAZ_API baz_agc_cc' has incomplete type and cannot be defined ./baz_agc_cc.h:38:37: error: type/value mismatch at argument 1 in template parameter list for 'template class boost::shared_ptr' ./baz_agc_cc.h:38:37: error: expected a type, got 'baz_agc_cc' ./baz_agc_cc.h:38:54: error: invalid type in declaration before ';' token ./baz_agc_cc.h:41:1: error: expected initializer before 'baz_make_agc_cc' ./baz_agc_cc.h:49:26: error: expected initializer before ':' token make[2]: * [baz_pow_cc.lo] Error 1 make[2]: * [baz_udp_sink.lo] Error 1 In file included from baz_unpacked_to_packed_bb.cc:32:0: ./baz_unpacked_to_packed_bb.h:34:15: error: aggregate 'BAZ_API baz_unpacked_to_packed_bb' has incomplete type and cannot be defined ./baz_unpacked_to_packed_bb.h:35:52: error: type/value mismatch at argument 1 in template parameter list for 'template class boost::shared_ptr' ./baz_unpacked_to_packed_bb.h:35:52: error: expected a type, got 'baz_unpacked_to_packed_bb' ./baz_unpacked_to_packed_bb.h:35:84: error: invalid type in declaration before ';' token ./baz_unpacked_to_packed_bb.h:38:1: error: expected initializer before 'baz_make_unpacked_to_packed_bb' In file included from baz_unpacked_to_packed_bb.cc:32:0: ./baz_unpacked_to_packed_bb.h:63:41: error: expected initializer before ':' token baz_agc_cc.cc: In function 'baz_agc_cc_sptr baz_make_agc_cc(float, float, float, float)': baz_agc_cc.cc:47:41: error: expected type-specifier before 'baz_agc_cc' baz_agc_cc.cc:47:41: error: expected ')' before 'baz_agc_cc' baz_agc_cc.cc:47:85: error: cannot convert 'boost::shared_ptr' to 'baz_agc_cc_sptr {aka int}' in return baz_agc_cc.cc: At global scope: baz_agc_cc.cc:50:1: error: 'baz_agc_cc' does not name a type baz_agc_cc.cc:64:5: error: 'baz_agc_cc' is not a class or namespace baz_agc_cc.cc: In function 'int work(int, gr_vector_const_void_star&, gr_vector_void_star&)': baz_agc_cc.cc:72:48: error: '_count' was not declared in this scope baz_agc_cc.cc:80:7: error: '_env' was not declared in this scope baz_agc_cc.cc:82:7: error: '_env' was not declared in this scope baz_agc_cc.cc:82:29: error: '_rate' was not declared in this scope baz_agc_cc.cc:85:16: error: '_env' was not declared in this scope baz_agc_cc.cc:89:5: error: '_gain' was not declared in this scope baz_agc_cc.cc:89:13: error: '_reference' was not declared in this scope baz_agc_cc.cc:89:26: error: '_env' was not declared in this scope baz_agc_cc.cc:105:17: error: '_max_gain' was not declared in this scope baz_agc_cc.cc:106:153: error: '_rate' was not declared in this scope baz_agc_cc.cc:112:153: error: '_rate' was not declared in this scope baz_agc_cc.cc:122:21: error: '_rate' was not declared in this scope baz_agc_cc.cc:123:8: error: '_max_gain' was not declared in this scope In file included from /usr/include/gnuradio/gr_basic_block.h:28:0, from /usr/include/gnuradio/gr_block.h:27, from /usr/include/gnuradio/gr_sync_block.h:27, from ./baz_agc_cc.h:33, from baz_agc_cc.cc:32: /usr/include/gnuradio/gr_sptr_magic.h: In function 'boost::shared_ptr gnuradio::get_initialsptr(T) [with T = int]': baz_agc_cc.cc:47:85: instantiated from here /usr/include/gnuradio/gr_sptr_magic.h:48:100: error: no matching function for call to 'gnuradio::detail::sptr_magic::fetch_initialsptr(int&)' /usr/include/gnuradio/gr_sptr_magic.h:48:100: note: candidate is: /usr/include/gnuradio/gr_sptr_magic.h:36:48: note: static boost::shared_ptr gnuradio::detail::sptr_magic::fetch_initial_sptr(gr_basicblock) /usr/include/gnuradio/gr_sptrmagic.h:36:48: note: no known conversion for argument 1 from 'int' to 'gr_basicblock' In file included from baz_delay.cc:32:0: ./baz_delay.h:34:15: error: aggregate 'BAZ_API baz_delay' has incomplete type and cannot be defined ./baz_delay.h:35:36: error: type/value mismatch at argument 1 in template parameter list for 'template class boost::shared_ptr' ./baz_delay.h:35:36: error: expected a type, got 'baz_delay' ./baz_delay.h:35:52: error: invalid type in declaration before ';' token ./baz_delay.h:37:24: error: expected initializer before 'baz_make_delay' ./baz_delay.h:43:25: error: expected initializer before ':' token In file included from baz_test_counter_cc.cc:37:0: ./baz_test_counter_cc.h:33:15: error: aggregate 'BAZ_API baz_test_counter_cc' has incomplete type and cannot be defined ./baz_test_counter_cc.h:46:46: error: type/value mismatch at argument 1 in template parameter list for 'template class boost::shared_ptr' ./baz_test_counter_cc.h:46:46: error: expected a type, got 'baz_test_counter_cc' ./baz_test_counter_cc.h:46:72: error: invalid type in declaration before ';' token ./baz_test_counter_cc.h:55:34: error: expected initializer before 'baz_make_test_counter_cc' ./baz_test_counter_cc.h:63:35: error: expected initializer before ':' token baz_test_counter_cc.cc: In function 'baz_test_counter_cc_sptr baz_make_test_counter_cc()': baz_test_countercc.cc:48:62: error: cast from 'int' to 'baz_test_counter_cc_sptr {aka int}' loses precision [-fpermissive] baz_test_counter_cc.cc:48:35: error: expected primary-expression before '(' token baz_test_counter_cc.cc:48:40: error: expected type-specifier before 'baz_test_counter_cc' baz_test_counter_cc.cc:48:40: error: expected ')' before 'baz_test_counter_cc' baz_test_counter_cc.cc: At global scope: baz_test_counter_cc.cc:70:1: error: 'baz_test_counter_cc' does not name a type baz_test_counter_cc.cc:81:1: error: 'baz_test_counter_cc' does not name a type baz_test_counter_cc.cc:86:1: error: 'baz_test_counter_cc' is not a class or namespace baz_test_counter_cc.cc: In function 'int work(int, gr_vector_const_void_star&, gr_vector_void_star&)': baz_test_counter_cc.cc:100:13: error: 'd_counter' was not declared in this scope baz_test_counter_cc.cc:108:13: error: 'd_counter' was not declared in this scope In file included from baz_print_char.cc:37:0: ./baz_print_char.h:33:15: error: aggregate 'BAZ_API baz_print_char' has incomplete type and cannot be defined ./baz_print_char.h:38:41: error: type/value mismatch at argument 1 in template parameter list for 'template class boost::shared_ptr' ./baz_print_char.h:38:41: error: expected a type, got 'baz_print_char' ./baz_print_char.h:38:62: error: invalid type in declaration before ';' token ./baz_print_char.h:47:29: error: expected initializer before 'baz_make_print_char' ./baz_print_char.h:55:30: error: expected initializer before ':' token In file included from baz_depuncture_ff.cc:37:0: ./baz_depuncture_ff.h:34:15: error: aggregate 'BAZ_API baz_depuncture_ff' has incomplete type and cannot be defined ./baz_depuncture_ff.h:47:44: error: type/value mismatch at argument 1 in template parameter list for 'template class boost::shared_ptr' ./baz_depuncture_ff.h:47:44: error: expected a type, got 'baz_depuncture_ff' ./baz_depuncture_ff.h:47:68: error: invalid type in declaration before ';' token ./baz_depuncture_ff.h:56:32: error: expected initializer before 'baz_make_depuncture_ff' ./baz_depuncture_ff.h:64:33: error: expected initializer before ':' token baz_print_char.cc:41:29: error: expected initializer before 'baz_make_print_char' baz_print_char.cc:54:1: error: 'baz_print_char' does not name a type baz_print_char.cc:71:1: error: 'baz_print_char' does not name a type baz_print_char.cc:80:5: error: 'baz_print_char' is not a class or namespace baz_depuncture_ff.cc: In function 'baz_depuncture_ff_sptr baz_make_depuncture_ff(const std::vector&)': baz_depunctureff.cc:48:64: error: cast from 'int' to 'baz_depuncture_ff_sptr {aka int}' loses precision [-fpermissive] baz_depuncture_ff.cc:48:33: error: expected primary-expression before '(' token baz_depuncture_ff.cc:48:38: error: expected type-specifier before 'baz_depuncture_ff' baz_depuncture_ff.cc:48:38: error: expected ')' before 'baz_depuncture_ff' baz_depuncture_ff.cc: At global scope: baz_depuncture_ff.cc:68:1: error: 'baz_depuncture_ff' does not name a type baz_depuncture_ff.cc:82:1: error: 'baz_depuncture_ff' does not name a type baz_depuncture_ff.cc:87:6: error: 'baz_depuncture_ff' is not a class or namespace baz_depuncture_ff.cc: In function 'void forecast(int, gr_vector_int&)': baz_depuncture_ff.cc:90:58: error: cannot call member function 'virtual void gr_block::forecast(int, gr_vector_int&)' without object baz_depuncture_ff.cc: At global scope: baz_depuncture_ff.cc:93:6: error: 'baz_depuncture_ff' is not a class or namespace baz_depuncture_ff.cc: In function 'void set_matrix(const std::vector&)': baz_depuncture_ff.cc:98:35: error: 'd_mutex' was not declared in this scope baz_depuncture_ff.cc:100:7: error: 'm_pMatrix' was not declared in this scope baz_depuncture_ff.cc:101:12: error: type '' argument given to 'delete', expected pointer baz_depuncture_ff.cc:103:3: error: 'm_iLength' was not declared in this scope baz_depuncture_ff.cc:104:3: error: 'm_pMatrix' was not declared in this scope baz_depuncture_ff.cc:114:26: error: 'set_relative_rate' was not declared in this scope baz_depuncture_ff.cc:117:3: error: 'm_iIndex' was not declared in this scope baz_depuncture_ff.cc: At global scope: baz_depuncture_ff.cc:121:1: error: 'baz_depuncture_ff' is not a class or namespace baz_print_char.cc: In function 'int work(int, gr_vector_const_void_star&, gr_vector_void_star&)': baz_print_char.cc:91:40: error: 'd_threshold' was not declared in this scope baz_print_char.cc:93:8: error: 'd_length' was not declared in this scope baz_print_char.cc:95:7: error: 'd_file' was not declared in this scope baz_print_char.cc:109:7: error: 'd_limit' was not declared in this scope baz_print_char.cc:109:26: error: 'd_length' was not declared in this scope baz_print_char.cc:111:8: error: 'd_file' was not declared in this scope baz_print_char.cc:122:8: error: 'd_file' was not declared in this scope baz_print_char.cc:128:4: error: 'd_length' was not declared in this scope baz_depuncture_ff.cc: In function 'int general_work(int, gr_vector_int&, gr_vector_const_void_star&, gr_vector_void_star&)': baz_depuncture_ff.cc:129:35: error: 'd_mutex' was not declared in this scope baz_depuncture_ff.cc:134:12: error: 'm_pMatrix' was not declared in this scope baz_depuncture_ff.cc:134:34: error: 'm_iIndex' was not declared in this scope baz_depuncture_ff.cc:142:30: error: 'm_iLength' was not declared in this scope baz_depuncture_ff.cc:146:20: error: 'consume_each' was not declared in this scope In file included from baz_puncture_bb.cc:37:0: ./baz_puncture_bb.h:34:15: error: aggregate 'BAZ_API baz_puncture_bb' has incomplete type and cannot be defined ./baz_puncture_bb.h:47:42: error: type/value mismatch at argument 1 in template parameter list for 'template class boost::shared_ptr' ./baz_puncture_bb.h:47:42: error: expected a type, got 'baz_puncture_bb' ./baz_puncture_bb.h:47:64: error: invalid type in declaration before ';' token ./baz_puncture_bb.h:56:30: error: expected initializer before 'baz_make_puncture_bb' ./baz_puncture_bb.h:64:31: error: expected initializer before ':' token baz_puncture_bb.cc: In function 'baz_puncture_bb_sptr baz_make_puncture_bb(const std::vector&)': baz_puncturebb.cc:48:60: error: cast from 'int' to 'baz_puncture_bb_sptr {aka int}' loses precision [-fpermissive] baz_puncture_bb.cc:48:31: error: expected primary-expression before '(' token baz_puncture_bb.cc:48:36: error: expected type-specifier before 'baz_puncture_bb' baz_puncture_bb.cc:48:36: error: expected ')' before 'baz_puncture_bb' baz_puncture_bb.cc: At global scope: baz_puncture_bb.cc:68:1: error: 'baz_puncture_bb' does not name a type baz_puncture_bb.cc:82:1: error: 'baz_puncture_bb' does not name a type baz_puncture_bb.cc:87:6: error: 'baz_puncture_bb' is not a class or namespace baz_puncture_bb.cc: In function 'void forecast(int, gr_vector_int&)': baz_puncture_bb.cc:90:58: error: cannot call member function 'virtual void gr_block::forecast(int, gr_vector_int&)' without object baz_puncture_bb.cc: At global scope: baz_puncture_bb.cc:93:6: error: 'baz_puncture_bb' is not a class or namespace baz_puncture_bb.cc: In function 'void set_matrix(const std::vector&)': baz_puncture_bb.cc:98:35: error: 'd_mutex' was not declared in this scope baz_puncture_bb.cc:100:7: error: 'm_pMatrix' was not declared in this scope baz_puncture_bb.cc:101:12: error: type '' argument given to 'delete', expected pointer baz_puncture_bb.cc:103:3: error: 'm_iLength' was not declared in this scope baz_puncture_bb.cc:104:3: error: 'm_pMatrix' was not declared in this scope baz_puncture_bb.cc:114:26: error: 'set_relative_rate' was not declared in this scope baz_puncture_bb.cc:117:3: error: 'm_iIndex' was not declared in this scope baz_puncture_bb.cc: At global scope: baz_puncture_bb.cc:121:1: error: 'baz_puncture_bb' is not a class or namespace baz_puncture_bb.cc: In function 'int general_work(int, gr_vector_int&, gr_vector_const_void_star&, gr_vector_void_star&)': baz_puncture_bb.cc:129:35: error: 'd_mutex' was not declared in this scope baz_puncture_bb.cc:134:12: error: 'm_pMatrix' was not declared in this scope baz_puncture_bb.cc:134:34: error: 'm_iIndex' was not declared in this scope baz_puncture_bb.cc:142:30: error: 'm_iLength' was not declared in this scope baz_puncture_bb.cc:145:30: error: 'consume_each' was not declared in this scope make[2]: * [baz_unpacked_to_packed_bb.lo] Error 1 make[2]: * [baz_agc_cc.lo] Error 1 make[2]: * [baz_test_counter_cc.lo] Error 1 make[2]: * [baz_print_char.lo] Error 1 In file included from baz_rtl_source_c.cc:37:0: ./baz_rtl_source_c.h:54:15: error: aggregate 'BAZ_API baz_rtl_source_c' has incomplete type and cannot be defined ./baz_rtl_source_c.h:55:43: error: type/value mismatch at argument 1 in template parameter list for 'template class boost::shared_ptr' ./baz_rtl_source_c.h:55:43: error: expected a type, got 'baz_rtl_source_c' ./baz_rtl_source_c.h:55:66: error: invalid type in declaration before ';' token ./baz_rtl_source_c.h:60:31: error: expected initializer before 'baz_make_rtl_source_c' ./baz_rtl_source_c.h:68:32: error: expected initializer before ':' token make[2]: * [baz_delay.lo] Error 1 make[2]: * [baz_depuncture_ff.lo] Error 1 make[2]: * [baz_puncture_bb.lo] Error 1 make[2]: * [baz_rtl_source_c.lo] Error 1

itssindhu13 commented 11 years ago

I have these errors when I run make in the gr-baz folder. Was your issue solved?

In file included from baz_print_char.cc:37:0: ./baz_print_char.h:33:15: error: aggregate 'BAZ_API baz_print_char' has incomplete type and cannot be defined ./baz_print_char.h:38:41: error: type/value mismatch at argument 1 in template parameter list for 'template class boost::shared_ptr' ./baz_print_char.h:38:41: error: expected a type, got 'baz_print_char' ./baz_print_char.h:38:62: error: invalid type in declaration before ';' token ./baz_print_char.h:47:29: error: expected initializer before 'baz_make_print_char' ./baz_print_char.h:55:30: error: expected initializer before ':' token baz_print_char.cc:41:29: error: expected initializer before 'baz_make_print_char' baz_print_char.cc:54:1: error: 'baz_print_char' does not name a type baz_print_char.cc:71:1: error: 'baz_print_char' does not name a type baz_print_char.cc:80:5: error: 'baz_print_char' is not a class or namespace baz_print_char.cc: In function 'int work(int, gr_vector_const_void_star&, gr_vector_void_star&)': baz_print_char.cc:91:40: error: 'd_threshold' was not declared in this scope baz_print_char.cc:93:8: error: 'd_length' was not declared in this scope baz_print_char.cc:95:7: error: 'd_file' was not declared in this scope baz_print_char.cc:109:7: error: 'd_limit' was not declared in this scope baz_print_char.cc:109:26: error: 'd_length' was not declared in this scope baz_print_char.cc:111:8: error: 'd_file' was not declared in this scope baz_print_char.cc:122:8: error: 'd_file' was not declared in this scope baz_print_char.cc:128:4: error: 'd_length' was not declared in this scope make[2]: *\ [baz_print_char.lo] Error 1

ZeroChaos- commented 11 years ago

currently fails against gr 3.7.1 with:

checking for GNURADIO_CORE... configure: error: Package requirements (gnuradio-core >= 3) were not met:

itssindhu13 commented 11 years ago

Okay, I was there too. set the PKG_CONFIG_PATH correctly: export PKG_CONFIG_PATH= /usr/lib/pkgconfig This was for me. Check where your pkgconfig linrary path

itssindhu13 commented 11 years ago

If that did not work. Try installing gnuradio-dev. This should fix that. Let me know if you are able to successfully 'make' after that.

ZeroChaos- commented 11 years ago

Same failure after defining PKG_CONFIG_PATH. Gentoo user, there are no dev packages, everything is always installed.

I have gnuradio 3.7.1 installed and the following pkgconfig files

/usr/lib64/pkgconfig/gnuradio-analog.pc /usr/lib64/pkgconfig/gnuradio-atsc.pc /usr/lib64/pkgconfig/gnuradio-audio.pc /usr/lib64/pkgconfig/gnuradio-blocks.pc /usr/lib64/pkgconfig/gnuradio-channels.pc /usr/lib64/pkgconfig/gnuradio-digital.pc /usr/lib64/pkgconfig/gnuradio-fcd.pc /usr/lib64/pkgconfig/gnuradio-fec.pc /usr/lib64/pkgconfig/gnuradio-fft.pc /usr/lib64/pkgconfig/gnuradio-filter.pc /usr/lib64/pkgconfig/gnuradio-noaa.pc /usr/lib64/pkgconfig/gnuradio-pager.pc /usr/lib64/pkgconfig/gnuradio-qtgui.pc /usr/lib64/pkgconfig/gnuradio-runtime.pc /usr/lib64/pkgconfig/gnuradio-trellis.pc /usr/lib64/pkgconfig/gnuradio-uhd.pc /usr/lib64/pkgconfig/gnuradio-video-sdl.pc /usr/lib64/pkgconfig/gnuradio-vocoder.pc /usr/lib64/pkgconfig/gnuradio-wavelet.pc /usr/lib64/pkgconfig/gr-wxgui.pc /usr/lib64/pkgconfig/volk.pc

balint256 commented 10 years ago

I have updated to 3.7, so the last comment here should be resolved.

kg6hum commented 8 years ago

I am seeing similar issues with BAZ_API when compiling gr-baz with pybombs. This is with a pybombs built GNU Radio Companion 3.7.10git-31-gb17bcb88. Also, it is original pybombs, not pybombs2.