[07:05:30] travis-ci: exult/exult#136 (sharedPtr - 4600ab3 : Jeff Freedman): The build is still failing.
[07:05:30] travis-ci: Change view : https://github.com/exult/exult/compare/a3317a777df1...4600ab36e73c
[07:05:30] travis-ci: Build details : https://travis-ci.org/exult/exult/builds/457305261
[20:14:46] Marzo: Trying to get Exult built on Windows... it is by luck which Exult was working on Windows at all
[20:15:45] Marzo: Makefile.mingw has -DSIZEOF_LONG=8, which is wrong; it should be -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8
[20:16:08] Marzo: Many size-based defines are wrong after that
[20:18:44] Marzo: There are also a lot of conflicting defines in the flags passed
[20:37:59] Dominus: he he
[20:39:22] Dominus: I found it also odd today that my built on OS X runs actually not too bad at a very big resolution. But on the same machine, but running Windows it is really really slow...
[20:39:34] Marzo: I am managing to build it using ./autogen.sh && ./configure stuff: && make
[20:39:53] Marzo: If it works, I will dissect the build flags to see if I can get Makefile.mingw in working order
[20:39:54] Dominus: but then I was using the tip of SDL2 which has some batch rendering speed ups...
[20:40:33] Dominus: I did successfully build using the instructions in the readme.mingw (somewhat) I think, a couple of months ago
[20:41:15] Marzo: I want to update these
[20:41:40] Marzo: I am trying with msys2, which has pacman and can easily install development libraries
[20:42:26] Marzo: With the old versions, there is no telling up to which compiler we can go without breaking everything
[20:51:53] Dominus: yeah, I was struggling with mysy
[21:22:08] Marzo: Exult does not abort with ./autogen.sh && ./configure stuff: && make in msys2
[21:22:31] Marzo: Meaning that I just have to get the GCC flags right for Makefile.mingw to work as well
[21:22:58] Marzo: (required lots of tweaking to configure.ac and Makefile.am's, though)
[22:58:06] Dominus: seems Kirben did not yet see your big commit
[23:04:52] Marzo: Yep
[23:05:08] Marzo: I am kind of idling here waiting for him
[23:05:55] Dominus: you might need to write him. He was kind of slow in reacting "lately"
[23:06:52] Marzo: Yeah, and he may not be aware of the freenode issues
[23:08:00] Marzo: Seems like mockup amd smooth are not very SDL2-friendly
[23:09:07] Marzo: And since they are only compiled in Windows, it might have escaped detection
[23:09:43] Dominus: very likely