Dear list,

I gitted the v3.6.2 tag with Boost 1.51 and Windows 7 x64 MSVC 2010. I
have these following lines:

grTop = gr_make_top_block(std::string(name));
grTop->connect(gr_make_null_source(sizeof(gr_complex)), 0,
gr_make_null_sink(sizeof(gr_complex)), 0);
grTop->start();

and I get these warnings:

>: Invalid argument
gr_pagesize: no info; setting pagesize = 4096
>: Invalid argument

But the program still works. I am not sure it is related with gnuradio
because I did not found any reference to "Invalid argument".
Sometimes appears "P: No such file or directory", many others the ">" is
replaced by some strange parameter. I guess it is related with boost
1.51 maybe.

It is not critical but it is quite annoying.

Do you have some hint?

Thanks.

-- 

Pol Henarejos
Research Engineer, MSc
pol.henare...@cttc.es

Centre Tecnològic de Telecomunicacions de Catalunya (CTTC)
Engineering Unit
Parc Mediterrani de la Tecnologia
Av. Carl Friedrich Gauss, 7
08860 Castelldefels, Barcelona (Spain)
Tel: +34 93 396 71 70  Ext: 2177
Fax. +34 93 645 29 01
www.cttc.es

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to