Re: Strange C++ error with GCC 9.0.1

2019-03-27 Thread Peter Lemenkov
Jonathan, thanks for the tip! It works now! How cool is that we have a lot of experts in almost every aspect of software development around? ср, 27 мар. 2019 г. в 17:43, Jonathan Wakely : > > On 27/03/19 16:37 +, Jonathan Wakely wrote: > >On 27/03/19 16:13 +0100, Jakub Jelinek wrote: > >>On

Re: Strange C++ error with GCC 9.0.1

2019-03-27 Thread Jonathan Wakely
On 27/03/19 16:37 +, Jonathan Wakely wrote: On 27/03/19 16:13 +0100, Jakub Jelinek wrote: On Wed, Mar 27, 2019 at 04:08:59PM +0100, Peter Lemenkov wrote: Jakub, thanks for the tip! Now I moved a little further. I've added -save-temps to CXXFLAGS and indeed there is something wrong. Here is

Re: Strange C++ error with GCC 9.0.1

2019-03-27 Thread Jonathan Wakely
On 27/03/19 16:13 +0100, Jakub Jelinek wrote: On Wed, Mar 27, 2019 at 04:08:59PM +0100, Peter Lemenkov wrote: Jakub, thanks for the tip! Now I moved a little further. I've added -save-temps to CXXFLAGS and indeed there is something wrong. Here is how this cstddef file was included: ===

Re: Strange C++ error with GCC 9.0.1

2019-03-27 Thread Jonathan Wakely
On 27/03/19 16:54 +0100, J. Scheurich wrote: g++ -DHAVE_CONFIG_H -DUSE_OPENSSL -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_EPOLL -I. -I./include -D__LINUX -I./include -Wall -pedantic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstac

Re: Strange C++ error with GCC 9.0.1

2019-03-27 Thread J. Scheurich
g++ -DHAVE_CONFIG_H -DUSE_OPENSSL -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_EPOLL -I. -I./include -D__LINUX -I./include -Wall -pedantic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -spec

Re: Strange C++ error with GCC 9.0.1

2019-03-27 Thread Jakub Jelinek
On Wed, Mar 27, 2019 at 04:08:59PM +0100, Peter Lemenkov wrote: > Jakub, thanks for the tip! Now I moved a little further. I've added > -save-temps to CXXFLAGS and indeed there is something wrong. Here is > how this cstddef file was included: > > === > # 1 "/usr/lib/gcc/x86_64-redhat-linux

Re: Strange C++ error with GCC 9.0.1

2019-03-27 Thread Peter Lemenkov
Jakub, thanks for the tip! Now I moved a little further. I've added -save-temps to CXXFLAGS and indeed there is something wrong. Here is how this cstddef file was included: === # 1 "/usr/lib/gcc/x86_64-redhat-linux/9/include/stddef.h" 1 3 4 # 51 "/usr/include/c++/9/cstddef" 2 3 # 52 "/us

Re: Strange C++ error with GCC 9.0.1

2019-03-27 Thread Jakub Jelinek
On Wed, Mar 27, 2019 at 03:48:41PM +0100, Peter Lemenkov wrote: > I cannot build SIPp anymore. It fails with a very cryptic (for me) message: > > https://koji.fedoraproject.org/koji/taskinfo?taskID=33763853 > > ``` > g++ -DHAVE_CONFIG_H -DUSE_OPENSSL -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP > -DHAVE_EP

Strange C++ error with GCC 9.0.1

2019-03-27 Thread Peter Lemenkov
Hello All! I cannot build SIPp anymore. It fails with a very cryptic (for me) message: https://koji.fedoraproject.org/koji/taskinfo?taskID=33763853 ``` g++ -DHAVE_CONFIG_H -DUSE_OPENSSL -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_EPOLL -I. -I./include -D__LINUX -I./include -Wall -pedantic -O2 -g