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 32 forks source link

PREREQUISITES wrong founded ! #26

Closed fasthyun closed 7 years ago

fasthyun commented 7 years ago

I installed gnuradio-3.7.xx binary and compiled from source without Internet. so I founded some issues...

When binary install, Windows 7 (64bit) : install FAIL! Windows 7 SP1 (64bit) : install Okay ( and need vc2015 runtime dlls ------> vc_redist.x64.exe )

When source compiling , MS Visual Studio 2015 : FAIL !!! with too many c2280 errors MS Visual Studio 2015 update 3 : Okay !! with some warnings..

gnieboer commented 7 years ago

fasthyun,

I would be helpful if you replaced a few explanation points (!!!!) with more information about what issue you are trying to report.

It sounds like you've fixed all your issues.... Win7 needs SP1 and VS2015 runtimes, and MSVC requires the latest updates. Sounds like everything then is working fine now???????

fasthyun commented 7 years ago

Yes. it is working now. I just don't want anyone to have hard time for it

gnieboer commented 7 years ago

No action required