Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-28 | docs: installing generated _doc.i files under autotools. | Tom Rondeau | |
2011-11-27 | docs: better use of BUILT_SOURCES so I'm not overriding the standard build ↵ | Tom Rondeau | |
instructions for it. | |||
2011-11-27 | docs: Adding swig doc generation to Makefile.am files. | Tom Rondeau | |
2011-11-27 | docs: forgot to have the generated .i files installed. | Tom Rondeau | |
2011-11-27 | docs: added python doxygen docs to gr-audio. | Tom Rondeau | |
2011-10-25 | Merge branch 'maint' | Tom Rondeau | |
2011-10-25 | Merge branch 'upstream/alsa-source-warning-fix' into maint | Tom Rondeau | |
2011-10-23 | the libraries | Josh Blum | |
2011-10-22 | docs: don't need to distribute README files in docs component. Just the ↵ | Tom Rondeau | |
install path. | |||
2011-10-20 | docs: installing README files. | Tom Rondeau | |
2011-10-19 | grc: added throttle tag to blocks that throttle | Josh Blum | |
2011-10-19 | cmake: fix that component depends on component hack | Josh Blum | |
2011-10-17 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-10-16 | Merge branch 'master' into next | Tom Rondeau | |
Conflicts: gr-qtgui/lib/Makefile.am | |||
2011-10-16 | Merge branch 'maint' | Tom Rondeau | |
2011-10-15 | build: fixed a bug with missing boost filesystem lib. | Tom Rondeau | |
2011-10-11 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
Conflicts: gr-digital/include/digital_constellation.h | |||
2011-10-09 | docs: adding gitignore for gr-audio/doc | Tom Rondeau | |
2011-10-09 | docs: include the doc directory in gr-aduio. | Tom Rondeau | |
2011-10-09 | docs: adding doc directory, Doxygen page, and README for audio package. | Tom Rondeau | |
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum | |
2011-10-08 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into digital | Josh Blum | |
2011-10-07 | audio_alsa_source : Fix warning on 32 bit builds. | Philip Balister | |
On machines where sizeof(long) = sizeof(int) the code for calculating scale factors produced an overflow warning. This change simplifies the code by eliminating the shift. The compiler should calculate the constant at compile time anyway. Signed-off-by: Philip Balister <philip@opensdr.com> | |||
2011-10-06 | Merge branch 'master' into next | Tom Rondeau | |
2011-10-03 | audio_alsa_sink : Fix warning on 32 bit builds. | Philip Balister | |
On machines where sizeof(long) = sizeof(int) the code for calculating scale factors produced an overflow warning. This change simplifies the code by eliminating the shift. The compiler should calculate the constant at compile time anyway. Signed-off-by: Philip Balister <philip@opensdr.com> | |||
2011-09-28 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-09-27 | Merge branch 'master' into next | Johnathan Corgan | |
2011-09-27 | swig: language independent exception handler | Josh Blum | |
2011-09-15 | audio: may have to link Carbon | Josh Blum | |
2011-08-02 | cmake: language tweak for component group description | Josh Blum | |
2011-07-23 | gr: tweaks to build cmake branch on osx | Josh Blum | |
2011-07-20 | gr: squashed cmakelists.txt into one commit | Josh Blum | |
2011-07-19 | Merge branch 'master' into next | Johnathan Corgan | |
2011-07-17 | Merge branch '8psk' into next | Tom Rondeau | |
Conflicts: gr-msdd6000/src/Makefile.swig.gen | |||
2011-07-10 | audio: fixing alsa source like we did for alsa sink before. | Tom Rondeau | |
2011-07-06 | Merge branch 'maint' | Johnathan Corgan | |
2011-07-06 | gr-audio: fix missing Makefile.am clause | Michael Dickens | |
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 | |||
2011-07-04 | gnuradio-examples, gr-audio: moved audio Python and C++ examples into gr-audio | Johnathan Corgan | |
This begins a transition of examples from a separate gnuradio-examples component into an examples directory with the component they go with. In this commit: gnuradio-examples/c++/audio/ => gr-audio/examples/c++ gnuradio-examples/python/audio => gr-audio/examples/python The system installation directory remains $PREFIX/share/gnuradio/examples/audio | |||
2011-05-08 | Merge branch 'master' into 8psk | Tom Rondeau | |
2011-05-08 | build: committing updated Makefile.swig.gen files. | Tom Rondeau | |
2011-04-24 | audio: filled in the GR_AUDIO_API macro (since we now have gruel/attributes.h) | Josh Blum | |
2011-03-30 | build: add missing linker defines for Win32 | Don Ward | |
2011-03-29 | Merge remote branch 'jblum/wip/gr_block_pure_virtual' | Johnathan Corgan | |
* jblum/wip/gr_block_pure_virtual: uhd: cleanup uhd usrp source/sink with virtual inheritance audio: cleanup audio source/sink with virtual inheritance runtime: changes to block headers to allow pure virtual sub-classes (interfaces) | |||
2011-03-28 | audio: added missing header to Makefile. | Tom Rondeau | |
2011-03-28 | audio: cleanup audio source/sink with virtual inheritance | Josh Blum | |
The audio implementations now inherit from sync block (as they used to). And the redundant constructor in audio source/sink has been removed. | |||
2011-03-28 | audio: fixing class typo for OSX audio driver. | Tom Rondeau | |
2011-03-28 | audio: re-adding circular_buffer.h for OSX build. | Tom Rondeau | |
2011-03-22 | audio: moved audio docs to gr-audio and fix comments | Josh Blum | |
2011-03-14 | gr-audio: added README and default config fix | Josh Blum | |
2011-03-09 | audio: high prio for platform specific audio osx | Josh Blum | |