bistromath / gr-ais

Automatic Information System decoder for shipborne position reporting for the Gnuradio project
134 stars 47 forks source link

Fix build scripts to work wit GNU Radio 3.6 #3

Closed csete closed 11 years ago

csete commented 11 years ago

Trying to build gr-ais on a recent Linux system using the latest GNU Radio from git I ran into two issues:

  1. Cmake could find my gruel and gnuradio-core installed in /opt/gnuradio/current/. The first commit fixes that.
  2. Compilation fails with 'Unable to find gruel_common.i' error. This issue was discussed on the GNU Radio mailing list back in April and was due to moving some files in gnuradio 3.6. The second commit fixes that too.
csete commented 11 years ago

The second commit does something bad... I'm going to take a second look at it and resubmit when I've figured it out.