Hi,

I just had to configure Craft with Qt Creator and had some issues, one of
them was that the cmake configuration failed because it could not find
BISON. At first I thought I don't have BISON installed for real, so then
I've tried to install BISON with craft, but it always said that I have
version None installed while actually I had BISON installed previously. The
actual problem was that I had to add dev-utils/bin to PATH. I think my
"Installed version" should be 3.0.4 now instead of None.

Thanks,

Fabian Kristof


Scenario output below:

PS C:\CraftRoot> craft bison
Craft               : C:\CraftRoot
Version             : master
ABI                 : windows-mingw_64-gcc
Download directory  : C:\CraftRoot\download
Failed to find bison:
Package bison found:
dev-utils/bison
    Name: bison
    BlueprintPath:
C:\CraftRoot\etc\blueprints\locations\craft-blueprints-kde\dev-utils\_unix\bison\bison.py
    Homepage:
    Description: Bison is a general-purpose parser generator that converts
an annotated context-free grammar into a dete
rministic LR or generalized LR (GLR) parser employing LALR(1) parser tables
    Tags:
    Latest version: 3.0.4
    Installed versions: None
    Installed revision: None

    Available versions: master, 3.0.4

PS C:\CraftRoot> craft dev-utils/bison
Craft               : C:\CraftRoot
Version             : master
ABI                 : windows-mingw_64-gcc
Download directory  : C:\CraftRoot\download


PS C:\CraftRoot> craft -i dev-utils/bison
Craft               : C:\CraftRoot
Version             : master
ABI                 : windows-mingw_64-gcc
Download directory  : C:\CraftRoot\download


PS C:\CraftRoot> craft --search dev-utils/bison
Craft               : C:\CraftRoot
Version             : master
ABI                 : windows-mingw_64-gcc
Download directory  : C:\CraftRoot\download
Package dev-utils/bison found:
dev-utils/bison
    Name: bison
    BlueprintPath:
C:\CraftRoot\etc\blueprints\locations\craft-blueprints-kde\dev-utils\_unix\bison\bison.py
    Homepage:
    Description: Bison is a general-purpose parser generator that converts
an annotated context-free grammar into a dete
rministic LR or generalized LR (GLR) parser employing LALR(1) parser tables
    Tags:
    Latest version: 3.0.4
    Installed versions: None
    Installed revision: None

    Available versions: master, 3.0.4

PS C:\CraftRoot>

Reply via email to