On Thu, Feb 27, 2025 at 10:38:11AM +, Peter Maydell wrote:
> On Thu, 27 Feb 2025 at 10:20, Paolo Bonzini wrote:
> >
> > On 2/27/25 11:07, Joel Granados wrote:
> > > Here is the error I see:
> > > cmd:
> > >meson introspect --buildoptions /home/joel/src/qemu/meson.build
> > >
> > > output:
On Thu, 27 Feb 2025 at 10:20, Paolo Bonzini wrote:
>
> On 2/27/25 11:07, Joel Granados wrote:
> > Here is the error I see:
> > cmd:
> >meson introspect --buildoptions /home/joel/src/qemu/meson.build
> >
> > output:
> >meson.build:88:12: ERROR: Unknown compiler(s): [['rustc']]
> >The fo
On 2/27/25 11:07, Joel Granados wrote:
Here is the error I see:
cmd:
meson introspect --buildoptions /home/joel/src/qemu/meson.build
output:
meson.build:88:12: ERROR: Unknown compiler(s): [['rustc']]
The following exception(s) were encountered:
Running `rustc --version` gave "[Errno
On Mon, Feb 24, 2025 at 11:57:24AM +0100, Paolo Bonzini wrote:
> On 2/4/25 21:10, Joel Granados wrote:
> > Replace the meson introspect argument with the build directory instead
> > of the meson.build file. The introspect command accepts an optional
> > build directory not a file.
> >
> > Signed-o
On 2/4/25 21:10, Joel Granados wrote:
Replace the meson introspect argument with the build directory instead
of the meson.build file. The introspect command accepts an optional
build directory not a file.
Signed-off-by: Joel Granados
---
For some reason this causes an error when I "remote" comp
On 04/02/2025 21.10, Joel Granados wrote:
Replace the meson introspect argument with the build directory instead
of the meson.build file. The introspect command accepts an optional
build directory not a file.
Signed-off-by: Joel Granados
---
For some reason this causes an error when I "remote"
Replace the meson introspect argument with the build directory instead
of the meson.build file. The introspect command accepts an optional
build directory not a file.
Signed-off-by: Joel Granados
---
For some reason this causes an error when I "remote" compile qemu.
In any case, the introspect on