-
you loaded in to the repository some generated file:
bif.l from flex
bif.tab.cpp from bison
and the makefile has no rule for building these files from source (bif.yy)
-
**Gammapy version**
gammapy 1.2, under Linux
**Bug description**
The installation of the environment with mamba/conda fails because of sherpa. This has been reported by several users.
```
…
-
Hi sir,
I met an issue when trying build this tool, pls support me find the root cause and fixing this. thanks a lot,
![Screenshot from 2024-10-24 22-35-06](https://github.com/user-attachments/asset…
-
Hi Bill,
I am impressed with your product idea.
Tried to compile it on my debian bookworm and stumble upon some troubles:
- `yacc` was missing in my setup so I tried to install from apt.
got `by…
-
For windows - https://github.com/drbeco/hellex
I tried hacking into the windows.h in the plugin folder. But the stuff got too much confusing. Else I would have submitted PR.
So, I request you to…
-
Please delete or fill out each section as appropriate:
---
## Issue Description
Current version requires BISON 3.0.4 or above (defined in CMakefiles.txt). However, it does not build under BIS…
-
While converting this grammar https://github.com/diku-dk/futhark/blob/master/src/Language/Futhark/Parser/Parser.y to use in https://mingodad.github.io/parsertl-playground/playground/ I found that biso…
-
Currently, the only way to verify that a configuration file is valid is to restart PHP: this is inconvenient.
We should provide a standalone binary to perform configuration validation. Since we're …
-
See https://github.com/antlr/grammars-v4/issues/4291#issuecomment-2437613843
-
Actually, a lot of warnings
```
bison -y -d common/sub/expr_gram.y
common/sub/expr_gram.y:52.19-24: warning: POSIX yacc reserves %type to nonterminals [-Wyacc]
52 | %type NUMBER expr
…