[00:01] mame -listfull [00:01] *** Swizzle has joined #jsmess [00:34] *** Swizzle has quit IRC (Read error: Operation timed out) [01:33] *** bwn has joined #jsmess [02:08] (#jsmess becomes ghost town) [02:09] its the nuclear war [02:09] TIL that Hillary will start WWIII [02:10] and that Super Male Vitality and Brain Force are 30% off, with free shipping [02:11] luck me that Alex Jones streaming went off [02:22] *** Swizzle has joined #jsmess [02:43] *** Ravenloft has quit IRC () [02:46] *** Swizzle has quit IRC (Read error: Operation timed out) [04:10] Building a MAME because I don't have one [04:33] *** Swizzle has joined #jsmess [04:57] *** Swizzle has quit IRC (Read error: Operation timed out) [04:59] Precompiling src/emu/emu.h... [04:59] g++: error: unrecognized command line option '-Wsuggest-override' [05:09] Had to upgrade gcc and g++ [05:12] yak-shaving at it's finest [08:01] Not surprisingly, I hit another problem [08:01] Compiling src/osd/modules/debugger/debugqt.cpp... [08:01] ../../../../../src/osd/modules/debugger/debugqt.cpp:18:34: fatal error: QtWidgets/QApplication: No such file or directory [08:01] compilation terminated. [08:01] make[2]: *** [../../../../linux_gcc/obj/x64/Release/qtdbg_sdl/src/osd/modules/debugger/debugqt.o] Error 1 [08:01] make[1]: *** [qtdbg_sdl] Error 2 [08:01] make: *** [linux_x64] Error 2 [08:01] what's that from? [08:01] MAME install [08:01] I want to run mame -listfull [08:01] weird, why's it building qt? [08:01] oh you're doing a native build? [08:01] I don't know! [08:01] I am! [08:02] So I can get the list of arcade machines, so I can build them in the emscripten build [08:02] yeah [08:02] I hate that dependency :D [08:04] Yeah, and it's killing me [08:08] Got it [08:10] It was easy and intuitive [08:10] Simply [08:10] sudo add-apt-repository ppa:beineri/opt-qt551 [08:10] sudo apt-get update [08:24] dur [08:25] Still not working [08:25] But oh boy did a lot of packages get installed. [08:26] Trying make clean, then make [08:26] yeah, that's the stage I'm at with this vlc stuff right now. "configure, see what's missing, install. configure, see what's still missing, install." [08:45] http://i.imgur.com/fsNrc5r.mp4 compiling MAME [08:45] vlc may end up being equivalent :D [08:46] configure: error: protoc compiler needed for chromecast was not found [08:46] the what for what [08:46] I don't think our web build needs chromecast support [08:49] mmmm [08:52] checking for LIBASS... yes [08:52] good, we're set then [08:53] checking for KATE... yes [08:53] checking for TIGER... no [08:53] phew [09:12] The compile this time outlasted me, I have to hit bed [09:59] *** mikedg has joined #jsmess [14:26] *** Lord_Nigh has quit IRC (Read error: Operation timed out) [14:34] *** Lord_Nigh has joined #jsmess [14:45] *** Lord_Nigh has quit IRC (Ping timeout: 250 seconds) [14:54] *** Lord_Nigh has joined #jsmess [15:21] you can just download a ready-made mame for your home pc you know [15:48] *** Lord_Nigh has quit IRC (Read error: Operation timed out) [15:54] *** Lord_Nigh has joined #jsmess [16:12] *** Lord_Nigh has quit IRC (Ping timeout: 250 seconds) [16:13] *** Lord_Nigh has joined #jsmess [16:17] I wanted to be a hero [16:20] (And I did it!) [16:20] I think it's healthy to have stuff nearby. [16:20] Also, it's annoying to port textfiles between windows and unix. [16:41] iso support in browserfs is nearly complete. ISO 9660? Check. Microsoft Joliet? Check. Rock Ridge (Unix)? Mostly check; need some more test cases. Tools produce non-standard Rock Ridge stuff from older versions of specification (ugh). Probably not useful at all in its current form, where it operates on an entire CD image in memory. [16:41] Nice. [17:54] *** Swizzle has joined #jsmess [18:28] *** Swizzle has quit IRC (Read error: Operation timed out) [19:21] *** Ravenloft has joined #jsmess [20:07] Creating ../../../../asmjs/bin/mame_bigkong [20:07] Archiving libosd_sdl.a... [20:07] make: *** [asmjs] Error 2 [20:08] (For DFJustin) [20:12] the actual error is above that [20:14] *** Swizzle has joined #jsmess [20:25] *** sep332 has joined #jsmess [20:25] *** sep332 has left bye [20:35] Compiling src/osd/modules/render/bgfx/uniformreader.cpp... [20:35] Compiling src/osd/modules/render/bgfx/valueuniform.cpp... [20:35] Compiling src/osd/modules/render/bgfx/valueuniformreader.cpp... [20:35] Compiling src/osd/modules/render/bgfx/writereader.cpp... [20:35] Compiling src/osd/modules/render/bgfxutil.cpp... [20:35] Compiling src/osd/modules/render/binpacker.cpp... [20:35] Compiling src/osd/modules/render/draw13.cpp... [20:35] Compiling src/osd/modules/render/drawbgfx.cpp... [20:35] Compiling src/osd/modules/render/drawogl.cpp... [20:35] Compiling src/osd/modules/render/drawsdl.cpp... [20:35] Compiling src/osd/modules/sound/coreaudio_sound.cpp... [20:41] you may have to scroll back a ways, or re-run the command and it will fail sooner [20:57] Compiling src/osd/sdl/window.cpp... [20:57] Compiling src/osd/watchdog.cpp... [20:57] Creating ../../../../asmjs/bin/mame_bigkong [20:57] Archiving libosd_sdl.a... [20:57] make: *** [asmjs] Error 2 [20:57] is literally it [20:58] what's the make command [20:58] ./emmake make -j4 SUBTARGET=$1 NOWERROR=1 REGENIE=1 SOURCES=src/mame/drivers/$1.cpp [20:59] $1 being? [20:59] oh that's the problem, you have NOW ERROR when you really want LATER ERROR or maybe NEVER ERROR [20:59] bigkong [21:00] >mame -listsource bigkong [21:00] bigkong cclimber.cpp [21:00] so you need to build cclimber instead of bigkong [21:07] Ahah! thank you [21:09] *** Lord_Nigh has quit IRC (Ping timeout: 244 seconds) [21:13] *** azakai|2_ has quit IRC (Quit: Ex-Chat) [21:13] *** Lord_Nigh has joined #jsmess [21:20] *** Lord_Nigh has quit IRC (Excess Flood) [21:21] *** Lord_Nigh has joined #jsmess [21:39] *** Swizzle has quit IRC (Read error: Operation timed out) [21:42] db48x - It APPEARS that embedding of emulators doesn't work anymore. [21:44] https://archive.org/embed/Gumball4amCrack [22:03] if (/archive\.org$/.test(document.location.hostname)) { [22:03] document.getElementById("gofullscreen").addEventListener("click", this.requestFullScreen); [22:03] } [22:03] hacky mchackerson :D [22:21] *** azakai has joined #jsmess [23:28] *** Swizzle has joined #jsmess [23:40] i found two problems from the stable links, https://bugzilla.mozilla.org/show_bug.cgi?id=1316150 and https://bugzilla.mozilla.org/show_bug.cgi?id=1316156 . if you see other issues than those please let me know. I also tried profiling, but in firefox the profiler hangs, and in chrome looks like no wasm profiling support yet [23:57] *** Swizzle has quit IRC (Quit: Leaving) [23:58] Thanks [23:58] And now, troubleshooting windows 3.1 booting! [23:58] yyyayyayaa..... [23:59] DFJustin: Let's review [23:59] d:\runapp