gnieboer / GNURadio_Windows_Build_Scripts

A series of Powershell scripts to automatically download, build from source, and install GNURadio and -all- it's dependencies as 64-bit native binaries then package as an msi using Visual Studio 2015
GNU General Public License v3.0
89 stars 33 forks source link

Build error at "newmod" #22

Closed gnieboer closed 6 years ago

gnieboer commented 7 years ago

There is a compatibility issue with volk 1.3 release, which is where the current GR repo points to. This will cause volk to fail to build, which cascades and ends up in this error.

Perm Fix will be in place once GR's repo updates it's pointer to volk's Short-Term fix is simply to checkout the newest maint branch commit, which includes the compatibility fix.

gnieboer commented 6 years ago

Fixed upstream w/ 3.7.12