discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Upcoming gcc6 problems


From: Stefan Wunsch
Subject: [Discuss-gnuradio] Upcoming gcc6 problems
Date: Tue, 17 May 2016 22:17:16 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0

Hey all,

gcc6 uses std=gnu++14 as default (compared to std=gnu++98 up to gcc5.3)
[0]. This causes a lot of warnings during building gnuradio due to the
deprecated auto_ptr (unique_ptr is the way to go now) and gr-zeromq
fails building completely.

Probably the used c++ standard should be set in cmake?

I know that this is currently not a real bug. At the moment this is only
a problem on Arch Linux (repos updated last month on gcc6). Fyi, here is
the gcc development plan [1].

Greetings,
Stefan

[0] https://gcc.gnu.org/gcc-6/changes.html
[1] https://gcc.gnu.org/develop.html



reply via email to

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