Il 22/05/2010 01:34, Johnathan Corgan ha scritto:
GNU Radio release 3.3.0-rc1 tarballs are available for download:

http://gnuradio.org/releases/gnuradio/gnuradio-3.3.0-rc1.tar.gz
http://gnuradio.org/releases/gnuradio/gr-howto-write-a-block-3.3.0-rc1.tar.gz

md5sums:

b936f27cf106b15be0ad7e2066b023be  gnuradio-3.3.0-rc1.tar.gz
8d6ea3d7604dba4d920ce4721b76ceae  gr-howto-write-a-block-3.3.0-rc1.tar.gz

Changelog:

Release 3.3.0-rc1

Don Ward (1):
      howto: fix make check for win32, darwin (untested)

Eric Blossom (1):
      Remove bogus check for existence of prefix directory.

John Orlando (8):
      Update incorrectly checked in Makefile.am
      Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP1.
      Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP2.
      Fixed issue with with wrong Makefile.am files being copied
      Including bitshark_rx.h header file for USRP2 build
      Updated db_bitshark_rx.c to the proper version that includes the
      Once and for all, here is the properly updated Makefile.am for the apps
      -Updated to allow BURX support to be built into standard txrx.bin

Johnathan Corgan (17):
      usrp: Cleanup for merge of bitshark daughterboard code
      Change default bandwidth to 25 MHz to match maximum USRP2 bandwidth
      Merge branch 'master' into wip/burx_support
      Merge remote branch 'nldudok1/gr-wxgui_emulate_analog' into master
      gr-wxgui: Renamed "emulate analog" feature to "use persistence"
      gr-wxgui: update copyrights
      gnuradio-core: Disable (temporarily) interpolator tap calculation
      build: force use of ltmain.sh from libtool 2.2.6b
      build: use correct comment delimiter
      build: distribute version controlled ltmain.sh in tarball
      Merge remote branch 'bitshark/burx_support' into wip/burx_support
      Revert "build: force use of ltmain.sh from libtool 2.2.6b"
      Revert "build: distribute version controlled ltmain.sh in tarball"
      Merge branch 'wip/burx_support'
      gnuradio-core: removed gr.dd_mpsk_sync_cc block as obsolete
      grc: rename execution binary from 'grc' to 'gnuradio-companion'
      Update revision to release 3.3.0-rc1, update autotools

Martin Dudok van Heel (1):
      Add analog CRT screen afterglow emulation for gr-wxgui


Regards,

Johnathan Corgan
Corgan Enterprises LLC

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

i'm experiencing this problem in building on *ubuntu 9.10* the *3.3 RC1 *

*/usr/include/qwt-qt4/qwt_plot_picker.h:106: warning: 'virtual void QwtPlotPicker::move(const QPoint&)' was hidden /usr/include/qwt-qt4/qwt_plot_zoomer.h:88: warning: by 'virtual void QwtPlotZoomer::move(double, double)'
In file included from ./plot_waterfall.h:5,
                 from ./WaterfallDisplayPlot.h:9,
                 from WaterfallDisplayPlot.cc:4:
./waterfallGlobalData.h:12: error: ISO C++ forbids declaration of 'uint64_t' with no type ./waterfallGlobalData.h:18: error: ISO C++ forbids declaration of 'uint64_t' with no type
./waterfallGlobalData.h:26: error: 'uint64_t' does not name a type
./waterfallGlobalData.h:27: error: ISO C++ forbids declaration of 'uint64_t' with no type
./waterfallGlobalData.h:39: error: 'uint64_t' does not name a type
./waterfallGlobalData.h:40: error: 'uint64_t' does not name a type
./waterfallGlobalData.h:51: error: ISO C++ forbids declaration of 'uint64_t' with no type ./waterfallGlobalData.h:54: error: ISO C++ forbids declaration of 'uint64_t' with no type /usr/include/qwtplot3d-qt4/qwt3d_function.h:30: warning: 'virtual bool Qwt3D::Function::create(Qwt3D::SurfacePlot&)' was hidden ./waterfallGlobalData.h:56: warning: by 'virtual bool Waterfall3DData::create()' /usr/include/qwt-qt4/qwt_plot_picker.h:103: warning: 'virtual QwtText QwtPlotPicker::trackerText(const QPoint&) const' was hidden WaterfallDisplayPlot.cc:189: warning: by 'virtual QwtText WaterfallZoomer::trackerText(const QwtDoublePoint&) const'
make[5]: *** [WaterfallDisplayPlot.lo] Errore 1
make[4]: *** [all] Errore 2
make[3]: *** [all-recursive] Errore 1
make[2]: *** [all-recursive] Errore 1
make[1]: *** [all-recursive] Errore 1
make: *** [all] Errore 2
make[5]: uscita dalla directory «/home/artynet/Scrivania/gnuradio-3.3.0-rc1/gr-qtgui/src/lib» make[4]: uscita dalla directory «/home/artynet/Scrivania/gnuradio-3.3.0-rc1/gr-qtgui/src/lib» make[3]: uscita dalla directory «/home/artynet/Scrivania/gnuradio-3.3.0-rc1/gr-qtgui/src» make[2]: uscita dalla directory «/home/artynet/Scrivania/gnuradio-3.3.0-rc1/gr-qtgui» make[1]: uscita dalla directory «/home/artynet/Scrivania/gnuradio-3.3.0-rc1»*

an error in the waterfall sink.....where am i wrong ? I installed all the dependencies required fot the 9.10, the configure goes like a charm without any error and then i have this error in building the source....

....hope you can help me :D

thx in advance

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

Reply via email to