Re: smoothing Xcode integration

2018-10-06 Thread Hans Åberg
> On 6 Oct 2018, at 14:42, Uxio Prego wrote: > > On StackOverflow I've been given some directions on getting Xcode > to correctly use a cross platform Makefile, however haven't been > completely successful so far. > > I can add a target wrapping the Makefile, but haven't passed the > environme

Re: smoothing Xcode integration

2018-10-06 Thread Uxio Prego
On StackOverflow I've been given some directions on getting Xcode to correctly use a cross platform Makefile, however haven't been completely successful so far. I can add a target wrapping the Makefile, but haven't passed the environment variables to the `make` execution successfully yet, for it t

Re: smoothing Xcode integration

2018-10-06 Thread Hans Åberg
> On 5 Oct 2018, at 21:29, Uxio Prego wrote: > > How would you detect Xcode from GNU Make? Is this for an external Makefile project? > I would want to run `sed 's/#line/\/\/#line/'` on the generated parser > in order for it not to show as assembly during debugging. I think > Xcode has some ki

smoothing Xcode integration

2018-10-05 Thread Uxio Prego
Hi, if you happen to use GNU Bison from Apple Xcode, I got a question for you: How would you detect Xcode from GNU Make? I would want to run `sed 's/#line/\/\/#line/'` on the generated parser in order for it not to show as assembly during debugging. I think Xcode has some kind of non honoring to