code logs -> 2022 -> Thu, 07 Jul 2022< code.20220706.log - code.20220708.log >
--- Log opened Thu Jul 07 00:00:55 2022
00:25
<&ToxicFrog>
I was thinking the straightforward but boring `libtf`, but I like `libntear` and unlike libtf that is a character sequence unknown to the internet
00:40 jessifae [catalyst@Nightstar-ejd4sd.cable.virginm.net] has quit [[NS] Quit: -a- Connection Timed Out]
00:40 jessifae [catalyst@Nightstar-ejd4sd.cable.virginm.net] has joined #code
00:52
<&McMartin>
celticminstrel: I would, broadly speaking, advise against mixing Xcode and homebrew
00:52
<&McMartin>
Homebrew is great if you're using the Xcode commandline tools to build stuff in a simulated unix-userland commandline environment
00:53
<&McMartin>
And producing products that will be used in that same environment. My experience with them is that the binaries instantly break when transferred to any other computer.
00:53
<&McMartin>
If you want to use Xcode to build app bundles to ship binaries, you really want to use frameworks that were themselves built with Xcode systems so that they do all the necessary rpath bullshit
01:06
<&McMartin>
also
01:06
<&McMartin>
"On Being Huge: Some Preliminary Results on the Correlation Between Overall Body Size and Intestinal Size"
01:07
<~Vornicus>
something something huge guts
01:08
<&McMartin>
Yes, this was the suggested title for the proper scientific investigation into this hypothesis
01:08
<&McMartin>
... from the commentary on an LP of DOOM 2016, IIRC
01:08
<&McMartin>
also gosh
01:09
<&McMartin>
One of the disadvantages of being steeped in all kinds of retrotech bullshit is that I'm really not allowed to just go "I bet you could {obviously bad idea}" and I have to *actually try it* first
01:25 Pinkhair [Pink@Nightstar-9t0bd0.ph.cox.net] has joined #code
01:27 Pink [Pink@Nightstar-9t0bd0.ph.cox.net] has quit [Ping timeout: 121 seconds]
01:51 gizmore [kvirc@Nightstar-hstjn3.dip0.t-ipconnect.de] has joined #code
01:53 gizmore|2 [kvirc@Nightstar-2hb8b1.dip0.t-ipconnect.de] has quit [Ping timeout: 121 seconds]
02:36
<@celticminstrel>
Well, I’m only using it for CI atm so whatever.
02:36
<@celticminstrel>
I would not be surprised if binaries I build myself will also break on other computers tho…
02:36
<@celticminstrel>
Getting the CI working is surprisingly hard… https://github.com/calref/cboe/commits/ci
02:37
<@celticminstrel>
I do have a script that rewrites Boost’s rpath tho.
02:38
<@celticminstrel>
So maybe the artifact produced by the CI could be run on someone else’s computer?
02:51 abudhabi_ [abudhabi@Nightstar-r61uo1.adsl.tpnet.pl] has joined #code
02:54 abudhabi__ [abudhabi@Nightstar-i48me3.adsl.tpnet.pl] has quit [Ping timeout: 121 seconds]
03:07 Degi_ [Degi@Nightstar-g22qg6.pool.telefonica.de] has joined #code
03:09 Degi [Degi@Nightstar-5pgmnm.pool.telefonica.de] has quit [Ping timeout: 121 seconds]
03:09 Degi_ is now known as Degi
03:44
<@celticminstrel>
Ohhh, I just noticed that this failed but GitHub didn’t realize… https://github.com/calref/cboe/runs/7225965384?check_suite_focus=true
03:44
<@celticminstrel>
I don’t suppose anyone knows what’s wrong…?
05:34 PinkAFK [Pink@Nightstar-9t0bd0.ph.cox.net] has joined #code
05:36 Pinkhair [Pink@Nightstar-9t0bd0.ph.cox.net] has quit [Ping timeout: 121 seconds]
05:41
<@celticminstrel>
Does anyone know if there’s a way to enforce C++11 on MSVC? I know it can enforce C++14 but IIRC its -std option doesn’t have C++11…
06:20
< Alek>
something something std is right
06:54 Kizor [a@Nightstar-nfsqa7.yok.fi] has quit [Ping timeout: 121 seconds]
07:16 Kizor [a@Nightstar-nfsqa7.yok.fi] has joined #code
07:27
<@celticminstrel>
Uh. Why is it treating warnings as errors…
07:28
<@celticminstrel>
I don’t see anything in the project to make it do that…
08:53
<&McMartin>
-Werror?
09:31 Pinkhair [Pink@Nightstar-9t0bd0.ph.cox.net] has joined #code
09:34 PinkAFK [Pink@Nightstar-9t0bd0.ph.cox.net] has quit [Ping timeout: 121 seconds]
09:42
<~Vornicus>
-therror
09:42
<~Vornicus>
-thercastle
09:45
<@TheWatcher>
Is that the castle where you can find Frau Blucher?
09:55
< jessifae>
is there a reason you want 11 over 14?
10:37 Pinkhair [Pink@Nightstar-9t0bd0.ph.cox.net] has quit [Connection reset by peer]
10:37 Pinkhair [Pink@Nightstar-9t0bd0.ph.cox.net] has joined #code
11:59 jessifae_ [catalyst@Nightstar-ejd4sd.cable.virginm.net] has joined #code
11:59 jessifae [catalyst@Nightstar-ejd4sd.cable.virginm.net] has quit [Connection closed]
13:02 jessifae [catalyst@Nightstar-u4gss7.dab.02.net] has joined #code
13:03 jessifae_ [catalyst@Nightstar-ejd4sd.cable.virginm.net] has quit [Ping timeout: 121 seconds]
13:58
<@celticminstrel>
McMartin: Apparently it was caused by -SDL
13:59
<@celticminstrel>
jessifae: I want it to still build in Xcode 4 on MacOS 10.7.
14:09 jessifae_ [catalyst@Nightstar-ejd4sd.cable.virginm.net] has joined #code
14:12 jessifae [catalyst@Nightstar-u4gss7.dab.02.net] has quit [Connection closed]
14:48
<@celticminstrel>
The current error appears to be caused by min and max being macros, even tho NOMINMAX was defined… https://github.com/calref/cboe/runs/7234282850?check_suite_focus=true
14:48
<@celticminstrel>
I tried defining it on the command-line but that didn’t make any difference. Turns out one of the headers actually defines it.
14:49
<@celticminstrel>
(The error lines are calls to std::min.)
14:55
<@celticminstrel>
Ah, I get it. I think I put the define in the wrong place.
15:34
<&ToxicFrog>
Ok, after rummaging around and refactoring things it turns out that the only bits actually in libntear are (a) a few trivial utility functions that don't deserve their own library and (b) the TooltipOptionMenu implementation
15:34
<&ToxicFrog>
So it probably makes more sense to just call it libTooltipOptionMenu and release it as that for other modders to use
15:46
<~Vornicus>
oh well
15:53
<&ToxicFrog>
Definitely going to keep libntear in mind, though
16:56 Emmy [Emmy@Nightstar-l49opt.fixed.kpn.net] has joined #code
18:39 jessifae [catalyst@Nightstar-ejd4sd.cable.virginm.net] has joined #code
18:39 jessifae_ [catalyst@Nightstar-ejd4sd.cable.virginm.net] has quit [Connection closed]
20:57 jessifae_ [catalyst@Nightstar-ejd4sd.cable.virginm.net] has joined #code
20:57 jessifae [catalyst@Nightstar-ejd4sd.cable.virginm.net] has quit [Connection reset by peer]
22:40 ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds]
23:04 Kindamoody is now known as Kindamoody[zZz]
23:07 ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has joined #code
23:08 mode/#code [+ao ToxicFrog ToxicFrog] by ChanServ
23:43 Emmy [Emmy@Nightstar-l49opt.fixed.kpn.net] has quit [Ping timeout: 121 seconds]
--- Log closed Fri Jul 08 00:00:57 2022
code logs -> 2022 -> Thu, 07 Jul 2022< code.20220706.log - code.20220708.log >

[ Latest log file ]