Code Monkey home page Code Monkey logo

Comments (4)

IvanoBilenchi avatar IvanoBilenchi commented on June 1, 2024

Looks like an error in the generated lexer. Which versions of Flex and Bison are you using? I may try to reproduce this, and either find a fix or bump the minimum required version of either tool.

FYI, it seems to build fine with the latest versions of Flex and Bison (2.6.4 and 3.5.1, respectively).

from cowl.

sertkaya avatar sertkaya commented on June 1, 2024

Thanks. cmake says the following:

-- Found BISON: /usr/bin/bison (found suitable version "3.0.4", minimum required is "3.0")
-- Found FLEX: /usr/bin/flex (found suitable version "2.6.1", minimum required is "2.6")
-- Desktop build selected
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.13") found components: doxygen missing components: dot
-- Failed to find sphinx-build (missing: SPHINX_EXECUTABLE)

from cowl.

IvanoBilenchi avatar IvanoBilenchi commented on June 1, 2024

Alright so the culprit seems to be Flex: I tried downgrading to version 2.6.1 and it indeed causes compilation errors. Bison 3.0.4 is fine, so the 3.0+ requirement is ok. Mind trying to upgrade Flex to 2.6.4?

Let me know if that works, in which case I'll bump the minimum required version of the tool.

from cowl.

IvanoBilenchi avatar IvanoBilenchi commented on June 1, 2024

Fixed in 0420325.

Feel free to comment if upgrading Flex does not solve your issue.

from cowl.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.