I had trouble linking the _blocks_swig10.pyd block.
(some missing '_imp_' symbols).

So I investigated the ./gr-blocks/lib/ code and noticed
there was a missing 'BLOCKS_API' for the classes in
moving_average_XX_impl.h.t. This patch patch fixed it:

--- a/gr-blocks/lib/moving_average_XX_impl.h.t 2017-11-14 20:19:06
+++ a/gr-blocks/lib/moving_average_XX_impl.h.t 2017-11-14 21:48:23
@@ -32,7 +32,7 @@
 namespace gr {
   namespace blocks {

-    class @NAME_IMPL@ : public @NAME@
+    class BLOCKS_API @NAME_IMPL@ : public @NAME@
     {
     private:
       int d_length;

--
--gv

_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to