Re: Compilation Error on F32

2020-03-30 Thread Jonathan Wakely
On 30/03/20 11:34 -0600, Nathanael D. Noblet wrote: Hello, I have a project that isn't part of Fedora yet - though really I should add it at this point. Its php-cpp. It allows me to write c++ extensions for PHP. Its worked well for a couple years. I upgraded to F32 beta and now when compiling a

Re: Compilation Error on F32

2020-03-30 Thread Jonathan Wakely
On 30/03/20 20:55 +0200, Jakub Jelinek wrote: On Mon, Mar 30, 2020 at 07:50:48PM +0200, Jakub Jelinek wrote: On Mon, Mar 30, 2020 at 11:34:15AM -0600, Nathanael D. Noblet wrote: > I have a project that isn't part of Fedora yet - though really I > should add it at this point. Its php-cpp. It al

Re: Compilation Error on F32

2020-03-30 Thread Nathanael D. Noblet
On Mon, 2020-03-30 at 13:47 -0600, Nathanael D. Noblet wrote: > Thank you for looking into this for me. Just to be clear, the proper > place to fix this is in the php-cpp project because it is using > std::runtime_exception without including . Is that > correct? Aaaand I just tried it and it works

Re: Compilation Error on F32

2020-03-30 Thread Nathanael D. Noblet
On Mon, 2020-03-30 at 20:55 +0200, Jakub Jelinek wrote: > So, from the offlist posted preprocessed source, seems the TU > includes the > following libstdc++ headers > #include > #include > #include > #include > #include > #include > #include > and then uses std::runtime_exception. That one

Re: Compilation Error on F32

2020-03-30 Thread Jakub Jelinek
On Mon, Mar 30, 2020 at 07:50:48PM +0200, Jakub Jelinek wrote: > On Mon, Mar 30, 2020 at 11:34:15AM -0600, Nathanael D. Noblet wrote: > > I have a project that isn't part of Fedora yet - though really I > > should add it at this point. Its php-cpp. It allows me to write c++ > > extensions for PHP

Re: Compilation Error on F32

2020-03-30 Thread Jakub Jelinek
On Mon, Mar 30, 2020 at 11:34:15AM -0600, Nathanael D. Noblet wrote: > I have a project that isn't part of Fedora yet - though really I > should add it at this point. Its php-cpp. It allows me to write c++ > extensions for PHP. Its worked well for a couple years. I upgraded to > F32 beta and now

Compilation Error on F32

2020-03-30 Thread Nathanael D. Noblet
Hello, I have a project that isn't part of Fedora yet - though really I should add it at this point. Its php-cpp. It allows me to write c++ extensions for PHP. Its worked well for a couple years. I upgraded to F32 beta and now when compiling anything that includes its headers compilation fails a