September 18, 2011  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30

[03:47:48] *** curtism has joined #ooc-lang
[04:29:55] *** Oddity007 has quit IRC
[04:33:30] *** shahri_ has joined #ooc-lang
[04:35:51] <duckinator> hi shahri_
[04:35:59] <shahri_> hoi
[04:36:55] <duckinator> what's up?
[04:37:34] *** shahri has quit IRC
[04:38:24] * duckinator is writing a URI parser in pure ooc w/out using any regex
[04:38:28] <duckinator> it's...interesting
[04:51:38] <shahri_> :P
[04:52:30] <duckinator> i have to have default ports for basically every URI scheme in existence that has ports *cringe*
[06:02:24] *** h3r3tic has quit IRC
[06:05:08] *** h3r3tic has joined #ooc-lang
[06:12:38] *** joshthecoder has quit IRC
[06:13:51] <duckinator> hi h3r3tic
[06:14:45] <h3r3tic> ohayou!
[06:14:59] <duckinator> what's up?
[06:15:26] <h3r3tic> you know, the usual :P not having a life ;D
[06:15:36] <h3r3tic> actually trying to compile the Tart compiler :P
[06:15:39] <duckinator> lol
[06:17:09] <duckinator> i'm working on adding more bots to https://github.com/duckinator/tweetbots/ :D
[06:17:54] <h3r3tic> lol
[06:17:57] <h3r3tic> that's quite insane :D
[06:18:21] <h3r3tic> ultimate challenge: make one in Java :P
[06:18:26] <duckinator> AGH
[06:18:32] <duckinator> i think that'd form a paradox and end the world
[06:21:44] <h3r3tic> pwobably :D
[06:21:52] <h3r3tic> hrm, so why's ooc so silent lately? :P
[06:22:09] <h3r3tic> or is it back to not being silent again? :P
[06:22:21] <h3r3tic> *cough* OOC *cough*
[06:22:26] <duckinator> it's back to not being silent :P
[06:22:27] <h3r3tic> bot's gone? D:
[06:22:29] <h3r3tic> hah
[06:22:49] <duckinator> if you keep doing that, i might have to write one...in ooc, since i got it to have decent sockets!
[06:24:58] <h3r3tic> hah, nice :D
[06:25:47] <h3r3tic> btw is there any place to learn about the new hot stuff in the language besides reading commit msgs? :P
[06:26:07] <duckinator> not really, but i'm working on fixing that
[06:28:03] <h3r3tic> it's impossible to keep track of all the cool stuffs on the internets without digestable dumps :S especially now that I haz a job :P
[06:28:31] <h3r3tic> the Clay language guyse have been promising some sort of documentation for the past half a year :P
[06:34:48] *** shahri_ has quit IRC
[08:08:02] *** {aaron} has joined #ooc-lang
[08:08:57] <{aaron}> is there anything special i need to do to compile (and use) rock on linux/64 bit? gcc is generating compilation errors on a simple hello world
[08:10:00] <duckinator> {aaron}: well, for starters, what's the output of `rock --version`?
[08:10:18] <{aaron}> rock 0.9.2-head, built on 2011-09-18 at 02:06
[08:10:42] <{aaron}> just pulled and make rescue'd
[08:11:29] <duckinator> alright. can you pastebin the gcc output? (preferably on gist.github.com or similar, not your irc client ;P)
[08:13:35] <{aaron}> sure: http://pastebin.com/7cWAFxsq
[08:14:22] <duckinator> hmm
[08:14:29] <duckinator> {aaron}: can you try `rm -rf .libs` and trying again?
[08:14:44] <duckinator> and rock_tmp
[08:14:51] <{aaron}> same
[08:16:27] <duckinator> hm...what architecture is your computer? like, x86, x86-64/amd64, or something else?
[08:17:58] <duckinator> (`uname -a` output will suffice :P)
[08:18:17] <{aaron}> Linux msi-cr620 2.6.35.14-96.fc14.x86_64 #1 SMP Thu Sep 1 11:59:56 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
[08:18:59] <{aaron}> fwiw i've used rock successfully before just not in a while (and i don't recall if i had to use -m64)
[08:19:14] <duckinator> do you get the same errors if you don't pass -m64?
[08:19:21] <{aaron}> yeah
[08:20:16] <duckinator> try using -nolibcache
[08:22:29] <{aaron}> same error :/
[08:23:29] <duckinator> hmm, can you pastebin the first file mentioned in the same line as "error"?
[08:23:53] 
[08:24:24] <duckinator> (but since you used -nolibcache that path changed :P)
[08:26:46] <{aaron}> http://pastebin.com/n8WkXJkG
[08:27:19] <{aaron}> typedef signed signed char lang_Character__SChar; ?
[08:28:26] <{aaron}> looks like extra qualifiers... ?long long long? is too long for GCC is at least mildly humorous :)
[08:30:55] <duckinator> huh
[08:31:22] <duckinator> that's strange o.o
[08:32:04] <duckinator> {aaron}: i'd say open a issue on github saying it's adding extra qualifiers, with links to http://pastebin.com/7cWAFxsq and http://pastebin.com/n8WkXJkG
[08:32:13] <duckinator> http://github.com/nddrylliog/rock/issues
[08:33:23] <{aaron}> ok thanks
[08:47:06] <duckinator> {aaron}: alright, looks good. i'll poke some people who actually know more about rock's internals tomorrow, if i notice any lurking :P
[08:47:13] <duckinator> anywho, nearly 3am...'night o/
[08:48:15] *** {aaron} has quit IRC
[08:48:39] <duckinator> oh wait, you're one of the ones who work(ed) on ooc-redi--bye?
[08:55:22] * duckinator zzz
[09:27:11] *** sohum has quit IRC
[09:28:57] *** sohum has joined #ooc-lang
[10:09:43] *** joshthecoder has joined #ooc-lang
[10:09:43] *** ChanServ sets mode: +v joshthecoder
[10:11:56] *** joshthecoder has quit IRC
[10:12:19] *** joshthecoder has joined #ooc-lang
[10:12:19] *** ChanServ sets mode: +v joshthecoder
[11:00:09] *** joshthecoder has quit IRC
[11:23:34] <CIA-126> rock: Curtis McEnroe master * rd8c6d1e / sdk/io/File.ooc : Fix whitespace around `.` in io/File - http://git.io/ofyu0g
[11:23:35] <CIA-126> rock: Amos Wenger master * rbea4631 / (10 files in 2 dirs):
[11:23:35] <CIA-126> rock: Merge pull request #330 from programble/sdk-cleanup
[11:23:35] <CIA-126> rock: SDK Cleanup in io/* - http://git.io/Mdm37w
[12:10:50] <CIA-126> rock: Amos Wenger master * ra9b972b / source/rock/frontend/NagaQueen.c : Regenerated NagaQueen.c with an older version of rock, unbreaks oc hopefully. - http://git.io/_7mZCw
[12:45:56] *** MayDaniel has joined #ooc-lang
[13:28:56] *** fredreichbier has joined #ooc-lang
[13:28:56] *** ChanServ sets mode: +v fredreichbier
[14:06:39] *** MayDaniel has quit IRC
[14:16:06] <CIA-126> rock: Amos Wenger master * r250de9d / sdk/lang/Memory.ooc : Correct define values for gc.h to get gc pthreads prototypes - http://git.io/TkPdLQ
[14:24:06] <CIA-126> rock: Amos Wenger master * r3570ac7 / sdk/lang/Memory.ooc : Okay, now get the actual combination of magic include and define values to get GC_pthread_* prototypes. Warnings--! - http://git.io/Y8Epyg
[14:24:22] *** MayDaniel has joined #ooc-lang
[14:25:54] <CIA-126> rock: Amos Wenger master * rceb2c96 / sdk/lang/IO.ooc : Warnings-- - http://git.io/ld43Tg
[14:27:33] *** fredreichbier has quit IRC
[14:44:58] <CIA-126> rock: Amos Wenger master * reaf02e0 / sdk/io/native/FileUnix.ooc : Cleaner code, easier to read, warnings-- - http://git.io/IT6jNQ
[14:48:35] <CIA-126> rock: Amos Wenger master * rb92ab90 / sdk/lang/IO.ooc : Warnings-- - http://git.io/FHBQCA
[14:51:01] <CIA-126> rock: Amos Wenger master * r6d30c3d / sdk/lang/Buffer.ooc : Warnings-- - http://git.io/APUKFw
[14:53:29] <CIA-126> rock: Amos Wenger master * r5ed8754 / sdk/lang/Exception.ooc : That's it! herge is now 100% warnings-free :) - http://git.io/ose9gw
[14:54:50] *** MayDaniel has quit IRC
[15:01:16] <CIA-126> rock: Amos Wenger master * r4a7e272 / (sdk/net/UDPSocket.ooc sdk/net/berkeley.ooc): Fix UDPSocket's usage of recvfrom, and warnings-- :) - http://git.io/qO90yw
[16:00:10] *** Oddity007 has joined #ooc-lang
[16:39:49] *** MayDaniel has joined #ooc-lang
[17:29:12] *** shahri has joined #ooc-lang
[17:45:25] *** MayDaniel has quit IRC
[17:48:39] *** curtism has quit IRC
[19:08:15] *** MayDaniel has joined #ooc-lang
[19:13:17] *** joshthecoder has joined #ooc-lang
[19:13:17] *** ChanServ sets mode: +v joshthecoder
[19:45:38] *** MayDaniel has quit IRC
[20:28:26] *** shahri_ has joined #ooc-lang
[20:30:33] *** shahri has quit IRC
[22:45:40] *** Jetbeard has joined #ooc-lang
[23:04:27] *** MayDaniel has joined #ooc-lang
[23:14:48] *** MayDaniel has quit IRC
[23:38:25] *** curtism has joined #ooc-lang

top