[00:42:28] <Dominus1> bad news, exult is no longer compatible with libpng
[01:14:23] <Kirben> libpng 1.4.x still works at least.
[01:20:10] <Dominus1> yes, it's what I reverted to now
[01:20:12] <Dominus1> :)
[01:53:57] <Morde> http://exult.sourceforge.net/forum/read.php?f=1&i=361662&t=361662 no one has commented on this :(
[01:54:28] <Colourless> i did :-)
[01:54:38] <Morde> Sorry, no one has answered it. ;)
[01:54:38] <Colourless> looks like a minor namespace issue
[01:55:17] <Colourless> try adding using std::ptrdiff_t; into databuf.h
[01:55:30] <Morde> I'm not on the system right now
[12:04:30] --- Colourless` is now known as Colourless
[12:40:34] --- Colourless` is now known as Colourless
[18:18:46] <Dominus> http://imageshack.us/photo/my-images/26/ipado.png/ exult running in the iOS simulator :)
[19:23:19] <Maggie> Dominus1, will it work on a iPod Touch, eventually?
[20:20:26] <Dominus> seems lanica is aiming for general ios so ipod touch should work as well if it ever works on real hardware
[20:20:38] <Dominus> in reply to Maggie
[20:20:59] <Maggie> Nice, because I have an iPod Touch 2G, I don't have an iPad.
[20:21:04] <Maggie> Though I am hoping to get an Android phone..
[20:21:36] <Dominus> I don't like the small screen
[20:21:42] <Maggie> I don't have a choice ;p
[20:22:01] <Dominus> :)
[20:57:17] <Dominus> what the f is wrong with my internet...
[22:06:05] <Dominus2> I wonder if we could exclude expack from building with the host settings when host isn't the same as build system
[22:20:57] <wjp> in pentagram we build the build tools with a build system compiler. (If that makes sense :-) )
[22:21:24] <Dominus2> nice sentence :)
[22:22:23] <wjp> I'm rather proud of it ;-)
[22:22:41] <Dominus2> mentioned it because the building for iOS is running into the problem I had with PPC builts as well
[22:23:06] <Dominus2> since it compiles on OS X but the host is ios-arm
[22:26:12] <wjp> yes
[22:26:37] <wjp> I haven't followed the state of cross-compiling in autoconf/automake recently
[22:27:09] <wjp> it would be nice if they would support building native tools
[22:27:40] <wjp> in pentagram we manually try to detect a compiler in configure, and don't use automake at all...
[22:32:24] <Dominus2> hmm, mabye that would work for Exult too, but then this would mean rewriting all that :)
[22:35:01] <Dominus2> nice, apples compiler segfaults on xmidifile.cpp when compiling for arm and the iOS SDK...
[22:36:10] <Dominus2> odd
[22:36:11] <Dominus2> XMidiFile.cpp:2068: internal compiler error: Segmentation fault: 11
[22:36:21] <Dominus2> but it only has 2067 lines...
[22:37:38] <wjp> well, it _is_ an internal compiler error...
[22:52:03] <Dominus2> oh well, apparently it somehow worked for Lanica on OS X 10.6 and older apple compiler and older iOS SDK...
[22:52:10] <Dominus2> *grumble*