> However, I get an insane amount of abnoxious warnings from Boost's
> "signal_templates.hpp" file complaining that "empty macro arguments are
> undefined in ISO C90 and and ISOC++98".

The only thing I can add to this for now is that adding -std=C++0x to my
compile flags gets rid of these warnings:

/home/tyoung/research.code/deal.II/contrib/boost-1.46.1/include/boost/signals2/detail/signal_template.hpp:763:1:
warning: invoking macro BOOST_PP_CAT_I argument 1: empty macro arguments
are undefined in ISO C90 and ISO C++98

Somehow I doubt that that is a generic solution; maybe it helps somehow
with finding the real problem. Is that a clue? (Sorry I have nothing more
sensible to add). In any case deal.II does now compile on gcc-4.4.

Best,
        Toby

-----

Toby D. Young
Assistant Professor

Institute of Fundamental Technological Problems
Polish Academy of Sciences
ul Adolfa Pawinskiego 5b
02-106 Warsaw
Poland

www:   http://www.ippt.gov.pl/~tyoung
skype: stenografia

_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to