[01:26] I'll sneak those over into the Apple library, too [01:27] no hurry, there's more coming, I just wanted to get the donation begging ones fixed [02:00] I almost have vice.js compiled. It says I have an old version of 'AR'. Unfortunately that name collides with many'. [02:02] if anyone is familiar with 'ar' please let me know. [02:06] taking abreak. i'll leave this open for a while. [02:09] i'm thinking my ar is too new. it's an archiver. [02:36] :) [02:36] Ar is so great and so weird. [02:55] Yeah so is this makefile apparently. [02:55] I am using the vice that vice.js was made for. I'll have to get more indepth with it tomorrow. [05:12] *** godane has quit IRC (Read error: Operation timed out) [05:17] there were issues with ar and jsmess [05:17] it's part of the gnu binutils [05:44] *** godane has joined #jsmess [06:37] *** JohnTalen has quit IRC (Read error: Operation timed out) [08:04] *** bwn has quit IRC (Ping timeout: 268 seconds) [08:12] *** bwn has joined #jsmess [08:39] *** JohnTalen has joined #jsmess [08:47] *** JohnTalen has quit IRC (leaving) [14:25] *** decay has quit IRC (Read error: Operation timed out) [14:25] *** decay has joined #jsmess [18:43] *** JohnTalen has joined #jsmess [18:44] so close. one patch away from being fully compiled. then bam, everything lost. starting from the begining. [18:44] ! [18:45] it's like the game operation. [18:46] i make complete image copies before each build. [18:46] vice is compiled. no problem. it's the emmake utility that takes over in it's own special python way. [18:47] i got this. just have to start from scratch. [18:48] I have more than once put a "rm *" deeep inside a shell script, like a nuclear powered backpack on a ghostbuster [18:49] {moves to side of elevator} [19:07] mostly success. [19:07] -rw-r--r-- 1 john john 185019 Jun 29 15:00 vice/a.out.js [19:07] The compiler crapped out because of inconsistent compiler directory states. [19:07] it wanted to install but needed root. [19:09] now I have to find clues as to use this a.out.js. [19:10] i don't think this will work. -rw-rw-r-- 1 john john 5644352 Jun 6 08:13 x64.js [19:10] the size differences are too great. but could be debug! [19:12] i'd like to know how to be root and compile. python refuses to work under root prolly because of security issues. [19:12] compiling js.... [19:12] ERROR:root:../vice/src/*.o: No such file or directory ("../vice/src/*.o" was expected to be an input file, based on the commandline arguments provided) [19:12] so close. [19:14] plugging in manual directory change overrides. [19:21] shit. [19:29] getting closer. [20:13] have to switch to clang somehow. [23:03] compile to clang llvm bitcode. [23:33] any of you familiar with clang? compiling with -save-temps and hoping for the best. [23:34] otherwise, lots of manual editing ahead. [23:56] hm, mostly compiled into LLVM IR bitcode. all of the forward facing .o are ELF.