vdamewood has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
linearcannon has quit [Read error: Connection reset by peer]
AD_MOS has quit [Read error: Connection reset by peer]
linearcannon has joined #haiku
bitigchi_3 has joined #haiku
bitigchi_3 has quit [Ping timeout: 480 seconds]
HaikuUser has joined #haiku
HaikuUser has quit [Ping timeout: 480 seconds]
HaikuUser has joined #haiku
HaikuUser has quit []
x10z_ has joined #haiku
bitigchi_3 has joined #haiku
x10z has quit [Ping timeout: 480 seconds]
bitigchi_3 has quit [Ping timeout: 480 seconds]
masoudd has joined #haiku
<nephele>
It's already done a-nickname, the WOW64 stuff is still missing iirc
rennj has quit [Ping timeout: 480 seconds]
Vitto has joined #haiku
x10z has joined #haiku
x10z has quit []
rennj has joined #haiku
x10z_ has quit [Ping timeout: 480 seconds]
eroux has joined #haiku
eroux has quit []
eroux has joined #haiku
x10z has joined #haiku
MrSunshine has joined #haiku
Anarchos has joined #haiku
<Anarchos>
In package ghostscript_gpl(9.55), i can't compiile libgs.so with debug source code : i use BUILD() { make debug make sodebug} INSTALL() { make install/*there is no target debuginstall*/ make sodebuginstall} but my libgs.so doesn't show source code in Debugger.
Vitto has quit [Ping timeout: 480 seconds]
Vitto has joined #haiku
bitigchi_3 has joined #haiku
Vitto has quit [Ping timeout: 480 seconds]
freddietilley1 has joined #haiku
Anarchos has quit [Quit: Vision[]: i've been blurred!]
vezhlys has joined #haiku
freddietilley1 has quit []
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
masoudd has quit [Ping timeout: 480 seconds]
bparker_ has quit [Ping timeout: 480 seconds]
MajorBiscuit has joined #haiku
tuaris has quit [Quit: Leaving.]
masoudd has joined #haiku
AlaskanEmily has quit [Ping timeout: 480 seconds]
AlaskanEmily has joined #haiku
Cian has joined #haiku
bitigchi_3 has quit [Ping timeout: 480 seconds]
bitigchi_3 has joined #haiku
MrSunshine has quit [Read error: Connection reset by peer]
AlaskanEmily has quit [Remote host closed the connection]
MrSunshine has joined #haiku
bitigchi_3 has quit [Ping timeout: 480 seconds]
Vitto has joined #haiku
HaikuUser has joined #haiku
mmu_man has joined #haiku
Vitto has quit [Remote host closed the connection]
<HaikuUser>
Hello! I have a question. I installed Haiku on mz machone with Uefi +Legacy at first and afterwards with UEFI only. Now it seems, that most of mz hardware isnt recognized bz haiku. is it possible, that haiku has difficulties to load the neccessarz drivers, when uefi only is enabled in the bios?
<HaikuUser>
under uefi and legacy all of my hardware was reecogniyed...
Vitto has joined #haiku
<HaikuUser>
sorry for the wrong y and z...
<HaikuUser>
german keyboard
BenJoice_ has joined #haiku
Vitto has quit [Remote host closed the connection]
<BenJoice_>
hi
BenJoice_ has quit []
Vitto has joined #haiku
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
<HaikuUser>
Is there is solution for color theme crap of kakoune editor? I copied my kakrc from that written in other os, the editor color looks like in the hell.
bitigchi_3 has quit [Ping timeout: 480 seconds]
eroux has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
linearcannon has quit [Remote host closed the connection]
HaikuUser2 has joined #haiku
linearcannon has joined #haiku
Cian has joined #haiku
<HaikuUser2>
Helo
<HaikuUser2>
*Hello
HaikuUser2 has quit []
<nephele>
Hi
eroux has joined #haiku
bitigchi_3 has joined #haiku
<HaikuUser>
Hello
<HaikuUser>
I see there are installation dependency conflicts between libreoffice and swift_lang.
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
bitigchi_3 has quit [Ping timeout: 480 seconds]
eroux has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
doomquakekeen has quit [Ping timeout: 480 seconds]
doomquakekeen has joined #haiku
_Dario_ has joined #haiku
_Dario_ has quit [Read error: Connection reset by peer]
<lorglas>
hi, in which package can i find X11/Intrinsic.h
bitigchi_3 has quit [Ping timeout: 480 seconds]
<zeldakatze>
It's in libxt_devel as far as I can tell
MrSunshine has quit [Ping timeout: 480 seconds]
<zeldakatze>
Hello, does someone know where I can find out the Endianess of haiku at compile time?
floof58 has quit [Remote host closed the connection]
<B2IA>
(AGMS) Set an int32 to a value of 1, then get the byte at the address of the int, if the byte is 1 then it is little endian, otherwise it will be zero.
<lorglas>
@zeldakatze, thank you. i found it
<zeldakatze>
@B2IA thank you
<B2IA>
(AGMS) Also there's a __HAIKU_LIOTTLE_ENDIAN and big #defines.
<B2IA>
(AGMS) And there's a POSIX header with BYTE_ORDER set to LITTLE_ENDIAN or BIG_ENDIAN as appropriate.
<B2IA>
(AGMS) headers/posix/endian.h
jmairboeck has quit [Quit: Konversation terminated!]
<B2IA>
(AGMS) Also see headers/os/support/ByteOrder.h
<nielx[m]>
If you use modern gcc, you can also use std::endian