Re: [Discuss-gnuradio] Error in Building UHD on Windows

2013-05-03 Thread Josh Blum
On 05/03/2013 06:12 AM, Zooz Engineer wrote: > Hi Marcus, > > Please find attached the txt file with the warnings. > These are just implicit casts that cause default warnings in MSVC, but not GCC. We generally fix these by just explicitly casting. There is nothing to worry about. I will add t

Re: [Discuss-gnuradio] Error in Building UHD on Windows

2013-05-03 Thread Marcus Müller
Looked at those code lines, since I wasn't used to the compiler output of msvc; everything looks fine. Cheers, Marcus Am 03.05.2013 13:12, schrieb Zooz Engineer: Hi Marcus, Please find attached the txt file with the warnings. Cheers, Zo -

Re: [Discuss-gnuradio] Error in Building UHD on Windows

2013-05-03 Thread Zooz Engineer
Hi Marcus, Please find attached the txt file with the warnings. Cheers, Zo Date: Thu, 2 May 2013 11:18:59 -0700 From: ml-node+s4n41109...@n7.nabble.com To: xtmpcvs...@hotmail.com Subject: Re: Error in Building UHD on Windows If everything works fine: Ignore them. The first one see

Re: [Discuss-gnuradio] Error in Building UHD on Windows

2013-05-02 Thread Marcus Müller
If everything works fine: Ignore them. The first one seems interesting, but does not necessarily imply an error. (sometimes you really just want to check if a double is still in initialized state, e.g. filled with zeros and therefore use it as a boolean; some compilers interpret that as cast to i

Re: [Discuss-gnuradio] Error in Building UHD on Windows

2013-05-02 Thread Zooz Engineer
However, I have some 27 warnings in MSVC and I don't know how important they are: C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning) C4305: '=' : truncation from 'double' to 'float' Can they be

Re: [Discuss-gnuradio] Error in Building UHD on Windows

2013-05-02 Thread Zooz Engineer
Dear Josh, Thanks for the hint. The issue occurred after Visual Studio 2012 installation and is resolved by replacing the cvtres.exe from VS2010 with the one from VS2012. Best, Zo Date: Thu, 25 Apr 2013 14:54:37 -0700 From: ml-node+s4n41007...@n7.nabble.com To: xtmpcvs...@hotmail.com Subj

Re: [Discuss-gnuradio] Error in Building UHD on Windows

2013-04-25 Thread Josh Blum
On 04/25/2013 03:27 PM, Zooz Engineer wrote: > > > > Dear All, > > I am trying to install UHD on windows from source code. I have > installed the prerequisites: > > cmake-2.8.10.2-win32-x86 boost_1_51_setup32 python-2.6.6 > Cheetah-2.2.2.win32-py2.6 > msysGit-fullinstall-1.8.1.2-preview201

Re: [Discuss-gnuradio] Error in Building UHD on Windows

2013-04-25 Thread Zooz Engineer
I think I am missing something in the build variables. What are the variables that need to be set? Cheers, Zo From: xtmpcvs...@hotmail.com To: discuss-gnuradio@gnu.org Subject: Error in Building UHD on Windows Date: Thu, 25 Apr 2013 20:27:38 + Dear All, I am trying to install UHD on

[Discuss-gnuradio] Error in Building UHD on Windows

2013-04-25 Thread Zooz Engineer
Dear All, I am trying to install UHD on windows from source code. I have installed the prerequisites: cmake-2.8.10.2-win32-x86 boost_1_51_setup32 python-2.6.6 Cheetah-2.2.2.win32-py2.6 msysGit-fullinstall-1.8.1.2-preview20130201 Visual studio 2010 express I follwowed the steps detailed here: