ifreund changed the topic of #river to: river - a dynamic tiling wayland compositor || https://github.com/riverwm/river || channel logs: https://libera.irclog.whitequark.org/river/
burningserenity has quit [Remote host closed the connection]
ayushnix has joined #river
ayushnix has quit [Changing host]
ayushnix has joined #river
rselim has quit [Changing host]
rselim has joined #river
elshize1 has quit [Ping timeout: 252 seconds]
leopoldek has joined #river
angry_vincent has joined #river
eShaev9z_ has joined #river
eShaev9z has quit [Ping timeout: 240 seconds]
notzmv has quit [Ping timeout: 246 seconds]
notzmv has joined #river
Guest66 has joined #river
Guest66 has quit [Client Quit]
fitrh has joined #river
matrixbridge has quit [Quit: matrixbridge]
matrixbridge has joined #river
fitrh has quit [Quit: fitrh]
waleee has quit [Ping timeout: 246 seconds]
waleee has joined #river
leopoldek has quit [Ping timeout: 272 seconds]
chraist has joined #river
chraist has quit [Client Quit]
ayushnix has quit [Remote host closed the connection]
andyrtr has quit [Quit: ZNC 1.8.2 - https://znc.in]
andyrtr has joined #river
rick42 has quit [Ping timeout: 245 seconds]
rick42 has joined #river
Axenntio has joined #river
Axenntio_ has joined #river
Axenntio_ has quit [Ping timeout: 246 seconds]
Ordoviz has joined #river
Ordoviz has quit [Ping timeout: 258 seconds]
Ordoviz has joined #river
waleee has quit [Ping timeout: 258 seconds]
Axenntio has quit [Quit: Axenntio]
Axenntio has joined #river
Ordoviz has quit [Quit: WeeChat 4.0.2]
Axenntio has quit [Quit: Axenntio]
notzmv has quit [Ping timeout: 245 seconds]
repoman_ is now known as repoman
repoman is now known as Guest7829
Guest7829 has quit [Quit: ZNC 1.8.2 - https://znc.in]
Guest12 has joined #river
Guest12 has quit [Client Quit]
repoman has joined #river
ayushnix has joined #river
ayushnix has joined #river
ayushnix has quit [Changing host]
leopoldek has joined #river
ayushnix has quit [Remote host closed the connection]
angry_vincent has quit [Remote host closed the connection]
waleee has joined #river
burningserenity has joined #river
<burningserenity> hey can anyone help me compile river? I'm brand new to zig. I'm getting this error, on the latest master: https://bpa.st/HPAQ
<ifreund> burningserenity: do you have the correct wlroots version installed?
<burningserenity> I have 0.16.2
<ifreund> ok, that should be fine, could you share the output of zig build --verbose --verbose-link?
<burningserenity> https://bpa.st/LBIQ
<ifreund> burningserenity: hmm, that's pretty strange. Did you get wlroots from a package manager or compile it yourself?
<ifreund> you wouldn't happen to have a wlroots master installation floating around as well or something like that?
<ifreund> those functions both happen to be things that exist in 0.16 but not in wlroots master
<burningserenity> it's possible that's what it's linking to
<burningserenity> I have a a libwlroots.so under /usr and one under /usr/local
<burningserenity> It may be compiling against the latter - how can I tell/change it?
<ifreund> burningserenity: one can add additional search paths with `zig build --search-prefix /usr`, I'm not sure if that would place it before /usr/local or not though in your case
<ifreund> worth a try though
<ifreund> Otherwise we'd need to figure out why zig thinks /usr/local should be searched before /usr on your system
ayushnix has joined #river
<burningserenity> okay I'll look into the zig documentation. I temporarily renamed /usr/local and it compiled after that.
<ifreund> burningserenity: looks like this is probably where it's coming from, as the comment says it's pretty sus: https://github.com/ziglang/zig/blob/7dd1cf26f9b0cb104ada166a10ff356ca272577a/lib/std/zig/system/NativePaths.zig#L130
<burningserenity> It's sensible default behavior, IMO. It would just be nice if it was easy to override.
<ifreund> did you try the `--search-prefix /usr` thing?
<burningserenity> I am of course assuming that the first try self.xxx returns
<burningserenity> I did
<burningserenity> didn't work
<burningserenity> anyway, ty for your help
<ifreund> no problem!
waleee has quit [Ping timeout: 246 seconds]
ayushnix has quit [Remote host closed the connection]
ayushnix has joined #river