GCC drank too much friday night.
Conversation
Notices
-
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Saturday, 30-Sep-2023 21:49:52 JST Haelwenn /элвэн/ :triskell: ../../../../../3rdparty/sol2/sol/sol.hpp:3110:94: error: operator '!=' has no left operand 3110 | #if (SOL_LUA_VERSION_I_ == 502) || (defined(LUA_COMPAT_BITLIB) && (LUA_COMPAT_BITLIB != 0)) || (SOL_LUA_VERSION_I_ < 504 && (defined(LUA_COMPAT$ | ^~ -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Saturday, 30-Sep-2023 21:52:36 JST Haelwenn /элвэн/ :triskell: More realistically it probably means LUA_COMPAT_BITLIB is being defined but is likely empty, gah. -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Saturday, 30-Sep-2023 22:15:55 JST Haelwenn /элвэн/ :triskell: Seems like the fix is in https://github.com/ThePhD/sol2/commit/839f2a1dceb0c274d54ba755b2b508df3b7fdca5 I guess I'll monkey-patch it for now, devendoring later. -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Saturday, 30-Sep-2023 23:39:05 JST Haelwenn /элвэн/ :triskell: {standard input}: Assembler messages: {standard input}:770817: Warning: end of file not at end of a line; newline inserted {standard input}:771113: Error: unknown pseudo-op: `.lo' {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive x86_64-pc-linux-gnu-g++: fatal error: Killed signal terminated program cc1plus compilation terminated. make[2]: *** [frontend.make:777: ../../../../linux_gcc/obj/x64/Release/src/frontend/mame/luaengine.o] Error 1 Well the error at line 770817 reads like nonsense to me.
> Run same g++ command but with -S and output to luaengine.S
$ ed luaengine.S 374654638 770817 .uleb128 0 771113 .loc 37 90 7 is_stmt 0 view .LVU145142 , 4:Okay, this 4: looks a bit weird and why is it failing to grok .loc…
In conversation permalink -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Saturday, 30-Sep-2023 23:42:19 JST Haelwenn /элвэн/ :triskell: Seems like the 4: label is just normal GCC behavior though so wtf.
In conversation permalink -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Saturday, 30-Sep-2023 23:44:00 JST Haelwenn /элвэн/ :triskell: [5803757.361088] Out of memory: Killed process 32088 (cc1plus) total-vm:4442480kB, anon-rss:4220824kB, file-rss:92kB, shmem-rss:0kB, UID:203 pgtables:8676kB oom_score_adj:0
Ah… it’s C++ after all.
In conversation permalink -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Saturday, 30-Sep-2023 23:58:29 JST Haelwenn /элвэн/ :triskell: tfw a fucking arcade emulator makes me wish I would have faster hardware. In conversation permalink -
Embed this notice
:blobancap: :blobcattrans: :blobancap: :blobcattrans: :blobancap: :blobcattrans: (allison@hidamari.apartments)'s status on Sunday, 01-Oct-2023 01:01:32 JST :blobancap: :blobcattrans: :blobancap: :blobcattrans: :blobancap: :blobcattrans: @lanodan which one? In conversation permalink -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Sunday, 01-Oct-2023 01:05:01 JST Haelwenn /элвэн/ :triskell: @allison The only real one that's still actually maintained. (mamedev.org) In conversation permalink Attachments
-
Embed this notice
:blobancap: :blobcattrans: :blobancap: :blobcattrans: :blobancap: :blobcattrans: (allison@hidamari.apartments)'s status on Sunday, 01-Oct-2023 01:06:16 JST :blobancap: :blobcattrans: :blobancap: :blobcattrans: :blobancap: :blobcattrans: @lanodan oh I see. Yeah mame can be a bit of a dog these days esp if you don't trim it down, I honestly prefer to use fbneo or purpose built forks like shmupmametgm where I can In conversation permalink -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Sunday, 01-Oct-2023 01:08:27 JST Haelwenn /элвэн/ :triskell: @allison Well shmupmametgm is just a patchset, I don't into binaries, specially given that most of my stuff runs musl. In conversation permalink -
Embed this notice
:blobancap: :blobcattrans: :blobancap: :blobcattrans: :blobancap: :blobcattrans: (allison@hidamari.apartments)'s status on Sunday, 01-Oct-2023 04:08:37 JST :blobancap: :blobcattrans: :blobancap: :blobcattrans: :blobancap: :blobcattrans: @lanodan indeed so, and it patches against an old enough version of mame that it's still basically pleasant to use In conversation permalink -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Sunday, 01-Oct-2023 04:10:00 JST Haelwenn /элвэн/ :triskell: @allison Well the whole reason I'm trying actual recent mame is because advancemame is pretty much rotten. In conversation permalink -
Embed this notice
:blobancap: :blobcattrans: :blobancap: :blobcattrans: :blobancap: :blobcattrans: (allison@hidamari.apartments)'s status on Sunday, 01-Oct-2023 04:11:40 JST :blobancap: :blobcattrans: :blobancap: :blobcattrans: :blobancap: :blobcattrans: @lanodan I never used advancemame, even by the time I came on the scene it was too old to have the really interesting games so I just used whatever sdlmame my distro packaged and then later dabbled with shmupmame as well In conversation permalink -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Sunday, 01-Oct-2023 04:13:11 JST Haelwenn /элвэн/ :triskell: @allison Well gentoo somehow has advancemame but not mame proper, so I'm packaging this pain. In conversation permalink -
Embed this notice
:segasaturn: (takao@shitposter.club)'s status on Sunday, 01-Oct-2023 04:15:05 JST :segasaturn: @lanodan @allison I have yet to build it but I built 0.258 properly with this SlackBuild updated for latest version, maybe it can help: https://slackbuilds.org/slackbuilds/15.0/games/mame/mame.SlackBuild In conversation permalink Attachments
-
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Sunday, 01-Oct-2023 04:16:08 JST Haelwenn /элвэн/ :triskell: @takao @allison Thanks but I've already pretty much aggregated what distros are doing as hints. (repology.org is noice for this) In conversation permalink Attachments
-
Embed this notice
:segasaturn: (takao@shitposter.club)'s status on Sunday, 01-Oct-2023 04:19:28 JST :segasaturn: @lanodan @allison oh wait, I think I got severely confused. In conversation permalink Attachments
Haelwenn /элвэн/ :triskell: likes this.
-
Embed this notice