discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Include guard bug


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Include guard bug
Date: Fri, 21 Feb 2014 18:01:56 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

Hi Ruecan,

this just the question if we should move away from

#ifndef INCLUDED_FILENAME_OF_HEADER_H
#define INCLUDED_FILENAME_OF_HEADER_H
<actual header content>
#endif

to the more sanity-ensuring

#pragma once

preprocessor directive.

Sadly, this was not related to your problem...
Still have no idea what's causing your problems.

Greetings,
Marcus

On 02/21/2014 05:58 PM, Ruecan wrote:
Guys,
I re make from clean but still got the same error.
PS: after pulling the bugfix, do I need to execute any other command, other
than

*git pull https://github.com/marcusmueller/gnuradio.git
master_fix_message_strobe_random_ifndef *

Tim, I did not get what you mean by
Tim O'Shea wrote
changing headers to use "#pragma once"




--
View this message in context: 
http://gnuradio.4.n7.nabble.com/Issue-while-installing-GR-3-7-tp46435p46461.html
Sent from the GnuRadio mailing list archive at Nabble.com.

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

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