discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] installing gnuradio on Windows


From: Mostafa Alizadeh
Subject: Re: [Discuss-gnuradio] installing gnuradio on Windows
Date: Wed, 6 Jul 2016 19:14:50 +0430

EDIT:

After so may trials and searches, I found that the problem resides inside the file:

"Step2-GetStage1Packages" where it wants to build libraries with "msbuild".
I tried to run the command alone and it turned out that the command is wrong syntactically:

it must use : msbuild vstudio.sln /m /p:configuration=Debug /p:platform=x64
instead of   : msbuild vstudio.sln /m /p:"configuration=Debug;platform=x64"

After that I encountered with a new problem and I do not know when these perplexing problems want to disappear:

running this:
msbuild vstudio.sln /m /p:configuration=Debug /p:platform=x64

got this:

C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(203,5): error MSB3073: The command "copy ..
\..\..\scripts\pnglibconf.h.prebuilt ..\..\..\pnglibconf.h\r [E:\GNURadio_src\build\src-stage1-dependencies\libpng\projects\vs
tudio-vs2015\pnglibconf\pnglibconf.vcxproj]
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(203,5): error MSB3073: :VCEnd" exited with
code 1. [E:\GNURadio_src\build\src-stage1-dependencies\libpng\projects\vstudio-vs2015\pnglibconf\pnglibconf.vcxproj]


what could I do? 
please help me :( 

Thanks in advance,
Mostafa


***********************************************************
Tehran
IRAN
Tel: +98 (919) 158-7730
Homepage: Linkedin

***********************************************************

On Wed, Jul 6, 2016 at 1:55 PM, Mostafa Alizadeh <address@hidden> wrote:
Hi all, 

I tried to install GNURadio with the given instructions in the link below:

https://github.com/gnieboer/gnuradio_windows_build_scripts

I downloaded all the dependencies, however, at the "second stage", while building dependencies, I encountered an error like (for Zlib):

Validation Failed, x64/ZlibDllDebug/zlibwapi.dll was not found and is required

and I also have similar error after building other libraries too. Where is the problem? 

Best, 
Mostafa 


***********************************************************
Tehran
IRAN
Tel: +98 (919) 158-7730
Homepage: Linkedin

***********************************************************


reply via email to

[Prev in Thread] Current Thread [Next in Thread]