[Dune] [#956] DUNE_DEPRECATED should have a variant with a message

Dune flyspray at dune-project.org
Tue Oct 4 18:51:03 CEST 2011


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#956 - DUNE_DEPRECATED should have a variant with a message
User who did this - Andreas Lauser (andlaus)

----------
Hm, seems to be that your compiler doesn't know about __attribute__((deprecated)) at all. This is an example of why I hate autotools, 

http://www.gnu.org/s/hello/manual/autoconf/Defining-Symbols.html

says something about a "parenthesized argument list" in AC_DEFINE, but they do not specify what this means. anyway, if both tests fail, I get something like

/* how to create a deprecation warning */
#define DUNE_DEPRECATED 

/* how to create a deprecation warning with an additional message */
#define DUNE_DEPRECATED_MSG(msg) 

in my config.h, which seems fine IMHO. did you run dune-autogen on all modules?
----------

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=956#comment2717

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list