summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-20volk: snagged the volk changes from cmake branchJosh Blum
2011-07-20core: removed uses of c99 dynamic arrays for MSVC compileJosh Blum
2011-07-20gr: replaced uses of snprintf with boost format in common code build by MSVCJosh Blum
2011-07-20core: hack needed for gri wisdom on windows because you cant pass file ↵Josh Blum
descriptors across library boundaries
2011-07-20core: use gendir envvar to optionally generate makfile.gen into the build dirJosh Blum
2011-07-20core: added missing io.h includes on cc filesJosh Blum
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.
2011-07-20core: added missing config.h includes on cc filesJosh Blum
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.
2011-07-19gr-vocoder: adds alaw encoder, decoder, and audio loopback exampleJohnathan Corgan
2011-07-19gr-vocoder: adds ulaw encoder, decoder, and audio loopback exampleJohnathan Corgan
2011-07-19gr-vocoder: moved g72x out of gnuradio-core, renamed g7xxJohnathan Corgan
2011-07-19Merge branch 'master' into nextJohnathan Corgan
2011-07-19volk: fix whitespace in Python scriptMoritz Fischer
2011-07-18gr-vocoder: distcheck fixesJohnathan Corgan
2011-07-18gnuradio-examples: removed digital_voice examplesJohnathan Corgan
2011-07-18gr-vocoder: removed gr-codec2-vocoderJohnathan Corgan
2011-07-18gr-vocoder: re-implemented gr-codec2-vocoder inside gr-vocoderJohnathan Corgan
2011-07-18Merge remote branch 'ttsou/codec2' into wip/vocodersJohnathan Corgan
Conflicts: config/Makefile.am configure.ac
2011-07-18gr-cvsd-vocoder: removed from treeJohnathan Corgan
2011-07-18gr-vocoder: re-implemented gr-cvsd-vocoder in gr-vocoderJohnathan Corgan
2011-07-18gr-gsm-fr-vocoder: removed from treeJohnathan Corgan
2011-07-18gr-vocoder: reimplemented gr-gsm-fr-vocoder in gr-vocoderJohnathan Corgan
2011-07-18Merge remote branch 'gnuradio/next' into wip/vocodersJohnathan Corgan
2011-07-18digital: fixing imports and build/dist for gr-digital.Tom Rondeau
2011-07-17Merge remote branch 'gnuradio/next' into wip/vocodersJohnathan Corgan
2011-07-17gr-vocoder: add skeleton top-level componentJohnathan Corgan
2011-07-17digital: reverting back to ofdm, pkt, and modulation_utils in gnuradio-core ↵Tom Rondeau
to master. Moved new versions under gr-digital.
2011-07-17Merge branch '8psk' into nextTom Rondeau
Conflicts: gr-msdd6000/src/Makefile.swig.gen
2011-07-12trellis: fixing trellis build and qa structure. run_tests.in adds gr-digital ↵Tom Rondeau
to the PYTHONPATH so that the QA code can import digital_swig.
2011-07-12fixing build for constellation code. Had to make some changes to the qa code ↵Tom Rondeau
to import the right stuff after being changed from sitting in gnuradio-core.
2011-07-12fixing buildTom Rondeau
2011-07-10audio: fixing alsa source like we did for alsa sink before.Tom Rondeau
2011-07-10Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2011-07-10qtgui: missed this when updating time info.Tom Rondeau
2011-07-10digital: removed new constellation blocks from gnuradio-core.Tom Rondeau
2011-07-10digital: work on build to make gr-trellis dependent on gr-digital.Tom Rondeau
2011-07-10digital: moving more constellation blocks into gr-digital. Builds, make ↵Tom Rondeau
check needs work.
2011-07-10digital: fixed variable ordering to remove warning.Tom Rondeau
2011-07-08build: fix incorrect version on next branchJohnathan Corgan
2011-07-08Merge branch 'master' into nextJohnathan Corgan
2011-07-08gr-usrp: fix missing Makefile.am entryJohnathan Corgan
2011-07-08Merge remote branch 'nick/volk_cmake'Johnathan Corgan
2011-07-08Merged jblum/new_volk into masterJohnathan Corgan
2011-07-07vocoder: codec2: add block for David Rowe's Codec2Thomas Tsou
2011-07-06Merge branch 'master' into nextJohnathan Corgan
2011-07-06Merge branch 'maint'Johnathan Corgan
2011-07-06gr-audio: fix missing Makefile.am clauseMichael 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-04Merge branch 'master' into nextJohnathan Corgan
2011-07-04gnuradio-examples, gr-audio: moved audio Python and C++ examples into gr-audioJohnathan 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-07-03Merge branch 'master' into nextJohnathan Corgan
2011-07-03gr-utils: move non-GUI apps using old libusrp(2) into gr-usrp or gr-usrp2Johnathan Corgan
One step (of many) to convert GNU Radio to use new Ettus Research UHD driver.