-
````
Computing installation plan...
The following packages will be built and installed:
* icu[core]:x64-windows -> 71.1
* jasper[core,default-features,opengl]:x64-windows -> 2.0.33#6
* json…
-
**Host Environment**
Windows
- Compiler: vs 2022
**To Reproduce**
Steps to reproduce the behavior:
`./vcpkg install paraview`
**Failure logs**
Building vcpkg-tool-meson[core]:x64-wi…
-
Package: vtk[core,qt]:x64-windows -> 9.0.3-pv5.9.1#12
**Host Environment**
- Host: x64-windows
- Compiler: MSVC 19.28.29336.0
- vcpkg-tool version: 2022-12-14-7ae0d8527fb488fde10a89c2813802…
-
The "Inputs and Parsing" doc tells me everything I might want to know about input _except_ the actual data type of the smallest atomic unit of input to the parser. Is it a byte (uint8_t)? Or a charact…
-
With MSVC Version 17.2.0 Preview 2.0
```
static_assert( internal::dependent_true< T > && ( begin != std::string_view::npos ) );
```
```
error C2338: static_assert failed: 'internal::depende…
-
Issue with proto3 example: Can not parse this simple proto-file
```
syntax = "proto3";
enum Error {
hello = 0;
}
```
Reason: int_lit does not allow for a single zero, which is understan…
-
Hi!
The [latest release 1.0.0](https://github.com/USBGuard/usbguard/releases/tag/usbguard-1.0.0) is one year old now and there are [28 unreleased commits with fixes after that on `master`](https://…
-
After running tag-runner against c9s-pending yesterday, I ran into the following error with 389-ds-base:
```
[jbair@awvr rpminspect-tag-runner]$ grep 'chdir' logs/*stderr | sort | uniq -c
132…
-
Same error with CentOS 8.2.
Trying to configure with:
./configure --with-crypto-library=sodium --with-bundled-catch --with-bundled-pegtl
Getting error:
....
configure: Using bundled Catch lib…
-
I would love to use PEGTL to parse some simple expressions, but the company I work with has a macOS deployment target that predates the filesystem library in std.
I realize we could use boost files…