commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r9676 - in gnuradio/branches/developers/trondeau/qtgui


From: n4hy
Subject: [Commit-gnuradio] r9676 - in gnuradio/branches/developers/trondeau/qtgui: gnuradio-core/src/lib/general gr-qtgui/src/lib/qtspectrum
Date: Mon, 29 Sep 2008 13:42:40 -0600 (MDT)

Author: n4hy
Date: 2008-09-29 13:42:39 -0600 (Mon, 29 Sep 2008)
New Revision: 9676

Modified:
   
gnuradio/branches/developers/trondeau/qtgui/gnuradio-core/src/lib/general/gr_fxpt_nco.h
   
gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/lib/qtspectrum/GNUmakefile
Log:
fixes to nco to allow make check to work with gcc 4.3.  GNUMakefile changed to 
allow gr-qtgui to build

Modified: 
gnuradio/branches/developers/trondeau/qtgui/gnuradio-core/src/lib/general/gr_fxpt_nco.h
===================================================================
--- 
gnuradio/branches/developers/trondeau/qtgui/gnuradio-core/src/lib/general/gr_fxpt_nco.h
     2008-09-29 17:27:02 UTC (rev 9675)
+++ 
gnuradio/branches/developers/trondeau/qtgui/gnuradio-core/src/lib/general/gr_fxpt_nco.h
     2008-09-29 19:42:39 UTC (rev 9676)
@@ -30,7 +30,7 @@
  * \ingroup misc
  */
 class gr_fxpt_nco {
-  gr_int32     d_phase;
+  gr_uint32    d_phase;
   gr_int32     d_phase_inc;
 
 public:

Modified: 
gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/lib/qtspectrum/GNUmakefile
===================================================================
--- 
gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/lib/qtspectrum/GNUmakefile
 2008-09-29 17:27:02 UTC (rev 9675)
+++ 
gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/lib/qtspectrum/GNUmakefile
 2008-09-29 19:42:39 UTC (rev 9676)
@@ -11,6 +11,9 @@
        make -f Makefile distclean
        rm specDisplay.pro
 
+install: ;
+       make -f Makefile install
+
 distdir: ;
 
 check dist:





reply via email to

[Prev in Thread] Current Thread [Next in Thread]