<OscarL>
Alright! at last managed to make Pe open headers from "develop/headers/private/*" (besides the usual $BEINCLUDES). Not to add that to profile before I forget how to do it :-D
<OscarL>
Albeit, I wonder if I should patch Pe instead of just appending stuff to $BEINCLUDES :-D
<OscarL>
mmm, guess I actually have to change it in "SetupEnvironment" for it to properly propagate :-/
frkazoid333 has quit [Read error: Connection reset by peer]
frkazoid333 has joined #haiku
AlaskanEmily has joined #haiku
<zdykstra>
that's not thaaaat hackish
<OscarL>
Duh... that's what "~/config/settings/boot/UserEnvironment" is for.
<OscarL>
rebooting to see how I messed it up :-D
<OscarL>
by forgetting to use "" /me can't bash.
<OscarL>
noup, UserEnvironment runs too late for what I want :-(
<OscarL>
or something else is going on... "alert $BEINCLUDES" from UserEnvironmnet shows the "fixed" ones, but later on "echo $BEINCLUDES" from Terminal shows the default one :-( Oh well...
<OscarL>
Man, I'm dumb. I was modifying UserBootscript instead of UserSetupEnvironment. :facepalm:
tuaris has quit [Quit: Leaving.]
<zdykstra>
whoops :P
<zdykstra>
did it work?
FreeFull has quit []
<OscarL>
yeah. finally it did :-D
<OscarL>
what I lack in brains, I, sometimes, compensate by trial and error / sheer luck.
floof58 has quit [Remote host closed the connection]
<AlienSoldier>
I still see 1000$ PS4, man they really botched that console generation
<AlienSoldier>
i mean PS5
<zdykstra>
yeah, they're absolutely impossible to get
<AlienSoldier>
i could only imagine the frustration of developpers.
mmu_man has quit [Ping timeout: 480 seconds]
<OscarL>
Mmm, seems I can't get the Find dialog to work if I try to use the BEOS:TYPE attribue... trying this using the "by formula" mode fives zero results: ((name=="BQuery_Overview.html")&&(BEOS:TYPE=="text/xhtml"))
<OscarL>
but ((name=="BQuery_Overview.html")) gives me the correct result... and also ((name=="**")&&(BEOS:TYPE=="text/html")) starts to list all the html files (slowly)
<OscarL>
((name=="*Query_Overview.html*")&&(BEOS:TYPE=="text/html")) work, but I should not need the *
* OscarL
is getting grumpy... time to unplug :-D.
<OscarL>
later folks!
OscarL has quit []
kinkinkijkin has joined #haiku
bradsco has quit [Quit: bradsco]
smalltalkman has joined #haiku
spa has quit [Quit: Help.]
spa has joined #haiku
<zdykstra>
Oof. Killed tracker so I could launch a version with a local libtracker.so and it locked the whole machine up.
spa has quit [Quit: Help.]
<zdykstra>
I think it's Habbies fault...
spa has joined #haiku
spa has quit [Quit: Help.]
spa has joined #haiku
frkzoid has joined #haiku
frkazoid333 has quit [Ping timeout: 480 seconds]
Begasus has joined #haiku
<Begasus>
g'morning peeps
Begas_VM has joined #haiku
AlienSoldier has quit [Quit: Vision[]: i've been blurred!]
AlaskanEmily has quit [Remote host closed the connection]
MajorBiscuit has joined #haiku
kinkinkijkin has quit [Quit: Leaving]
Blendie has joined #haiku
Major_Biscuit has joined #haiku
MajorBiscuit has quit [Ping timeout: 480 seconds]
Begasus has quit [Quit: Leaving]
Begas_VM has quit [Quit: Vision[]: i've been blurred!]
mlebd[m] has quit [Quit: Idle for 30+ days]
PrathamGupta[m] has quit [Quit: Idle for 30+ days]
redoc_a2k[m] has quit [Quit: Idle for 30+ days]
tuaris has joined #haiku
tuaris has quit []
Anarchos has joined #haiku
bestonecrazy[m] has quit [Quit: Idle for 30+ days]
pleimer[m] has quit [Quit: Idle for 30+ days]
YungJudas[m] has quit [Quit: Idle for 30+ days]
<Anarchos>
i need help to debug a network program: both sender and receiver are blocked ,but data are to be sent and received. not sure what block them
Begasus has joined #haiku
<Begasus>
re
mmu_man has joined #haiku
<Anarchos>
hello mmu_man
<Anarchos>
hello Begasus
<Anarchos>
Begasus i still haven't forget the betex patch, still no time to do it
<Begasus>
Hi Anarchos
<Begasus>
Haven't been following up, as usual side tracks here :)
<Anarchos>
Begasus i am making progress on my killer app...
<Begasus>
Thats more important atm I think then :) For now we can use TeXstudio for tex files, so we're good for now untill you find the time :)
<Anarchos>
Begasus betex suffer from a severe limitation : it chokes exponentially to do the coloring with the size of the file
<Begasus>
Anarchos, clueless there, I leave that up to the masters ;)
<Begasus>
Meanwhile powershell is giving me a headache while trying to create alias's
<Anarchos>
Begasus never used powershell more than doing silly npm/ng commands at my work
<Anarchos>
Begasus i hate my work...
<Anarchos>
15y to do silly websites for big corp
<Begasus>
If it pays well, the hours are not to bad ...
<Begasus>
1 hour to setup the basics for a simple website, 7 hours to play with Haiku ;)
<Anarchos>
Begasus i mean silly like in "do a website to do what our excel file does, and add a button to export to excel'
<Anarchos>
not silly as in 'easy'
<Begasus>
ah my bad sorry :)
<Begasus>
Those interactions can be a pain in the *
<Anarchos>
yes
<Anarchos>
i ca'nt figure why my send/receive block each other :(
<Begasus>
My skills on both there are only basics
<Begasus>
but got some progress on the alias :)
<Anarchos>
\o/
* Anarchos
trying to introduce some delays to see if it changes the interblocking
<Anarchos>
note that if i remove all my business code, the read do'nt block. It seems that the time taken to process my data induces the blocking of read , but i can't see why