<avs_origami>
update: patch worked, that error's gone. But it barfed up some undefined references a bit later on.
<avs_origami>
might try again over the weekend
fultilt has quit [Quit: Leaving]
lanodan has quit [Quit: WeeChat 4.3.4]
lanodan has joined #kisslinux
<sad_plan>
might be zlib, freetype or libpng. specify them in the buildscript so the linker can find them properly. i ha some issues with this too. but im also statically linking it
<avs_origami>
no actually I think the problem is xtrans,..., I think maybe I have to use version 1.5.0. I already had some weird issue with a missing 'int i' in one of the xtrans include files
<avs_origami>
and the file that has issues is something that's called ltrans.o
asimovc has joined #kisslinux
<asimovc>
hi guys
<asimovc>
how is kiss going?
<sad_plan>
avs_origami: hm, i havent had any issues with myself
<sad_plan>
asimovc: its going. slowly but surely
asimovc has quit [Ping timeout: 248 seconds]
fultilt has joined #kisslinux
phinxy has quit [Ping timeout: 244 seconds]
<avs_origami>
ok so I tried using xtrans version 1.5.0 and it still runs into the same linker errors
<avs_origami>
funny thing is it works in a fresh kiss chroot
<sad_plan>
im not sure it finds your librarirs correctly. ive gotten something along those silly errors if you put something like /usr/lib/* in LDFLAGS, as opposed to *.a.. I would point the linker to /use/lib manually, see if that fixes the issue