<botifico>
[HaikuArchives/ffmpegGUI] humdingerb f2944cf - Add menus to job manager
<botifico>
[HaikuArchives/ffmpegGUI] humdingerb 5bd10de - Add context menu to job manager
bitigchi_2 has joined #haiku-3rdparty
bitigchi_2 has quit [Ping timeout: 480 seconds]
bitigchi_2 has joined #haiku-3rdparty
bitigchi_2 has quit [Ping timeout: 480 seconds]
bitigchi_2 has joined #haiku-3rdparty
grzesiek11 has joined #haiku-3rdparty
<grzesiek11>
hi, I am trying to build LWJGL (a Java library for OpenGL and some other stuff) on Haiku. for now, I am missing the Xcursor.h header, but when trying to install libxcursor_devel, there's an dependency error: "nothing provides devel:libx11_xcb>=1.0.0 needed by libxfixes_devel-5.0.3-5"
<PulkoMandy>
it should probably be patched to use Haiku native APIs instead of X11
<PulkoMandy>
(so, in this case, use BCursor to set the system cursor)
<PulkoMandy>
building it with xlibe (xlib API implemented over BeAPI without an X server) may or may not be possible. I doubt it would work for OpenGL things? waddlesplash can confirm
<grzesiek11>
yeah I was afraid that's the case
<grzesiek11>
I tried to fix libxcursor_devel myself, but autotools tells me it's missing the x11 package (in the autotools meaning of the word package)
bitigchi_2 has quit [Ping timeout: 480 seconds]
<grzesiek11>
ok, I managed to get past that too (the recipe didn't specify xlibe), but now I'm getting linker errors to what I assume are unimplemented functions
<grzesiek11>
so I guess libxcursor just can't be build with xlibe
<grzesiek11>
actually, why are broken packages like this in haikuports anyways?
AlaskanEmily has quit [Remote host closed the connection]
<grzesiek11>
s/xcursor/xfixes/g for the last 5 messages
<grzesiek11>
libxcursor is also broken but that's because libxfixes is broken
bitigchi_2 has joined #haiku-3rdparty
bitigchi_2 has quit [Ping timeout: 480 seconds]
bitigchi_2 has joined #haiku-3rdparty
bitigchi_2 has quit [Ping timeout: 480 seconds]
bitigchi_2 has joined #haiku-3rdparty
bitigchi_2 has quit [Ping timeout: 480 seconds]
bitigchi_2 has joined #haiku-3rdparty
<waddlesplash>
grzesiek11: this is on purpose. the real libxcursor needs a real X server I'm pretty sure
<waddlesplash>
you can build it but against the real libx11 which is disabled because there's no servers
<waddlesplash>
grzesiek11: and, threedeyes already ported LWJGL natively without using the x11 stuff at all. Minecraft works.