summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed warnings about variable intialization order.Tom Rondeau2011-07-263-3/+3
|
* core: added missing io.h includes on cc filesJosh Blum2011-07-264-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 filesJosh Blum2011-07-268-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 clauseMichael Dickens2011-07-061-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 ChangeLogJohnathan Corgan2011-07-031-4/+3
|
* Update revision to 3.4.0v3.4.0Johnathan Corgan2011-06-112-2/+2
|
* Update config.sub and config.guess with latest canonical versionsJohnathan Corgan2011-06-116-313/+278
|
* Allow disabling shm vmcircbuf tests at configure timeDon Ward2011-06-114-0/+41
|
* Merge remote branch 'burx/burx_updates_for_rel_3pt4'Johnathan Corgan2011-06-111-4/+34
|\
| * Fix tuning issue above 2.2 GHz, and use DDCs for fine tuning now.JohnOrlando2011-04-141-4/+34
| |
* | grc: removed var sink taps example, its no longer supported, weird, and not ↵Josh Blum2011-06-092-490/+1
| | | | | | | | useful
* | grc: disable pythonw on darwin, apparently not neededJosh Blum2011-06-091-2/+3
| |
* | gr-uhd: enable 8 channels in grc uhd blocksJosh Blum2011-06-091-1/+1
| |
* | added high_res_timer_epoch to give ticks at the epochJosh Blum2011-06-071-1/+1
| |
* | qtgui: make a common function for the time label creation in waterfallJosh Blum2011-06-071-19/+16
| |
* | qtgui: removed all traces of highResTimeFunctions.hJosh Blum2011-06-0719-57/+54
| |
* | qtgui: removed most of the functions in highResTimeFunctions.hJosh Blum2011-06-077-50/+24
| |
* | qtgui: partially switch to gruel high res timerJosh Blum2011-06-079-289/+31
| |
* | gruel: adding high resolution timer to gruelJosh Blum2011-06-072-0/+125
| |
* | qtgui: replace timespec with typedef so its easier to replaceJosh Blum2011-06-0716-135/+159
| |
* | Merge branch 'mergeme/fix/trellis/metrics_typo'Tom Rondeau2011-06-071-1/+1
|\ \
| * | trellis: fix typo, had include config.h logic reversedJosh Blum2011-05-251-1/+1
| | |
* | | Merge branch 'master' into turboTom Rondeau2011-06-051014-13825/+52494
|\ \ \
| * \ \ Merge branch 'tr_master'Tom Rondeau2011-06-0213-2/+740
| |\ \ \
| | * | | core: fixed documentation for dc blocker.Tom Rondeau2011-06-022-4/+6
| | | | |
| | * | | QA: adding QA code for DC blocker block. Tests impulse response for complex ↵Tom Rondeau2011-06-022-0/+109
| | | | | | | | | | | | | | | | | | | | and float, long and short form for each.
| | * | | grc: fixing DC blocker block to handle i/o type.Tom Rondeau2011-06-021-14/+16
| | | | |
| | * | | grc: adding DC blocker GRC block.Tom Rondeau2011-05-253-0/+51
| | | | |
| | * | | filter: adding floating point version of DC blocker alg.Tom Rondeau2011-05-255-2/+289
| | | | |
| | * | | filter: changing name of moving average class to remove name conflicts.Tom Rondeau2011-05-252-16/+16
| | | | |
| | * | | filter: adding a DC blocker algorithm.Tom Rondeau2011-05-255-2/+289
| | | | |
| * | | | Merge branch 'tr_master'Tom Rondeau2011-05-253-1/+30
| |\| | | | | |/ / | |/| |
| | * | Merge pull request #1 from tttx/pmt-swig-fixTom Rondeau2011-05-253-1/+30
| | |\ \ | | | | | | | | | | Pmt swig fix
| | | * | update python installed filestttx2011-05-242-1/+5
| | | | |
| | | * | fixing file trackingtttx2011-05-241-0/+0
| | | | |
| | | * | fixing pmt swig python installed filestttx2011-05-242-0/+25
| | |/ /
| * / / gr-utils: updating gr_plot_psd.py to protect against zero-length arrays in ↵Tom Rondeau2011-05-241-10/+20
| |/ / | | | | | | | | | get_data.
| * | gr-uhd: fixed uhd apps; don't try to set the clock; default antenna unless ↵Tom Rondeau2011-05-172-7/+8
| | | | | | | | | | | | specified; proper name for tune result.
| * | core: adding get/set sensitivity accessors to frequency_modulator_fc block.Tom Rondeau2011-05-123-1/+7
| | |
| * | gr-uhd: fixed apps Makefile for distribution.Tom Rondeau2011-05-101-0/+3
| | |
| * | gr-uhd: adding gitignore file to uhd apps dir.Tom Rondeau2011-05-101-0/+3
| | |
| * | gr-uhd: Makefile.am for UHD apps.Tom Rondeau2011-05-101-0/+29
| | |
| * | gr-uhd: UHD version of usrpx_rx_cfile.py.Tom Rondeau2011-05-101-0/+148
| | |
| * | gr-uhd: adding antenna selection ability to uhd_fft.py.Tom Rondeau2011-05-101-3/+1
| | |
| * | gr-uhd: adding uhd_fft.py appTom Rondeau2011-05-103-1/+271
| | |
| * | examples: usrp2_wfm_rcv added support for WBX boards. From patch submitted ↵Tom Rondeau2011-05-101-1/+2
| | | | | | | | | | | | by Elvis Dowson.
| * | build: updated SDCC error message on failure. We don't support version 3, so ↵Tom Rondeau2011-05-101-1/+1
| | | | | | | | | | | | this should make that better understood.
| * | Merge branch 'mergeme/grc/cross_platform_work'Tom Rondeau2011-05-0223-160/+146
| |\ \
| | * | grc: added logic to discover the path to the python interpreterJosh Blum2011-04-195-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 subdirectoryJosh Blum2011-04-144-12/+13
| | | |