discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Unable to compile gnuradio under MSVC - missing s


From: Josh Blum
Subject: Re: [Discuss-gnuradio] Unable to compile gnuradio under MSVC - missing stdbool.h
Date: Thu, 06 Sep 2012 11:05:55 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0


On 09/06/2012 12:18 AM, Pol Henarejos wrote:
> Dear list,
> 
> I gitted the last revision of gnuradio and I cannot compile it
> under MSVC 2010 since stdbool.h is missing and macro COMPILER(MSVC)
> is not defined. I use Windows 7 x64 and MSVC 2010.
> 

Any idea why MSVC is not defined? Thats critically important

if(MSVC)
    #add compatibility includes for stdint types
    include_directories(${CMAKE_SOURCE_DIR}/cmake/msvc)

I use MSVC 2010 and cmake 2.8. Setting MSVC seems to be the standard
thing to happen when you configure the project to use MSVC.

-josh



reply via email to

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