Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [SOLVED] Building Qt with ANGLE - Bison can not find a file...

[SOLVED] Building Qt with ANGLE - Bison can not find a file...

Scheduled Pinned Locked Moved General and Desktop
2 Posts 1 Posters 1.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Peppy
    wrote on last edited by
    #1

    Hello guys, I am currently having issue with building Qt 5.1 - it crashes on building ANGLE library, output says:
    @
    win_flex --noline --nounistd --outfile=Tokenizer.cpp ........\3rdparty\angle\src\compiler
    \preprocessor\Tokenizer.l
    bison --no-lines --skeleton=yacc.c --output=ExpressionParser.cpp ........\3rdparty\angle
    src\compiler\preprocessor\ExpressionParser.y
    /usr/bin/bison: cannot open file `........\3rdparty\angle\src\compiler\preprocessor\ExpressionPar
    ser.y': No such file or directory
    NMAKE : fatal error U1077: 'C:\Dev\MinGW\msys\1.0\bin\bison.EXE' : return code '0x1'
    @
    But that file is there! How can I fix it?

    1 Reply Last reply
    0
    • P Offline
      P Offline
      Peppy
      wrote on last edited by
      #2

      Okay, I found solution: https://bugreports.qt-project.org/browse/QTBUG-28841 which seems to linger in code...

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved