IRC logs for #opendune on OFTC at 2010-01-01
⏴ go to previous day
11:54:37 <TrueBrain> I am gone on a nice vacation .. back the 11th :) SNOWBOARDING!!!! Bye all :) Have a good week! I will ;)
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:35:51 <Xaroth> :o you're busy, glx :P
23:36:26 <glx> I knew where to look so I double checked the conversion
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: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: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:44:25 <planetmaker> SP2 so to speak :-)
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: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:53:52 <glx> we copy/pasted the declaration from system headers
23:54:05 <glx> because snprintf is not ANSI
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
continue to next day ⏵