Re: odd error messages

2018-10-06 Thread Akim Demaille
Hi Anand, > Le 7 oct. 2018 à 05:27, Anand Akhare a écrit : > > Hello, > after running parser on code, error messages are showing in wrong > sequence. > Below are errors with line 379 and 378 in wrong sequence when it should be > 378 followed by 379. Yes, this is a known issue. Not too much o

odd error messages

2018-10-06 Thread Anand Akhare
Hello, after running parser on code, error messages are showing in wrong sequence. Below are errors with line 379 and 378 in wrong sequence when it should be 378 followed by 379. preprocess.y:379.13-27: error: symbol var_recur_comma is used, but is not defined as a token and has no rules %type

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