Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed warnings about variable intialization order. | Tom Rondeau | 2011-07-26 | 3 | -3/+3 |
| | |||||
* | core: added missing io.h includes on cc files | Josh Blum | 2011-07-26 | 4 | -0/+14 |
| | | | | | | Added to the cc files which were missing io.h and required compatibility declarations in io.h to compile. Applies to compiling under MSVC with cmake work branch. | ||||
* | core: added missing config.h includes on cc files | Josh Blum | 2011-07-26 | 8 | -0/+30 |
| | | | | | | Added to the cc files which were missing config.h and required compatibility functions defined in config.h. Applies to compiling under MSVC with cmake work branch. | ||||
* | gr-audio: fix missing Makefile.am clause | Michael Dickens | 2011-07-06 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Date: Tue, 5 Jul 2011 23:16:48 -0500 Message-ID: <CAJFv4kPPVbA0dC=euBvaukWcpNVOWTdPsM1kcYS5nO4KAfnd-g@mail.gmail.com> From: Ryan Pape <ryan.pape@gmail.com> To: discuss-gnuradio@gnu.org Subject: [Discuss-gnuradio] OSX 10.6 Audio Library Error I'm having trouble with a new install on OSX 10.6. I've done this enough times on other OSX versions but I am drawing a blank. Can anyone help me out? Can't find Core Audio libs? Traceback (most recent call last): File "./dial_tone.py", line 24, in <module> from gnuradio import audio File "/usr/local/lib/python2.6/site-packages/gnuradio/audio/__init__.py", line 22, in <module> from audio_swig import * File "/usr/local/lib/python2.6/site-packages/gnuradio/audio/audio_swig.py", line 26, in <module> _audio_swig = swig_import_helper() File "/usr/local/lib/python2.6/site-packages/gnuradio/audio/audio_swig.py", line 22, in swig_import_helper _mod = imp.load_module('_audio_swig', fp, pathname, description) *ImportError: dlopen(/usr/local/lib/python2.6/site-packages/gnuradio/audio/_audio_swig.so, 2): Symbol not found: _AudioComponentFindNext* Referenced from: /usr/local/lib/libgnuradio-audio-3.4.1git.0.dylib Expected in: flat namespace in /usr/local/lib/libgnuradio-audio-3.4.1git.0.dylib | ||||
* | Fix URL in ChangeLog | Johnathan Corgan | 2011-07-03 | 1 | -4/+3 |
| | |||||
* | Update revision to 3.4.0v3.4.0 | Johnathan Corgan | 2011-06-11 | 2 | -2/+2 |
| | |||||
* | Update config.sub and config.guess with latest canonical versions | Johnathan Corgan | 2011-06-11 | 6 | -313/+278 |
| | |||||
* | Allow disabling shm vmcircbuf tests at configure time | Don Ward | 2011-06-11 | 4 | -0/+41 |
| | |||||
* | Merge remote branch 'burx/burx_updates_for_rel_3pt4' | Johnathan Corgan | 2011-06-11 | 1 | -4/+34 |
|\ | |||||
| * | Fix tuning issue above 2.2 GHz, and use DDCs for fine tuning now. | JohnOrlando | 2011-04-14 | 1 | -4/+34 |
| | | |||||
* | | grc: removed var sink taps example, its no longer supported, weird, and not ↵ | Josh Blum | 2011-06-09 | 2 | -490/+1 |
| | | | | | | | | useful | ||||
* | | grc: disable pythonw on darwin, apparently not needed | Josh Blum | 2011-06-09 | 1 | -2/+3 |
| | | |||||
* | | gr-uhd: enable 8 channels in grc uhd blocks | Josh Blum | 2011-06-09 | 1 | -1/+1 |
| | | |||||
* | | added high_res_timer_epoch to give ticks at the epoch | Josh Blum | 2011-06-07 | 1 | -1/+1 |
| | | |||||
* | | qtgui: make a common function for the time label creation in waterfall | Josh Blum | 2011-06-07 | 1 | -19/+16 |
| | | |||||
* | | qtgui: removed all traces of highResTimeFunctions.h | Josh Blum | 2011-06-07 | 19 | -57/+54 |
| | | |||||
* | | qtgui: removed most of the functions in highResTimeFunctions.h | Josh Blum | 2011-06-07 | 7 | -50/+24 |
| | | |||||
* | | qtgui: partially switch to gruel high res timer | Josh Blum | 2011-06-07 | 9 | -289/+31 |
| | | |||||
* | | gruel: adding high resolution timer to gruel | Josh Blum | 2011-06-07 | 2 | -0/+125 |
| | | |||||
* | | qtgui: replace timespec with typedef so its easier to replace | Josh Blum | 2011-06-07 | 16 | -135/+159 |
| | | |||||
* | | Merge branch 'mergeme/fix/trellis/metrics_typo' | Tom Rondeau | 2011-06-07 | 1 | -1/+1 |
|\ \ | |||||
| * | | trellis: fix typo, had include config.h logic reversed | Josh Blum | 2011-05-25 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' into turbo | Tom Rondeau | 2011-06-05 | 1014 | -13825/+52494 |
|\ \ \ | |||||
| * \ \ | Merge branch 'tr_master' | Tom Rondeau | 2011-06-02 | 13 | -2/+740 |
| |\ \ \ | |||||
| | * | | | core: fixed documentation for dc blocker. | Tom Rondeau | 2011-06-02 | 2 | -4/+6 |
| | | | | | |||||
| | * | | | QA: adding QA code for DC blocker block. Tests impulse response for complex ↵ | Tom Rondeau | 2011-06-02 | 2 | -0/+109 |
| | | | | | | | | | | | | | | | | | | | | and float, long and short form for each. | ||||
| | * | | | grc: fixing DC blocker block to handle i/o type. | Tom Rondeau | 2011-06-02 | 1 | -14/+16 |
| | | | | | |||||
| | * | | | grc: adding DC blocker GRC block. | Tom Rondeau | 2011-05-25 | 3 | -0/+51 |
| | | | | | |||||
| | * | | | filter: adding floating point version of DC blocker alg. | Tom Rondeau | 2011-05-25 | 5 | -2/+289 |
| | | | | | |||||
| | * | | | filter: changing name of moving average class to remove name conflicts. | Tom Rondeau | 2011-05-25 | 2 | -16/+16 |
| | | | | | |||||
| | * | | | filter: adding a DC blocker algorithm. | Tom Rondeau | 2011-05-25 | 5 | -2/+289 |
| | | | | | |||||
| * | | | | Merge branch 'tr_master' | Tom Rondeau | 2011-05-25 | 3 | -1/+30 |
| |\| | | | | |/ / | |/| | | |||||
| | * | | Merge pull request #1 from tttx/pmt-swig-fix | Tom Rondeau | 2011-05-25 | 3 | -1/+30 |
| | |\ \ | | | | | | | | | | | Pmt swig fix | ||||
| | | * | | update python installed files | tttx | 2011-05-24 | 2 | -1/+5 |
| | | | | | |||||
| | | * | | fixing file tracking | tttx | 2011-05-24 | 1 | -0/+0 |
| | | | | | |||||
| | | * | | fixing pmt swig python installed files | tttx | 2011-05-24 | 2 | -0/+25 |
| | |/ / | |||||
| * / / | gr-utils: updating gr_plot_psd.py to protect against zero-length arrays in ↵ | Tom Rondeau | 2011-05-24 | 1 | -10/+20 |
| |/ / | | | | | | | | | | get_data. | ||||
| * | | gr-uhd: fixed uhd apps; don't try to set the clock; default antenna unless ↵ | Tom Rondeau | 2011-05-17 | 2 | -7/+8 |
| | | | | | | | | | | | | specified; proper name for tune result. | ||||
| * | | core: adding get/set sensitivity accessors to frequency_modulator_fc block. | Tom Rondeau | 2011-05-12 | 3 | -1/+7 |
| | | | |||||
| * | | gr-uhd: fixed apps Makefile for distribution. | Tom Rondeau | 2011-05-10 | 1 | -0/+3 |
| | | | |||||
| * | | gr-uhd: adding gitignore file to uhd apps dir. | Tom Rondeau | 2011-05-10 | 1 | -0/+3 |
| | | | |||||
| * | | gr-uhd: Makefile.am for UHD apps. | Tom Rondeau | 2011-05-10 | 1 | -0/+29 |
| | | | |||||
| * | | gr-uhd: UHD version of usrpx_rx_cfile.py. | Tom Rondeau | 2011-05-10 | 1 | -0/+148 |
| | | | |||||
| * | | gr-uhd: adding antenna selection ability to uhd_fft.py. | Tom Rondeau | 2011-05-10 | 1 | -3/+1 |
| | | | |||||
| * | | gr-uhd: adding uhd_fft.py app | Tom Rondeau | 2011-05-10 | 3 | -1/+271 |
| | | | |||||
| * | | examples: usrp2_wfm_rcv added support for WBX boards. From patch submitted ↵ | Tom Rondeau | 2011-05-10 | 1 | -1/+2 |
| | | | | | | | | | | | | by Elvis Dowson. | ||||
| * | | build: updated SDCC error message on failure. We don't support version 3, so ↵ | Tom Rondeau | 2011-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | | this should make that better understood. | ||||
| * | | Merge branch 'mergeme/grc/cross_platform_work' | Tom Rondeau | 2011-05-02 | 23 | -160/+146 |
| |\ \ | |||||
| | * | | grc: added logic to discover the path to the python interpreter | Josh Blum | 2011-04-19 | 5 | -22/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than simply exec-ing the application w/ "python", use the same interpreter that executed grc w/ full path. Added code to handle the following exceptions: - for a wx app on mac osx, use the pythonw interpreter (this was in the m4 file, but its easier as a runtime check) - for a no gui app on linux, prepend xterm cuz its nice (we were already doing that but its now restricted to linux) | ||||
| | * | | grc: replaced asserts in gui subdirectory | Josh Blum | 2011-04-14 | 4 | -12/+13 |
| | | | |