Re: trunk and FreeBSD 10.1

2015-04-24 Thread Stefan Sperling
On Fri, Apr 24, 2015 at 07:20:01AM -0400, Jim Jagielski wrote: > There is also the "magic" that configure does at well, in > altering the directives (#ifdef -> .ifdef, for example). > > I think what I'll do is, if running under *BSD, see not only > if 'make' itself is really GNUmake, but also chec

Re: trunk and FreeBSD 10.1

2015-04-24 Thread Jim Jagielski
There is also the "magic" that configure does at well, in altering the directives (#ifdef -> .ifdef, for example). I think what I'll do is, if running under *BSD, see not only if 'make' itself is really GNUmake, but also check for 'gmake' and, if it exists, disable BSD makefiles.

Re: trunk and FreeBSD 10.1

2015-04-24 Thread Jim Jagielski
Thx for the confirmation and the assessment. I'll have to look at how svn does it. > On Apr 24, 2015, at 6:34 AM, Stefan Sperling wrote: > > On Thu, Apr 23, 2015 at 12:28:33PM -0400, Jim Jagielski wrote: >> I tried that, but gmake totally barfed... > > I have the same issue on OpenBSD. > > I t

Re: trunk and FreeBSD 10.1

2015-04-24 Thread Stefan Sperling
On Thu, Apr 23, 2015 at 12:28:33PM -0400, Jim Jagielski wrote: > I tried that, but gmake totally barfed... I have the same issue on OpenBSD. I think the GNU->BSD Makefile style transformation implemented by build/bsd_makefile is too simplistic. All it does it putting a dot in front of include sta

Re: trunk and FreeBSD 10.1

2015-04-23 Thread Jim Jagielski
I tried that, but gmake totally barfed... > On Apr 23, 2015, at 12:07 PM, Jeff Trawick wrote: > > On 04/23/2015 11:59 AM, Jim Jagielski wrote: >> Hmmm... I am seeing some strangeness trying to get trunk to >> build on FreeBSD 10.1... I get to ./server/ and then the >> build dies w/ > > try gmak

Re: trunk and FreeBSD 10.1

2015-04-23 Thread Jeff Trawick
On 04/23/2015 11:59 AM, Jim Jagielski wrote: Hmmm... I am seeing some strangeness trying to get trunk to build on FreeBSD 10.1... I get to ./server/ and then the build dies w/ try gmake? IIRC I had noticed that some BSD make compatibility was lost at some point... -DCROSS_COMPILE -o gen

trunk and FreeBSD 10.1

2015-04-23 Thread Jim Jagielski
Hmmm... I am seeing some strangeness trying to get trunk to build on FreeBSD 10.1... I get to ./server/ and then the build dies w/ -DCROSS_COMPILE -o gen_test_char make[2]: exec(-DCROSS_COMPILE) failed (No such file or directory) *** Error code 1 It looks like the Makefile.in->Makefile