Ticket #116 (defect)
Opened 2 years ago
Last modified 2 years ago
gnuradio-examples won't build without gr-audio-alsa
Status: closed (duplicate)
| Reported by: | dward | Assigned to: | jcorgan |
|---|---|---|---|
| Priority: | normal | Milestone: | release-3.1 |
| Component: | gnuradio-examples | Version: | 3.0svn |
| Keywords: | windows cygwin mingw | Cc: | don2387ward@sprynet.com |
gnuradio-examples/c++/dialtone requires <alsa/asoundlib.h> to compile and libgr_audio_alsa.la to link. Thus build of gnuradio-examples fails unless alsa is available and gr-audio-alsa has been built. This prevents building of gnuradio-examples on Windows (Cygwin or MSYS).
Change History
12/18/06 10:38:33: Modified by eb
- owner changed from eb to jcorgan.
12/18/06 10:59:48: Modified by eb
12/18/06 11:03:45: Modified by jcorgan
- status changed from new to assigned.
- milestone changed from to-be-decided to release-3.1.
Temporarily disabled building example in r4139 on trunk. Real fix needs to determine if required components are built.
01/12/07 23:27:14: Modified by jcorgan
- status changed from assigned to closed.
- resolution set to duplicate.
I'm closing this out as it will be addressed in ticket:128.

I disabled building c++/dial_tone in r4137 pending proper autoconfiscation.