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
HaikuUser has joined #haiku
HaikuUser has quit []
hightower3 has joined #haiku
hightower2 has quit [Ping timeout: 480 seconds]
mmu_man has quit [Ping timeout: 480 seconds]
B2IA has quit [Remote host closed the connection]
B2IA has joined #haiku
<botifico> [haikuports/haikuports] threedeyes pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/5bd0a04510e1...90b455c757c0
<botifico> [haikuports/haikuports] threedeyes 90b455c - 2Pow: bump version
Maturi0n_ has joined #haiku
Maturi0n has quit [Ping timeout: 480 seconds]
Forza has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Forza has joined #haiku
HaikuUser has joined #haiku
HaikuUser is now known as christech
<christech> evenin
<OscarL> Hello christech. Slow night on the channel :-D
<christech> I guess. I haven't been here in forever
<OscarL> Welcome back then!
<christech> Got Haiku working on my Dell laptop pretty good so I thought i'd give it a go
<christech> Most everything is working minus the camera
<OscarL> yeah, only a few old models of webcams actually work, AFAIK.
<christech> yup
walkingdisaster has joined #haiku
walkingdisaster has quit []
christech has quit [Quit: Vision[]: i've been blurred!]
AlaskanEmily has joined #haiku
tuaris has quit [Quit: Leaving.]
mr_lou has joined #haiku
misthalu has joined #haiku
mr_lou has quit [Ping timeout: 480 seconds]
JakeSays has joined #haiku
JakeSays1 has quit [Ping timeout: 480 seconds]
extrowerk has joined #haiku
extrowerk_ has quit [Ping timeout: 480 seconds]
<Begasus> g'morning peeps
Begas_VM has joined #haiku
<OscarL> Buen día Begasus.
<Begasus> Hola OscarL :)
<Begasus> LLVM17 almost packaged on 32bit (had some wrong variables for the python script)
<OscarL> Hoping you don't need to rebuild it all to fix that!
<Begasus> nah, not so far :) "hp llvm17 -GF"
<Begas_VM> grabbing llvm17_x86-17.0.1-1-x86_gcc2.hpkg and moving it to /boot/home/haikuports/packages/llvm17_x86-17.0.1-1-x86_gcc2.hpkg
<Begas_VM> got it! :)
<OscarL> woohoo!
<Begas_VM> now check with qtcreator ...
<Begas_VM> wish me luck ...
* OscarL crosses fingers :-)
<OscarL> meanwhile... here trying polish up a bit the Python 3.12.0 patchset... but hit that "random" build issue, so...
<OscarL> trying to find out what the problem is with that.
<Begas_VM> bugger :/
<Begas_VM> hope you find it
<OscarL> or at least hide it well enough so it passes the buildmasters :-P
<OscarL> (thinking of setting up my own buildmaster, just for tests and giggles)
<Begas_VM> :)
<Begas_VM> success! * LLVM (required version == 17.0.1)
<Begas_VM> not building the whole thing :P
<Begasus> k PR created :)
<Begas_VM> cp'd to other laptop :)
erysdren has quit [Quit: Konversation terminated!]
Begas_VM has quit [Quit: Vision[]: i've been blurred!]
<OscarL> I might be overthinking this. I'll probably should just add "cmd:python3 >= 3.10" to BUILD_PREREQIORES and call it a day :-D
<OscarL> (will do that if I get any build failing again while testing)
<OscarL> Ahhh, nothing like a "Fatal Python error: PyOS_AfterFork_Child" to spice things up!
Begasus has quit [Ping timeout: 480 seconds]
Begasus has joined #haiku
<Begasus> k, time to switch back to native here :)
Begasus has quit [Quit: Leaving]
Begasus has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
misthablu has joined #haiku
misthalu has quit [Read error: Connection reset by peer]
<Begasus> OscarL, pushed something for multimarkdown/mtools :)
<OscarL> lets see...
<Begasus> jmairboeck not around yet, also changed that path for the texlive files
jmairboeck has joined #haiku
<Begasus> there he is :)
misthablu has quit [Quit: Leaving]
<Begasus> jmairboeck, pushed a change for multimarkdown / texlive files (actually latex files)
<jmairboeck> Hi Begasus, I saw your change
<Begasus> files end up with the other .sty files in there now, so that path should work for it
<Begasus> checking other laptop for detection of LLVM17 with qt-creator
coolcoder613_32 has quit [Ping timeout: 480 seconds]
<jmairboeck> It could be that a call to texlive-update.sh, or at least mktexlsr is needed to make the files usable from TeX, but I guess we can leave that to the user and don't need a post-install script (and an actual dependency on texlive)
<Begasus> right, wouldn't go that far for it now, atleast not for multimarkdown
<Begasus> let's merge for now
<Begasus> ah, just saw your comment, will fix/check
<jmairboeck> It's not a big deal, I just think this looks a bit strange
<Begasus> like this? "for f in markdown mmd mmd2all mmd2epub mmd2fodt mmd2odt mmd2opml mmd2pdf mmd2tex; do"
<jmairboeck> yes
<Begasus> +1 :) (see I'm still learning too) :D
<jmairboeck> bash syntax can be weird sometimes :)
<jmairboeck> the "do" is kind of the equivalent of an opening brace in C-like languages, and that goes at the end of the line according to the Haiku coding guidelines
<jmairboeck> if you put it on the next line, the ";" at the end is redundant and could be removed
<Begasus> ah, makes sence now, I wouldn't be a clean coder I guess :)
<Begasus> makes me think to checkout Genio here ...
<Begasus> Missing a button "Build and launch" there :)
<Begasus> k, detection on other laptop for llvm17 fine too
<Begasus> should check with something smaller (project) then qt-creator :)
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±3] https://github.com/haikuports/haikuports/compare/90b455c757c0...fc9469b5194c
<botifico> [haikuports/haikuports] Begasus fc9469b - multimarkdown, revbump to rename scripts, mtools, remove conflict for multimarkdown (#9594)
<Begasus> too bad Geany can't be really used to write code :/ (can't seem to type # in there)
<andreasdr[m]> Hi there.
<Begasus> hi andreasdr[m]
<andreasdr[m]> Hi Begasus. :)
<andreasdr[m]> How is it going?
<andreasdr[m]> Lazy sunday here.
<andreasdr[m]> Ill work later a bit.
<Begasus> think I got llvm17 fixed for 32bit :)
<andreasdr[m]> Until now I have my coffee and I am digging the web. I e.g. looked up the new Raspberry PI 5. Looks promising.
<andreasdr[m]> 2.4GHZ * 4, the Orange PI 5 looks even more promising.
<andreasdr[m]> Nice.
<Begasus> those are arm based right?
AlaskanEmily has quit [Remote host closed the connection]
<andreasdr[m]> Yes.
<andreasdr[m]> I also have the VisionFive2 but waiting for Vulkan to work with it.
<andreasdr[m]> This is RISCV. But its too slow for ordinary desktop usage.
<Begasus> I'll stick with what I got atm :)
<andreasdr[m]> Sure. I am also just curious. I look for desktop computer that has very low idle power usage to save some money and heal the planet :DDD
<Begasus> tried that many years ago, not a lot has changed since then :P
<andreasdr[m]> Thats not true anymore. I suspect the RPI5 and the OrangePI5 to be seriously usable now for desktop experience. But I dont mind to wait another 1-2 years to get things even better.
<andreasdr[m]> The orange PI 5 has 4 performance cores with 2.4GHZ and even 4 another efficiency cores. Thats nice.
<andreasdr[m]> RPI5 and OPI5 have the same main CPU.
<andreasdr[m]> :x
<botifico> [haikuports/haikuports] threedeyes pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/fc9469b5194c...df687a9a2a87
<botifico> [haikuports/haikuports] threedeyes df687a9 - 2pow: bump version
<OscarL> I should remember to kill Tracker when building Python.
<OscarL> It tends to bork my builds right at the end due to "unmount: unmounting failed: Device/File/Resource busy" :-/
<Begasus> happens here too :)
<botifico> [haikuports/haikuports] threedeyes pushed 1 commit to master [+2/-0/±0] https://github.com/haikuports/haikuports/compare/df687a9a2a87...eb703969f20f
<botifico> [haikuports/haikuports] hfsfox eb70396 - hydrogen: add recipe
<OscarL> need to do at least 2 more builds to finish cheking things but... that means 2 hours, and I'm half-dreaming already :-D
<OscarL> Off to bed I go. Read you later guys. Have a good Sunday!
OscarL has quit [Quit: Gone with the wind]
Yonle has quit [autokilled: Possible spambot. Mail support@oftc.net if you think this is in error. (2023-10-08 08:35:33)]
Yonle_ has joined #haiku
Yonle_ is now known as Yonle
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
<botifico> [haikuports/haikuports] threedeyes pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/eb703969f20f...0b951ccfc79b
<botifico> [haikuports/haikuports] hfsfox 0b951cc - remove arch suffix for rubberband
hightower3 has quit [Ping timeout: 480 seconds]
walkingdisaster has joined #haiku
yeti has quit [Ping timeout: 480 seconds]
walkingdisaster has quit [Quit: Vision[]: i've been blurred!]
aa72 has joined #haiku
aa72 has left #haiku [#haiku]
yeti has joined #haiku
Haikunaut has joined #haiku
Haikunaut has quit []
coolcoder613 has joined #haiku
<botifico> [haikuports/haikuports] threedeyes pushed 2 commits to master [+0/-0/±2] https://github.com/haikuports/haikuports/compare/0b951ccfc79b...65783a44696f
<botifico> [haikuports/haikuports] hfsfox 873bd35 - fix for correct removing unneeded stati library
<botifico> [haikuports/haikuports] hfsfox 65783a4 - fix path for app
aa72 has joined #haiku
aa72 has left #haiku [#haiku]
walkingdisaster has joined #haiku
aa72 has joined #haiku
mr_lou has joined #haiku
razetime has joined #haiku
zard has joined #haiku
<coolcoder613> Hello
aa72 has left #haiku [#haiku]
<zard> Hello coolcoder613 :)
<coolcoder613> I pushed a commit with removed the TODO about the python version
<zard> Ah, good catch
HaikuUser has joined #haiku
<coolcoder613> I am planning on porting this game/engine to Haiku-PyAPI https://github.com/coolcoder613eb/afikoman-hunt
<zard> No idea what it will look like, but ok :)
<coolcoder613> I've got a couple screenshot's, i''l upload to imgur
HaikuUser has quit [Read error: Connection reset by peer]
<zard> Ok, so an interactive fiction
<coolcoder613> basically
<coolcoder613> the repo is https://github.com/coolcoder613eb/seek
<zard> Ok, so you're porting the repository from tkinter to Haiku-PyAPI
<coolcoder613> I'm also trying to seperate the engine
<coolcoder613> And i'll be dogfooding Haiku-PyAPI
<coolcoder613> Just out of curiosity, how old do you think I am?
<coolcoder613> I am still in school
<zard> That means either high school or college. I'll guess high school
<zard> be back in 15 minutes
<coolcoder613> Nope, I'm 13
<coolcoder613> Wait, that *is* high school, I guess
aa72 has joined #haiku
<aa72> coolcoder613 : hello
<coolcoder613> Hi
<zard> Wow! that's younger than I thought
<coolcoder613> I started programming a few years ago, with Unity and C#, and *then* i started scratch seriously, although i had been working with it before in school
<coolcoder613> eventually i learned Python, and that's my main language, but a can do i bit a Go
<razetime> is there documentation detailing a haiku OS contributor workflow?
<coolcoder613> s/a/of
<aa72> printf('hello coolcoder !!!');
<aa72> cout >> "hello !!!"
<coolcoder613> I like exploring different operating systems, although Haiku is my favorite
<coolcoder613> i remember i didnt try it for a while, i was put off by the yellow tabs
<coolcoder613> eventually i installed it, to reach my goal of having 4 different operating systems on a certain laptop
aa72 has left #haiku [#haiku]
<coolcoder613> linux, FreeBSD, DOS, and Haiku
<coolcoder613> the only 'major' OS i havent tried is OS/2
<zard> Nice! I'm going to have to go now, unfortunately :(
<coolcoder613> goodbye
zard has quit [Quit: leaving]
walkingdisaster has quit [Read error: No route to host]
walkingdisaster has joined #haiku
aa72 has joined #haiku
mr_lou has quit [Quit: Leaving]
walkingdisaster has quit [Quit: Vision[]: i've been blurred!]
aa72 has left #haiku [#haiku]
<coolcoder613> And i rembered that there is this bug where if an app has a folder in /boot/system/apps, it does not show up in the open with dialog.
<Begasus> depends coolcoder613
<Begasus> oh, another thing then not showing in recent applications
walkingdisaster has joined #haiku
aa72 has joined #haiku
<botifico> [haikuports/haikuports] Midar pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/65783a44696f...d800d1b0d8a5
<botifico> [haikuports/haikuports] Midar d800d1b - objfw: Update to 1.0.4
coolcoder613 has quit [Quit: Vision[]: i've been blurred!]
aa72 has left #haiku [#haiku]
HaikuUser has joined #haiku
<botifico> [haikuports/haikuports] diversys pushed 1 commit to master [+2/-2/±0] https://github.com/haikuports/haikuports/compare/d800d1b0d8a5...ed7314fb0f7c
<botifico> [haikuports/haikuports] davidkaroly ed7314f - wireshark: update to 4.0.10 (#9598)
aa72 has joined #haiku
<aa72> why the name botifico ?
aa72 has left #haiku [#haiku]
_Dario_ has joined #haiku
<nielx[m]> Begasus: what is ccls?
HaikuUser2 has joined #haiku
<HaikuUser2> Howdy, i just upgraded my screen from a philips to a samsung same size and resolution support of the hardware but with the new Samsung Frame i am stuck with 1280x1024 resolution. Is it an EDID issue, and how do i fix it?
HaikuUser3 has joined #haiku
HaikuUser2 has quit []
HaikuUser3 has quit []
<Begasus> nielx[m], something that popped up that didn't seem that large of a project :)
<Begasus> it's in haikuports
<Begasus> no luck on codeblocks yet
B2IA has quit [Quit: Vision[]: i've been blurred!]
B2IA has joined #haiku
B2IA has quit []
erysdren has joined #haiku
B2IA has joined #haiku
hightower2 has joined #haiku
<B2IA> (Butler) Welcome to BeShare.agmsmith.ca.
mr_lou has joined #haiku
erysdren has quit [Quit: Konversation terminated!]
hightower2 has quit [Read error: Connection reset by peer]
razetime has quit [Ping timeout: 480 seconds]
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/ed7314fb0f7c...9d9e90e7681a
<botifico> [haikuports/haikuports] Begasus 9d9e90e - privoxy, bump version (#9599)
hightower2 has joined #haiku
razetime has joined #haiku
hightower3 has joined #haiku
hightower2 has quit [Read error: Connection reset by peer]
hightower4 has joined #haiku
OscarL has joined #haiku
<Begasus> wb OscarL
* OscarL yawns... hhhllmlo Begasus!
<Begasus> g'morning there (suppose it's afternoon by now though)
<OscarL> 12:25 :-) (UTC-3:00)
rakka has quit [Remote host closed the connection]
rakka has joined #haiku
<Begasus> 5 hrs diff :)
hightower4 has quit [Read error: Connection reset by peer]
hightower3 has quit [Ping timeout: 480 seconds]
<OscarL> Timezones are nuts (and my sleep hours are worse :-P⁾.
<OscarL> Hoping to wake up enough to finish this damn recipe today!
* Begasus needs a challange :)
<OscarL> Update go ? :-P
<Begasus> nah :P
<Begasus> what's up with git, any word there?
mr_lou has quit [Remote host closed the connection]
mr_lou has joined #haiku
<OscarL> Begasus: No news yet. Guess we might want to tag Adrien/Augustin/Korli on that PR? Maybe I should be more assertive on my question there :-D
<Begasus> if the old one is still a requirement for Haiku, it should stay, but I'm not knowlidgable there
<OscarL> my PR should be pretty safe on that regard. I just removed the oldest, and leave the two that are mentioned on Haiku's repos.
<OscarL> I just wanted to know if/when/how we can move away from such old versions, without potencially breaking Haiku :-D
<Begasus> ah, though that one you removed was the one listed there :) I don't want to brake Haiku (deliberatly) :P
<Begasus> brake/break/*?
<Begasus> stupid mistake on the db PR .... needs a fix (for 32bit) :)
<OscarL> Nah.... I just removed a really old 2.30.0. Haiku gcc2 mentions 2.30.2 (and I have touched 2.37.3, only added 2.42.0)
<Begasus> someone should fix those key maps in gtk I think :)
<OscarL> (after reading some of the IRC logs...) razetime: https://www.haiku-os.org/guides/building/get-source-git/
<OscarL> razetime: that's for working on Haiku's (and/or buildtools) sources.
<razetime> i see
<razetime> i looked at the beginner contributor guide
<razetime> it seems i'l need WSL which is just evil
<razetime> so i'll have to wait until i get a linux/bsd/other OS
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/9d9e90e7681a...b64a7a1d9d9f
<botifico> [haikuports/haikuports] Begasus b64a7a1 - jansson, bump version (#9600)
<OscarL> razetime: VBox and VMware are alternatives too (haven't used Hyper-V, so... no comments there).
<razetime> are there any contributors who do that?
<OscarL> several-
<razetime> oh, that is neat
rodney has joined #haiku
<augiedoggie> i do almost all of my haikuports work inside of vmware
<razetime> i was intending on installing a linux/unix eventually so I'll see if that plan changes
<augiedoggie> Begasus: that last commit has a SECONDARY_ACRCHITECTURE of x86_gcc2
<bjorkintosh> razetime?!
<bjorkintosh> huh.
<bjorkintosh> never noticed your presence before.
hightower2 has joined #haiku
<razetime> well, i joined here today, bjorkintosh
<bjorkintosh> oh. welcome. Haiku is beautiful (even if it's c++)
<bjorkintosh> it's sublime.
<bjorkintosh> I run it on bare metal and via qemu
<bjorkintosh> though it's been a few months. need to update.
<bjorkintosh> the machine I run it on is more than 10 years old. but it flies!
bbjimmy has quit [Remote host closed the connection]
_Dario_ has quit [Quit: Vision[]: i've been blurred!]
<Begasus> yeah augiedoggie, left over, I think they added it for when 64bit would get gcc2 support :)
<Begasus> so I mostly leave them as they are
bbjimmy has joined #haiku
<Begasus> augiedoggie, I think fbrosson was keen on keeping those in :)
<bbjimmy> I thought my video went out. I had a blank screen and moving the mouse or pressing a key did not bring video up. re-booted by holding ctrl alt del for 10 seconds and no video. I foond that the video cable had vibrated out of the socket on the monitor. That's what happens when one skips tightening the screws when setting up the system. It took about 9 months to come loose.
<Begasus> good thing you caught it :)
<bbjimmy> Rinning on this cute little ThinkCentre. I got it used and was woried I would have to replace it already.
<bbjimmy> Haiku runs like a breeze on this thing.
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
<Begasus> need to sharish those
<Begasus> k, doing a (final) round on 32bit for db, I think I got it now :)
bjorkint0sh has joined #haiku
<augiedoggie> 32/64 bit multilib isn't going to happen any time soon, i still think it should be removed :P
<Begasus> I would say let's vote for it :P
<Begasus> but yeah, not going to happen any time soon
razetime has quit [Quit: Go back to your cringe 9 to 5. I'll be gaming.]
<augiedoggie> it's not a big deal to me if the recipe has that, but if i have to work on any like that i'll remove it
<Begasus> don't think anyone has done any work on that for a while
<Begasus> "any" doesn't need it
bjorkintosh has quit [Ping timeout: 480 seconds]
<Begasus> on the account of "all" I'm not even sure if it applies also for sec arch
<Begasus> but don't think so, otherwise we would have to disable some for gcc2 :)
<augiedoggie> all as a secondary? i don't think i've seen that
<Begasus> neither have I, was just tinkering
<Begasus> lol, forgot to remove that gui part in db ...
<jmairboeck> I think it should be possible to use "all" for secondary as well. It is just a placeholder for whatever architecture you are building with if it isn't specified explicitly.
<jmairboeck> At least that's how I understood it
<Begasus> let's not over complicate it for now :)
<jmairboeck> but as long as there is only one secondary architecture ("x86") you can just as well use it directly, so "all" wouldn't be any different
<Begasus> lol, db is getting complicated too :) no tools for secondary, java only for secondary :)
* OscarL gives the look of dissaproval to the Shift+{left,right}-arrow-key hidden shortcuts on Terminal.
<Begasus> if "all" would be used there we would have to use "all !x86_gcc2" for those not building for gcc2, makes it weird :) we only have x86, let's leave that as it is untill something pops up :)
<OscarL> I used to have a WIP patch adding support for text selection on Terminal... /me goes looing for it.
<Begasus> would be handy sometimes OscarL, caught myself many times doing the same thing
<OscarL> Begasus: IIRC, my patch worked on MC's editor and some other I can't remember the name now, but not on nano :-/
<jmairboeck> Begasus: only if "x86_gcc2" is configured as a secondaryArch in your haikuports.conf (or on the buildmasters)
<Begasus> some are already scared when they find out how gcc2hybrid is setup for creating recipes :)
<Begasus> for instance "$secondaryArchSubDir", we know what it is, I don't use it that often, but others could react like "What!!??" ;)
<Begasus> this portPackageLinksDir I still don't get (well I do kinda, but never really have succes with it)
<Begasus> OscarL, I'm guessing that works if you don't have any tabs open in Terminal?
<OscarL> On my patch, I've just changed so SHIFT+lef/right does text selection only. if you want to move tabs around...
<OscarL> the shortcut should be different, say CMD+SHIFT+left/right (or OPT+Shift, can't recall)...
<Begasus> CMD :P
<OscarL> what I don't like about current situation is that you have no GUI indication of that shift+left/right shortcut at the moment.
<Begasus> someone tried building the PR for LLVM17 on 32bit? :)
<OscarL> So... IMO... if CMD+left/right does tab switching, let CMD+shift+left/right *move* tabs (and free shift+left/rigt for text selection).
aa72 has joined #haiku
<Begasus> biab
<aa72> bot it builder ?
aa72 has left #haiku [#haiku]
erysdren has joined #haiku
nerdistmonk has left #haiku [Leaving]
rodney has quit [Quit: Vision[]: i've been blurred!]
<OscarL> xcb-proto package seems to be placing files under lib/python/po/vendor-packages/xcbgen, which makes no sense.
<win8linux[m]> How are apps put in the Featured tab in HaikuDepot?
<win8linux[m]> As in, what or who decides which apps to be in Featured?
<win8linux[m]> * which apps are to be
walkingdisaster has quit [Quit: Vision[]: i've been blurred!]
aa72 has joined #haiku
<erysdren> good question
<erysdren> i'd like to know myself
aa72 has left #haiku [#haiku]
<erysdren> ty ty
<Begasus> re
<erysdren> howdy Begasus
<erysdren> how's it going
<Begasus> slow erysdren :)
<erysdren> same
<erysdren> tried to port TrenchBroom without vcpkg, had some issues
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/b64a7a1d9d9f...49effac45695
<botifico> [haikuports/haikuports] Begasus 49effac - db, add support for java (#9574)
<Begasus> some? ;)
<erysdren> the main problem was that some of the stuff vcpkg provides is not available with cmake packages on haiku
<erysdren> so i have to write some, and ugh
<Begasus> same here, tackled code::blocks earlier (again) :)
<Begasus> good luck on that :)
<Begasus> managing them is one thing, writing them another one :)
<erysdren> yeah writing cmake packages is incredibly annoying
AlaskanEmily has joined #haiku
<Begasus> if you enjoy it that's what matters :)
<erysdren> Begasus: is there a macro for the default cmake args under haiku?
<erysdren> like $jobArgs?
<augiedoggie> $jobArgs works with most build systems
<Begasus> $cmakeDirArgs?
<Begasus> only works when GNUInstallDirs (or something like that) is used
<erysdren> ah
<Begasus> works like runConfigure
mr_lou has quit [Quit: Leaving]
<Begasus> time to close down here
<Begasus> cu peeps!
Begasus has quit [Quit: Vision[]: i've been blurred!]
tuaris has joined #haiku
HaikuUser2 has joined #haiku
HaikuUser2 has quit []
jmairboeck has quit [Quit: Konversation terminated!]
Diver has quit [Read error: Connection reset by peer]
Diver has joined #haiku
mmu_man has joined #haiku
bjorkint0sh has quit [Quit: Leaving]
bjorkintosh has joined #haiku
erysdren has quit [Quit: Konversation terminated!]
HaikuUser2 has joined #haiku
HaikuUser2 has quit []
<HaikuUser> Good morning
HaikuUser is now known as coolcoder613_32
coolcoder613_32 has quit [Remote host closed the connection]
HaikuUser has joined #haiku
HaikuUser is now known as coolcoder613_32
<zdykstra> Morning!
<coolcoder613_32> What time is it for you?
<coolcoder613_32> it is 10:45 here
<bbjimmy> 4:45 pm here
<OscarL> Still Sunday here :-P. 20:43 here (UTC-3:00).
<coolcoder613_32> UTC+11
<OscarL> an aussie from the future, cool! :-D
* OscarL sets power mode to "meltdown" mode trying to speed up his Python 3.12, 32 bits build.
<coolcoder613_32> How?
<OscarL> semi kidding, but I've just turned my Windows host to "High Performance" (running Haiku on a VM at the moment).
<coolcoder613_32> Maybe try raising the priority in processcontroller?
<coolcoder613_32> and what about -j30?
<OscarL> heh, my poor Phenom II X4 already cries with -j 4 :-D
<OscarL> and sadly, building Python with optimizations enabled... you need to use -j 1, otherwise the build fails too often.
<coolcoder613_32> I'm on a 32-bit Haiku box with 3GB of RAM, and 2 Pentiums at 2 ghz
<OscarL> noice!
<coolcoder613_32> I also have Linux, DOS, and Windows XP on this machine
<coolcoder613_32> on a 1TB HDD
* OscarL remembers when he used to quad-boot (Win98/XP/BeOS/Linux) on 60 GB (with an Athlon 900 MHz, 256 MB of RAM)
<coolcoder613_32> It's not like i'm *using* all that space, i gave haiku and linux ~200GB each
<coolcoder613_32> and 30 to window and 10 to FreeDOS
<coolcoder613_32> And i still have like 500 Gb left