bistromath / gr-air-modes

Gnuradio Mode-S/ADS-B radio
This project implements a Mode S receiver for the Gnuradio software-defined radio project. It is designed to receive Mode S transmissions from aircraft and decode them to a human-readable format, including ADS-B information messages such as position and a
GNU General Public License v3.0
438 stars 126 forks source link

Keep getting this error on 'make' #81

Open dsound-zz opened 8 years ago

dsound-zz commented 8 years ago

[ 3%] Building CXX object lib/CMakeFiles/air_modes.dir/preamble_impl.cc.o [ 7%] Building CXX object lib/CMakeFiles/air_modes.dir/slicer_impl.cc.o [ 11%] Building CXX object lib/CMakeFiles/air_modes.dir/modes_crc.cc.o [ 15%] Linking CXX shared library libair_modes.so [ 15%] Built target air_modes make[2]: *** No rule to make target 'swig/air_modes_swig.py', needed by 'swig/air_modes_swig.pyc'. Stop. CMakeFiles/Makefile2:196: recipe for target 'swig/CMakeFiles/pygen_swig_f461b.dir/all' failed make[1]: *** [swig/CMakeFiles/pygen_swig_f461b.dir/all] Error 2 Makefile:138: recipe for target 'all' failed make: *** [all] Error 2

darkstar007 commented 8 years ago

I also had this error. I found a work around - rename the gr-air-modes directory to be gr-air-modes-0.0 not exactly why - must be lost in the depth of the cmake stuff - I tried to look for it but rapidly lost the will to live!

I'd be interested to hear if that work-around works for you.

dsound-zz commented 8 years ago

I tried your suggestion but now the Cmake files says it doesn't recognize gr-air-modes-0.0

Sent from my iPhone

On Apr 29, 2016, at 11:35 AM, darkstar007 notifications@github.com wrote:

I also had this error. I found a work around - rename the gr-air-modes directory to be gr-air-modes-0.0 not exactly why - must be lost in the depth of the cmake stuff - I tried to look for it but rapidly lost the will to live!

I'd be interested to hear if that work-around works for you.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

darkstar007 commented 8 years ago

OK, so I did:

It only seems to build if the dir gr-air-modes-0.0 is in your $HOME dir.

bistromath commented 8 years ago

What platforms are you both running on?

On Sat, Apr 30, 2016, 12:27 AM darkstar007 notifications@github.com wrote:

OK, so I did:

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/bistromath/gr-air-modes/issues/81#issuecomment-215943941

dsound-zz commented 8 years ago

Kali Linux Rolling All. I've installed about every package needed for installing SDR and Gnuradio stuff. I looked for the missing Swig package but nothing showed up in Synaptic.

Sent from my iPhone

On Apr 30, 2016, at 11:22 AM, bistromath notifications@github.com wrote:

What platforms are you both running on?

On Sat, Apr 30, 2016, 12:27 AM darkstar007 notifications@github.com wrote:

OK, so I did:

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/bistromath/gr-air-modes/issues/81#issuecomment-215943941

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

darkstar007 commented 8 years ago

Debian 'unstable'.