<code_vaibhav[m]>
Hello all, I had a doubt while reading the manual page for cfgetspeed ( ) ,where speed_t is claimed to be an integer but in the code in termios.h it is typedef'd as an unsigned char ?
<code_vaibhav[m]>
Also here why do we have function signature ' int cfsetispeed(.......)' if we always return 0 here. why not keep it void ?
rennj has joined #haiku
<code_vaibhav[m]>
* Hello all, I was trying to solve this [ticket](https://dev.haiku-os.org/ticket/18220) meanwhile I had a doubt while reading the manual page for cfgetspeed ( ) ,where speed\_t is claimed to be an integer but in the code in termios.h it is typedef'd as an unsigned char ?
<code_vaibhav[m]>
* keep it 'void, * void cfsetispeed(.......)' ?
HaikuUser has joined #haiku
HaikuUser has quit []
OscarL-x350 has joined #haiku
DKnoto has quit [Ping timeout: 480 seconds]
DKnoto has joined #haiku
<OscarL-x350>
Trying to "jam" some Haiku add-on from a clean nightly install... "fatal error: zstd.h: No such file or directory".
<OscarL-x350>
Shouldn't jam just download the "zstd_devel" package as it does, for example, with "gcc_syslibs_devel" ?
<OscarL-x350>
I mean.. I can just "pkgman install zstd_devel", but as zstd is required for nightly builds... seems odd that it doesn't tries to download it as it does for other "features".
DrachenMaus has joined #haiku
unknown has joined #haiku
unknown has quit []
DragonMaus has quit [Ping timeout: 480 seconds]
DrachenMaus has quit [Ping timeout: 480 seconds]
* Anarchos
needs xrandr to compile gtksourceview (gtk3)
mmu_man has quit [Ping timeout: 480 seconds]
<Anarchos>
how to get full command printings in "ps" ?
<jessicah>
OscarL-x350: it doesn't download stuff needed for host tools
<jessicah>
only for stuff compiled for the target
* Anarchos
greets jessicah
<jessicah>
so like the <build>package target for example
<jessicah>
hi Anarchos
<Anarchos>
jessicah nowadays i am fighting to install ocaml-protoc on my haiku/ocaml setup :)
<jessicah>
think of it the same as installing stuff via apt on Ubuntu
<jessicah>
Anarchos: oh?
<jessicah>
I haven't used ocaml in a very long time
OscarL-x350 has quit [Quit: Vision[]: i've been blurred!]
<Anarchos>
jessicah i develop my math verifier in ocaml
<jessicah>
:)
<Anarchos>
jessicah it goes well, but i am stuck on the native haiku interface : i use layouts and i can't resize a scrollview containing a textview
<jessicah>
ah, I'm no good at UI code
<jessicah>
it took me a long while to figure out my terminal changes
<cocobean>
x512: Mesa 23.1.0-devel built today on hrev56747... thanks. Intel vulkan driver built too!!
<OscarL-x350>
jessicah: after just cloning the Haiku repo on this new install, I did "./configure --use-gcc-pipe --no-downloads". And then I've attempted to do "jam acpi_ac"...
<OscarL-x350>
Jam procceded to informe that a bunch of features would not be available (due to --no-downloads).. with messages like:
<OscarL-x350>
"AddHaikuImagePackages: package gcc_syslibs not available!"
<OscarL-x350>
after I re-run "./configure" without "--no-downloads", that's when I kinda expected it should autodownload zstd_devel, as it did for the mentioned gcc_syslibs_devel.
rennj has quit [Ping timeout: 480 seconds]
<OscarL-x350>
(but I had no luck tracing where those get added :-D)
<OscarL-x350>
At least managed to build and fix "acpi_ac"... small thing but... good learning experience.
HaikuUser has joined #haiku
HaikuUser has quit []
DKnoto has quit [Ping timeout: 480 seconds]
DKnoto has joined #haiku
rennj has joined #haiku
jmairboeck has joined #haiku
jmairboeck has quit [Quit: Konversation terminated!]
OscarL-x350 has quit [Quit: Vision[]: i've been blurred!]
* augiedoggie
gives it ~3 hours before 3deyes rewrites that recipe completely :P
_orealis has joined #haiku
<jessicah>
:p
orealis has quit [Ping timeout: 480 seconds]
_orealis is now known as orealis
tqh has quit [Quit: Leaving]
cocobean has quit [Quit: Page closed]
nephele has quit [Quit: Vision[]: i've been blurred!]
rennj has quit [Ping timeout: 480 seconds]
DrachenMaus has joined #haiku
egrath has quit [Ping timeout: 480 seconds]
gouchi has quit [Remote host closed the connection]
<mmu_man>
ROTFL
MrSunshine has joined #haiku
DragonMaus has quit [Ping timeout: 480 seconds]
MrSunshine_ has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
<mooes>
Hi all, still trying to compile RKWard (https://rkward.kde.org). cmake now runs through without complaints (took a while to collect all required packages). But when running make, it fails with: failed to load external entity "dtd/kdedbx45.dtd". This appears to happen when trying to parse a .docbook file.
<mooes>
I have /boot/system/data/kf5/kdoctools/customization/dtd/kdedbx45.dtd but it doesn't seem to find it. I tried: export XDG_DATA_DIRS="/boot/system/data/kf5/kdoctools/customization:$XDG_DATA_DIRS" but still no dice. Any other ideas?
bjorkintosh has joined #haiku
DrachenMaus has quit [Read error: Connection reset by peer]
<PulkoMandy>
I think it needs some extra files to tell libxml where to find it. I had made some patches to libxml or libxslt when I wrote the docbook_xsl_stylesheets package but I have no idea if it still works
<PulkoMandy>
And if it still does, I guess the kdoctools package doesn't provide the needed configuration file
<mooes>
okay, thanks for the info. then I guess I am a bit stuck.