ChanServ changed the topic of #haiku to: Open-source operating system that specifically targets personal computing. | https://haiku-os.org | Nightlies: https://download.haiku-os.org | Bugtracker: https://dev.haiku-os.org | SCM: https://git.haiku-os.org/ | Logs: https://oftc.irclog.whitequark.org/haiku | Matrix: #haiku:matrix.org | XMPP: #haiku%irc.oftc.net@irc.jabberfr.org
HaikuUser2 has quit [Quit: Vision[]: i've been blurred!]
AlienSoldier has quit [Quit: Vision[]: i've been blurred!]
xylobol[m] has joined #haiku
smalltalkman has joined #haiku
Maturi0n has joined #haiku
Maturi0n_ has quit [Ping timeout: 480 seconds]
kallisti5[m] has joined #haiku
foint[m] has joined #haiku
jeremyc[m] has joined #haiku
divyansh_747[m] has joined #haiku
catmeow72[m] has joined #haiku
mbrumbelow has left #haiku [#haiku]
mbrumbelow has joined #haiku
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
* augiedoggie tries to remember if there is a solution to the text aliasing problem when drawing into a BBitmap
november31stOld[m] has joined #haiku
ids1024[m] has joined #haiku
tuaris has quit [Read error: Connection reset by peer]
mukuld[m] has joined #haiku
yodamatrix[m] has joined #haiku
oldkenobi has quit [Remote host closed the connection]
oldkenobi has joined #haiku
vdamewood has joined #haiku
bbjimmy_64 has quit [Quit: Vision[]: i've been blurred!]
floof58 has quit [Read error: Connection reset by peer]
floof58 has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
x512[m] has joined #haiku
Saijin_Naib has joined #haiku
Begasus has joined #haiku
<Begasus> g'morning peeps
<botifico-c849d97b> [haikuports/haikuports] korli pushed 1 commit to master [+2/-4/±0] https://github.com/haikuports/haikuports/compare/8671caf54750...f46b07de0432
<botifico-c849d97b> [haikuports/haikuports] kenmays f46b07d - harfbuzz: bump version (#8647)
Blendie has joined #haiku
Yonle has quit [Quit: See you later.]
Yonle has joined #haiku
dovsienko has quit [Quit: Leaving]
freddietilley has joined #haiku
OscarL has joined #haiku
<OscarL> Hi Begasus :-)
<OscarL> Reading old PRs... this one seems like should be closed: https://github.com/haikuports/haikuports/pull/3834 (those changes are for Python 2.7 to 3.6).
<OscarL> But reading your comment about updating it for newer versions... I could open a PR for this, if you want: https://github.com/haikuports/haikuports/compare/master...OscarL:py310-cleanup?diff=split
<OscarL> (just finished a buid with that on 64 bits. seems fine to me)
<Begasus> Hola OscarL :)
<Begasus> Yes the idea was/is fine, makes updating easier I guess OscarL
<OscarL> k. Opening PR then :-)
Phil[m]1 has joined #haiku
Diver has joined #haiku
<Begasus> korli already on top :)
<Begasus> added a few ZETA screenies to the album :) https://ibb.co/album/2Y904Q
<Begasus> this discussion on the forum about keyboard is getting looong :)
Begasus_32 has joined #haiku
<Begasus_32> error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20
<Begasus> this is annoying, can't find any version mentioned in the source ...
<OscarL> re Zeta screenies.... that "MakeMe" app looks interesting.
<Begasus> yeah, was pretty fine back then, could also create packages
<Begasus> think I used that to create the icon theme packages back then
<Begasus> gettext issue solved :)
<OscarL> Begasus: heads up... https://github.com/haikuports/haikuports/pull/8643 << Builds OK on 64 bits too.
<Begasus> no black screen there OscarL ?
<OscarL> Noup.
<OscarL> Seems to run fine (no idea how to play it thou :-D)
<Begasus> did a build with gcc11 in Terminal to check, hence I didn't enabled it for 64bit
<Begasus> thanks for checking!
<OscarL> np!
<Begasus> running into: libxml/xmlmemory.h not found
<Begasus> (for latest bluefish)
<OscarL> Bah... Starting 54321 from Deskbar... I got the black screen :-(
<OscarL> From the "Open" button on HaikuDepot's window for the package... works fine.
<OscarL> I had a similar case with one of my Monsterz recipe changes, IIRC.
<Begasus> something simular, launching "Tux Paint Config" from Deskbar menu "Applications" works fine, doesn't work from "recent applications" here
<Begasus> err ... make that "TuxPaint" (Tux Paint Config is OK with that)
<OscarL> might be related to SDL then? (I think I recall reading about some change on startup dirs for apps usint it, but I'm not 100% sure)
<Begasus> could be, not opening an issue or ticket as I'm not sure where the issue lies
<OscarL> for 54321: definitively an issue relating to the app not fiding its data files, depending on how you call it: using symlinks, fails. Double cliking appsDir/54321/bin/BeOS/54321... works.
<OscarL> that "chrdir(dirname(argv[0]));" <<< that gives different results for the symlink vs binary proper, for sure.
<OscarL> I mean, "$appsDir/54321/54321-BeOS" symlink, vs "$appsDir/54321/bin/BeOS/54321" binary. Not sure why the Desklink fails (as it should be pointing out to the latter).
<Begasus> yeah :/
<Begasus> though I tried that "fix" for launching from Tracker/Deskbar, doesn't fix the launch from "Recent Applications", so I didn't add it
<OscarL> Welp, in case of 54321... it hardcodes the path to its data files, BADLY.
<OscarL> Full of "IMG_Load("../../data[])"
<Begasus> hence the package is installed in $appsDir (to keep the structure there)
<OscarL> I mean, at least it is using relative dirs, but assumes the bin is in two level deep (that weird "bin/BeOS/" folder) :-D
<Begasus> well, it's still some BeOS legacy build :)
<OscarL> I'll see if I can find something that works (but need some sleep first :-D)
freddietilley has quit [Quit: WeeChat 3.8]
HaikuUser has joined #haiku
<Begasus_32> can't figure out why this is failing to find the header: #include <libxml/xmlmemory.h>
<Begasus_32> everything is in place ...
<Begasus> checked pkg-config and xml2-config, paths are fine
<Begasus_32> -I/packages/libxml2_x86-2.10.4-2/.self/develop/headers/x86/libxml2
<Begasus> so it points to the right place
HaikuUser has quit []
freddietilley has joined #haiku
freddietilley has quit [Quit: WeeChat 3.8]
freddietilley has joined #haiku
Maturi0n_ has joined #haiku
Maturi0n has quit [Ping timeout: 480 seconds]
<OscarL> Managed to fix the black screen on 54321 :-D
<OscarL> now starts OK from Terminal, Tracker and Deskbar.
<OscarL> Begasus: on that 54321 recipe... are those "$secondaryArchSuffix" necessary? (considering that builds OK on 64 bits, and on x86_gcc2)