<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
<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