<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><font face="monospace">In an attempt to simplify the build
        interface, parser generation, just as other features that can be
        detected automatically, are enabled whenever the required
        programs are available, in this case: bison version 3.3.0 or
        later or flex version 2.6.4 or later.</font></p>
    <p><font face="monospace">You can search for lines such as these
        displayed on meson setup to determine if these programs were
        found:<br>
        <br>
        Program bison found: YES 3.8.2 3.8.2 (/sbin/bison)<br>
        Program flex found: YES 2.6.4 2.6.4 (/sbin/flex)<br>
        <br>
        Or look in `build/config.report` for:<br>
        <br>
        Flex:                 /sbin/flex<br>
        Bison:                /sbin/bison</font></p>
    <p><font face="monospace">Additionally, if the programs were not
        found, and if as a result parser generation is disabled, trying
        to generate parsers with "meson compile parser" will simply
        display "Parser generation is disabled."</font></p>
    <p><font face="monospace">I hope this helps.</font></p>
    <p><font face="monospace">If you have suggestions about how this
        could be improved, you can open a GitLab issue.</font></p>
    <p><font face="monospace">--<br>
        Andrei Pavel</font></p>
    <div class="moz-cite-prefix">On 15/07/2025 20:40, Dipesh Kayastha
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAKX_GJv_GBBCO7LsHzYNTQD2ba3+5VD2D=-o_7KXGQTT4CV+jA@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <p>Dear Kea Developers,</p>
        <p>I have recently upgraded Kea from version 2.6.2 to 3.0.0. In
          the earlier version (2.6.2), there was a <code>--enable-generate-parser</code>
          option available with the <code>configure</code> to enable
          the generation of parsers during the build process.</p>
        <p>However, I noticed that Kea 3.0.0 now uses the Meson build
          system instead of Autotools, and I couldn't find an equivalent
          option for <code>--enable-generate-parser</code> in the Meson
          configuration.</p>
        <p>Could you please guide me on how to enable parser generation
          with Meson in Kea 3.0.0? Is there a specific option or
          environment variable I need to set during the Meson setup?</p>
        <p>Any help would be greatly appreciated.</p>
        <p><br>
          Best regards,<br>
          Dipesh Kayastha</p>
      </div>
      <br>
      <fieldset class="moz-mime-attachment-header"></fieldset>
    </blockquote>
  </body>
</html>