--- Log opened Sat Jul 09 00:00:58 2022 |
01:42 | | ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has joined #code |
01:42 | | mode/#code [+ao ToxicFrog ToxicFrog] by ChanServ |
01:49 | | gizmore [kvirc@Nightstar-cakd5e.dip0.t-ipconnect.de] has joined #code |
01:52 | | gizmore|2 [kvirc@Nightstar-30vvg7.dip0.t-ipconnect.de] has quit [Ping timeout: 121 seconds] |
03:04 | | Degi_ [Degi@Nightstar-lale07.pool.telefonica.de] has joined #code |
03:05 | | Degi [Degi@Nightstar-o1i69e.pool.telefonica.de] has quit [Ping timeout: 121 seconds] |
03:05 | | Degi_ is now known as Degi |
04:05 | | Kizor [a@Nightstar-nfsqa7.yok.fi] has quit [Ping timeout: 121 seconds] |
04:31 | <@celticminstrel> | Hmm. So, running scons locally finds zlib just fine, but running it on the CI does not…? |
04:31 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed] |
05:25 | | Vorntastic [uid293981@Nightstar-phvupn.irccloud.com] has joined #code |
05:25 | | mode/#code [+qo Vorntastic Vorntastic] by ChanServ |
07:10 | | Kindamoody[zZz] is now known as Kindamoody|afk |
07:52 | <&McMartin> | New Bumbershoot post. https://bumbershootsoft.wordpress.com/2022/07/09/amiga-500-icons-and-program-info/ |
08:22 | < abudhabi_> | Is it "Hamurabi" because of filename limitations to 8 characters? |
08:27 | <&McMartin> | It's Hamurabi because some nameless student at Dartmouth was careless and it stuck. |
08:27 | <&McMartin> | It lets you distinguish the actual king from the first real manager-game~ |
08:28 | < abudhabi_> | :V |
08:28 | <&McMartin> | Ah, my mistake. Not nameless. |
08:28 | <&McMartin> | https://en.wikipedia.org/wiki/Hamurabi_(video_game) |
08:29 | <&McMartin> | That said, no, it wasn't a mistake per se |
08:29 | <&McMartin> | ... it was because there was not room on the 4K machine for even a single extra character |
09:39 | | Kizor [a@Nightstar-nfsqa7.yok.fi] has joined #code |
12:52 | | jessifae_ [catalyst@Nightstar-s0ufid.dab.02.net] has joined #code |
12:53 | | jessifae [catalyst@Nightstar-ejd4sd.cable.virginm.net] has quit [Ping timeout: 121 seconds] |
13:01 | | jessifae [catalyst@Nightstar-4u1ov7.dab.02.net] has joined #code |
13:03 | | jessifae_ [catalyst@Nightstar-s0ufid.dab.02.net] has quit [Ping timeout: 121 seconds] |
13:35 | | abudhabi_ [abudhabi@Nightstar-ghaq9o.adsl.tpnet.pl] has quit [Ping timeout: 121 seconds] |
14:21 | | Kindamoody|afk is now known as Kindamoody |
14:55 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
14:55 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
15:04 | | Emmy [Emmy@Nightstar-l49opt.fixed.kpn.net] has joined #code |
15:21 | | jessifae [catalyst@Nightstar-4u1ov7.dab.02.net] has quit [Ping timeout: 121 seconds] |
15:36 | | abudhabi_ [abudhabi@Nightstar-4mdlom.dynamic.t-mobile.pl] has joined #code |
15:52 | | jessifae [catalyst@Nightstar-4u1ov7.dab.02.net] has joined #code |
16:18 | < simon_> | https://gist.github.com/sshine/d77eb50b4e6347da1a8dd3f2c9cd324d -- I'm trying to set up a simple Makefile for a Java project rather than learn how to use Gradle. |
16:19 | < simon_> | but my Makefile-fu is so rusty I'm not sure how to get around this difference. the command itself works fine in shell: javac -cp src @<(find src -name "*.java") |
16:20 | < simon_> | the @file.txt is a javac thing. so @<(find ...) should pipe a list of .java files into a temporary file and drop that temporary file's name. |
16:22 | < simon_> | oh, hm. I guess I'll just do -exec instead. |
16:44 | | Vorntastic [uid293981@Nightstar-phvupn.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
16:47 | | Kizor [a@Nightstar-nfsqa7.yok.fi] has quit [Ping timeout: 121 seconds] |
17:26 | | Kizor [a@Nightstar-nfsqa7.yok.fi] has joined #code |
17:40 | <@celticminstrel> | I can’t figure out how to get scons to find libraries in a MinGW-on-Windows build… https://github.com/calref/cboe/runs/7264405472?check_suite_focus=true |
17:41 | <@celticminstrel> | Unless the issue is that it’s searching for “zlib” when it should just be “z”…? |
17:42 | <@celticminstrel> | Hmm, the SConstruct does say it should be “z” on MinGW but that check fails… |
17:43 | <@celticminstrel> | It’s also telling me the compiler is called $CC instead of gcc… |
17:44 | < gizmore> | wow |
17:45 | <@celticminstrel> | Come to think of it, GCC probably isn’t even installed, so if that’s the case, why does the compuler check pass…? |
17:45 | < gizmore> | probably it is installed and has a link |
17:46 | <@celticminstrel> | I’m not really sure what to do with this TBH. |
19:00 | | jessifae [catalyst@Nightstar-4u1ov7.dab.02.net] has quit [[NS] Quit: -a- Connection Timed Out] |
19:00 | | jessifae [catalyst@Nightstar-4u1ov7.dab.02.net] has joined #code |
19:25 | | jessifae [catalyst@Nightstar-4u1ov7.dab.02.net] has quit [Ping timeout: 121 seconds] |
19:32 | | jessifae_ [catalyst@Nightstar-ejd4sd.cable.virginm.net] has joined #code |
20:28 | | Kizor [a@Nightstar-nfsqa7.yok.fi] has quit [Ping timeout: 121 seconds] |
21:14 | | macdjord is now known as Torrac |
21:19 | | Vornicus is now known as Gregor |
21:57 | | abudhabi_ [abudhabi@Nightstar-4mdlom.dynamic.t-mobile.pl] has quit [Ping timeout: 121 seconds] |
23:28 | | Kindamoody is now known as Kindamoody[zZz] |
23:38 | | Emmy [Emmy@Nightstar-l49opt.fixed.kpn.net] has quit [Ping timeout: 121 seconds] |
23:46 | | gizmore [kvirc@Nightstar-cakd5e.dip0.t-ipconnect.de] has quit [[NS] Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] |
--- Log closed Sun Jul 10 00:00:00 2022 |