Re: Remove MSVC scripts from the tree

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: vignesh C <vignesh21(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Michael Paquier <michael(at)paquier(dot)xyz>, Shubham Khanna <khannashubham1197(at)gmail(dot)com>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Remove MSVC scripts from the tree
Date: 2023-12-21 07:37:54
Message-ID: 6471b8a6-98c5-4f1d-a7c6-3d2fda674e16@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 21.12.23 07:35, vignesh C wrote:
> I noticed this is because the lex file getting added without escape
> characters in the C file:
> #line 2 "D:\postgres\pg_meson\src\backend\utils\adt\jsonpath_scan.l"
>
> There were no warnings when I used flex 2.6.4.
>
> Did anyone else get these warnings with the flex 2.5.35 version?

It appears that this is an issue related to building in a separate build
directory, not something specific to meson. The solution would be to
use an appropriately new flex, as you have done.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2023-12-21 07:39:15 Re: Remove MSVC scripts from the tree
Previous Message Peter Eisentraut 2023-12-21 07:31:57 Re: Remove MSVC scripts from the tree