commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r3547 - in gnuradio/branches/developers/jcorgan/pager:


From: jcorgan
Subject: [Commit-gnuradio] r3547 - in gnuradio/branches/developers/jcorgan/pager: . gr-pager/src
Date: Sat, 16 Sep 2006 06:44:46 -0600 (MDT)

Author: jcorgan
Date: 2006-09-16 06:44:46 -0600 (Sat, 16 Sep 2006)
New Revision: 3547

Modified:
   gnuradio/branches/developers/jcorgan/pager/README
   gnuradio/branches/developers/jcorgan/pager/gr-pager/src/pager_flex_deframer.h
   gnuradio/branches/developers/jcorgan/pager/gr-pager/src/pager_slicer_fb.h
Log:
Merge trunk -r3542:3546 into jcorgan/pager

Modified: gnuradio/branches/developers/jcorgan/pager/README
===================================================================
--- gnuradio/branches/developers/jcorgan/pager/README   2006-09-16 05:10:40 UTC 
(rev 3546)
+++ gnuradio/branches/developers/jcorgan/pager/README   2006-09-16 12:44:46 UTC 
(rev 3547)
@@ -25,14 +25,14 @@
 As of August 3, 2006 we have restructured the GNU Radio build process
 and moved the source code repository from CVS to subversion.
 
-Please see http://gnuradio.utah.edu/trac for the wiki, bug tracking,
+Please see http://gnuradio.org/trac for the wiki, bug tracking,
 and source code viewer.
 
 The bleeding edge code can be found in our subversion repository at
-http://gnuradio.utah.edu/svn.  To checkout the latest, use this
+http://gnuradio.org/svn.  To checkout the latest, use this
 command:
 
-  $ svn co http://gnuradio.utah.edu/svn/gnuradio/trunk gnuradio
+  $ svn co http://gnuradio.org/svn/gnuradio/trunk gnuradio
 
 For information about subversion, please see:
   http://subversion.tigris.org/
@@ -57,7 +57,7 @@
       contained on your installation CD/DVD, or may be loaded over the
       net.  The specifics vary depending on your GNU/Linux
       distribution.  See the wiki at
-      http://gnuradio.utah.edu/trac/wiki for details.
+      http://gnuradio.org/trac/wiki for details.
 
       FIXME: update the wiki; talk about OS/X, NetBSD and MinGW too.
 
@@ -196,7 +196,16 @@
 
 You may want to add this to your ~/.bash_profile
 
+Note that on Fedora Core 4 and 5 when running on X86_64 machines,
+python is shippped with a strange (wrong) configuration that requires
+you to add both the lib64 and lib paths to your PYTHONPATH.
+E.g.,
 
+  $ export 
PYTHONPATH=/usr/local/lib64/python2.4/site-packages:/usr/local/lib/python2.4/site-packages
+
+[Don't complain to us, complain to the Fedora Core packagers.]
+
+
 Another handy trick if for example your fftw includes and libs are
 installed in, say ~/local/include and ~/local/lib, instead of
 /usr/local is this:

Modified: 
gnuradio/branches/developers/jcorgan/pager/gr-pager/src/pager_flex_deframer.h
===================================================================
--- 
gnuradio/branches/developers/jcorgan/pager/gr-pager/src/pager_flex_deframer.h   
    2006-09-16 05:10:40 UTC (rev 3546)
+++ 
gnuradio/branches/developers/jcorgan/pager/gr-pager/src/pager_flex_deframer.h   
    2006-09-16 12:44:46 UTC (rev 3547)
@@ -28,7 +28,7 @@
 typedef boost::shared_ptr<pager_flex_deframer> pager_flex_deframer_sptr;
 typedef std::vector<gr_int64> gr_int64_vector;
 
-pager_flex_deframer_sptr pgr_make_flex_deframer(int rate);
+pager_flex_deframer_sptr pager_make_flex_deframer(int rate);
 
 /*!
  * \brief flex deframer description

Modified: 
gnuradio/branches/developers/jcorgan/pager/gr-pager/src/pager_slicer_fb.h
===================================================================
--- gnuradio/branches/developers/jcorgan/pager/gr-pager/src/pager_slicer_fb.h   
2006-09-16 05:10:40 UTC (rev 3546)
+++ gnuradio/branches/developers/jcorgan/pager/gr-pager/src/pager_slicer_fb.h   
2006-09-16 12:44:46 UTC (rev 3547)
@@ -27,7 +27,7 @@
 class pager_slicer_fb;
 typedef boost::shared_ptr<pager_slicer_fb> pager_slicer_fb_sptr;
 
-pager_slicer_fb_sptr pgr_make_slicer_fb(float alpha, float beta);
+pager_slicer_fb_sptr pager_make_slicer_fb(float alpha, float beta);
 
 /*!
  * \brief slicer description





reply via email to

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