IRC logs for #opendune on OFTC at 2010-01-01
            
03:02:40 *** glx has quit IRC
11:19:40 <TrueBrain> Happy new year! :)
11:54:37 <TrueBrain> I am gone on a nice vacation .. back the 11th :) SNOWBOARDING!!!! Bye all :) Have a good week! I will ;)
13:56:15 *** glx has joined #openDune
13:56:15 *** ChanServ sets mode: +o glx
13:56:35 <glx> hello
15:18:05 <Xaroth> happy new year glx
16:17:11 <Xaroth> MrFlibble is happy with me it seems :P
23:14:15 <DorpsGek> SVN: glx (r811) -Fix (r757, #24): little mistake in conversion allowed to scroll more than the edge of the map
23:14:53 <DorpsGek> Bugs: http://bugs.opendune.org/view.php?id=24 :: New Status: closed (fixed)
23:35:51 <Xaroth> :o you're busy, glx :P
23:36:11 <glx> not really :)
23:36:26 <glx> I knew where to look so I double checked the conversion
23:36:36 <Xaroth> :)
23:38:11 <Xaroth> ah, right, now I remember what I was trying to do with lua today, that only took me half an hour :P
23:38:38 <Xaroth> I managed to retrieve variables from lua, register functions in lua that point to C functions
23:39:01 <DorpsGek> Bugs: http://bugs.opendune.org/view.php?id=26 :: Bug Created :: compile failure
23:39:54 <Xaroth> o_O
23:40:11 <Xaroth> that compile log doesn't make sense to me :P
23:40:41 <planetmaker> whatever. It's a verbatim copy&paste
23:40:50 <Xaroth> it's not the copy/paste
23:40:54 <Xaroth> it's the log itself
23:41:26 <Xaroth> glx might have more info on wtf can cause that O_O
23:43:48 <Xaroth> planetmaker: 10.6.2, is that snow leopard?
23:43:58 <glx> OSX yes
23:44:00 <planetmaker> yes
23:44:25 <planetmaker> SP2 so to speak :-)
23:44:38 <Xaroth> nice
23:45:14 <Xaroth> 4 weeks til 0.2 btw :o
23:45:21 <glx> ,...,...extern int snprintf (char *__restrict __s, size_t __maxlen, __const char *__restrict __format, ...) __THROW __attribute__ ((__format__ (__printf__, 3, 4))); <-- this is probably different for OSX :)
23:45:22 <planetmaker> :-)
23:46:47 <Xaroth> http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man3/snprintf.3.html
23:46:53 <Xaroth> might be old docs tho :o
23:47:21 <planetmaker> they would call it legacy information then
23:47:35 <planetmaker> also "This manual page is for Mac OS X version 10.6"
23:48:08 <Xaroth> you do know that apple is known to copy/paste half their manual blindly, right? :P
23:48:54 <planetmaker> should be bad doing that ;-)
23:49:21 <Xaroth> well it would be useful if they actually considered things might have changed when version-upgrading stuff.
23:49:29 <glx> what is in your headers ?
23:49:38 <Xaroth> but they only do that after people moan
23:52:55 <planetmaker> which headers in particular? http://pastebin.ca/1734526
23:53:27 <glx> system headers :)
23:53:52 <glx> we copy/pasted the declaration from system headers
23:54:05 <glx> because snprintf is not ANSI
23:54:42 <planetmaker> http://pastebin.ca/1734528 house.h
23:55:07 <glx> the main problem is os/strings.h ;)
23:56:07 <planetmaker> ah... you want my /usr/include/string.h?
23:56:37 <glx> well the one defining snprintf for non ANSI
23:56:58 <glx> and just the snprintf declaration is needed
23:59:11 <Xaroth> cd /usr/include ; grep -R "snprintf" *.h
23:59:13 <Xaroth> hrr hrr