alyssa changed the topic of #panfrost to: Panfrost - FLOSS Mali Midgard + Bifrost + Valhall - Logs https://oftc.irclog.whitequark.org/panfrost
saikat has quit [Quit: Connection closed for inactivity]
Net147 has quit [Quit: Quit]
Net147 has joined #panfrost
camus has joined #panfrost
camus has quit [Remote host closed the connection]
camus has joined #panfrost
camus has quit []
camus has joined #panfrost
kinkinkijkin has joined #panfrost
Danct12 has joined #panfrost
camus has quit []
saikat has joined #panfrost
saikat has quit []
Danct12 has quit [Quit: WeeChat 3.8]
derzahl has quit [Ping timeout: 480 seconds]
digetx has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
digetx has joined #panfrost
digetx has quit []
digetx has joined #panfrost
digetx has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
digetx has joined #panfrost
digetx has quit []
digetx has joined #panfrost
derzahl has joined #panfrost
Leopold_ has quit []
Leopold has joined #panfrost
Leopold has quit [Remote host closed the connection]
Leopold has joined #panfrost
Lyude has quit [Quit: Bouncer restarting]
Lyude has joined #panfrost
alpernebbi has quit [Remote host closed the connection]
alpernebbi has joined #panfrost
Leopold has quit [Remote host closed the connection]
Lyude has quit [Quit: Bouncer restarting]
rasterman has joined #panfrost
Leopold_ has joined #panfrost
rasterman has quit [Quit: Gettin' stinky!]
Helenah has joined #panfrost
<Helenah> Hi
<Helenah> I'm trying to compile Panfrost "meson . build/ -Dvulkan-drivers= -Dgallium-drivers=panfrost -Dllvm=disabled" but I get "ERROR: Neither directory contains a build file meson.build."
Leopold_ has quit []
Leopold_ has joined #panfrost
kinkinkijkin has quit [Quit: Leaving]
Leopold_ has quit [Ping timeout: 480 seconds]
Guest1278 has quit [Remote host closed the connection]
Daanct12 has joined #panfrost
<Helenah> ninja -C build also reports the same error, the Arch wiki page for meson is giving the same error on everything I try.
<Helenah> I just need the damn build.meson
<HdkR> Sounds like you're in the wrong working directory
Danct12 has joined #panfrost
<Helenah> HdkR: I'm following guides, none of which are telling me to go into a work directory but to run commands that create a build directory.
<Helenah> So what is this "working directory"? That just means a directory I'm supposed to be in but it would help if I was told what that is.
<HdkR> That meson command is expecting you to be executing it inside of the mesa directory that you've cloned.
<Helenah> Oh...
Daanct12 has quit [Ping timeout: 480 seconds]
<Helenah> So I "cd mesa" after cloning mesa to that directory, then I run "meson . build/ -Dvulkan-drivers= -Dgallium-drivers=panfrost -Dllvm=disabled" then I get "ERROR: Neither directory contains a build file meson.build.", HdkR. I genuinely have been banging my head for 2 hours...