Re: [cdesktopenv-devel] imake gcc version detection (sun)

2018-06-16 Thread Matthew R. Trower
Ulrich Wilkens writes: > In the meantime I've setup a new system with Hipster 2018.04 and can > reproduce the problems. Oh, excellent! > I've solved most gcc6 problems by setting _XOPEN_SOURCE to 700 like the > other platforms already have. And by raising the mentioned numbers to 8. > Both is qu

Re: [cdesktopenv-devel] imake gcc version detection (sun)

2018-06-16 Thread Ulrich Wilkens
On 06/16/18 08:03, Matthew R. Trower wrote: Interesting; both -ansi and std=gnu90 fail for me on GCC6 --- specifically in libast. I've attached the log, but if you can't reproduce, maybe you won't have much to say. I might be the only one here trying to build on modern hipster... (Ulrich's ins

Re: [cdesktopenv-devel] imake gcc version detection (sun)

2018-06-15 Thread Jon Trulson
On 06/15/2018 10:29 PM, Matthew R. Trower wrote: Jon Trulson writes: What gcc6 issues did you have? I fixed some for FreeBSD, maybe it works for you now? Alright, here's the deal. GCC>4 turns on C11 mode by default. It's a standards error to compile an XPG5 (or older) application with a C

Re: [cdesktopenv-devel] imake gcc version detection (sun)

2018-06-15 Thread Matthew R. Trower
Jon Trulson writes: > What gcc6 issues did you have? I fixed some for FreeBSD, maybe it > works for you now? Alright, here's the deal. GCC>4 turns on C11 mode by default. It's a standards error to compile an XPG5 (or older) application with a C99 or newer compiler. Sun systems actually call

Re: [cdesktopenv-devel] imake gcc version detection (sun)

2018-06-15 Thread Matthew R. Trower
Chase via cdesktopenv-devel writes: > We really ought to stop patching our version of Imake and just start > using the ones prepackaged in Linux, *BSD and Solaris, would make all > our lives much easier and the code smaller and more maintainable. Has it been so large a burden? I see 4 patches i

Re: [cdesktopenv-devel] imake gcc version detection (sun)

2018-06-15 Thread Jon Trulson
repo GCC 4.x working), but it's possible this problem isn't a hard one.  I'll investigate a little later and send a build log. -mrt   Original Message From: Jon Trulson Sent: Friday, June 15, 2018 17:29 To: cdesktopenv-devel@lists.sourceforge.net Subject: Re: [cdesktopenv-deve

Re: [cdesktopenv-devel] imake gcc version detection (sun)

2018-06-15 Thread Chase via cdesktopenv-devel
l Message > > > > From: Jon Trulson > > > > Sent: Friday, June 15, 2018 17:29 > > > > To: cdesktopenv-devel@lists.sourceforge.net > > > > Subject: Re: [cdesktopenv-devel] imake gcc version detection (sun) > > > > merged to master, th

Re: [cdesktopenv-devel] imake gcc version detection (sun)

2018-06-15 Thread Jon Trulson
e later and send a build log. -mrt   Original Message From: Jon Trulson Sent: Friday, June 15, 2018 17:29 To: cdesktopenv-devel@lists.sourceforge.net Subject: Re: [cdesktopenv-devel] imake gcc version detection (sun) merged to master, thanks! What gcc6 issues did you have? I fixed some for

Re: [cdesktopenv-devel] imake gcc version detection (sun)

2018-06-15 Thread Matthew R. Trower
#x27;t a hard one.  I'll investigate a little later and send a build log. -mrt   Original Message   From: Jon Trulson Sent: Friday, June 15, 2018 17:29 To: cdesktopenv-devel@lists.sourceforge.net Subject: Re: [cdesktopenv-devel] imake gcc version detection (sun) merged to master, thanks! What gcc

Re: [cdesktopenv-devel] imake gcc version detection (sun)

2018-06-15 Thread Jon Trulson
merged to master, thanks! What gcc6 issues did you have? I fixed some for FreeBSD, maybe it works for you now? -jon On 06/15/2018 01:31 AM, Matthew R. Trower wrote: Hey, I got a clean build out of GCC =) --- CDE on Sun, when built with GCC, uses whatever GCC binary is in the path. This is