[01:38:44] --- DominusExult is now known as Dominus
[14:36:38] <Dominus> Marzo, cross compilation is tricky :)
[14:37:01] <Dominus> Building SDL2 and ogg/vorbis no problem but Exult is another thing :)
[14:37:53] <Dominus> just using the autotools fails and for the makefile.mingw I guess I'll have to export more stuff in terminal to get that working :)
[14:38:21] <Dominus> would have been too easy if it were straightforward :)
[14:41:09] <Dominus> tries to build stuff as GUI and complains about undefinded reference to winmain16, and circumventing this with replacing some int main with int WinMain only brings me to other errors with Pentagram::strcasecmp
[14:41:35] <Dominus> but first step is trying to get the makefile.mingw working... maybe :)
[19:19:27] <Dominus> I give up...
[20:15:53] <Dominus> hmm, I'm getting somewhere...
[20:40:30] <Dominus> I think it may work after all, but I'm having some problems that made me edit the makefile.ming and makefile.common.
[20:41:55] <Dominus> I needed to override the commands in makefile.common that create files (expack$(EXEXT) and cmanip$(EXEXT)) as those are of course Windows binaries
[20:43:28] <Dominus> and I'm still in the process of overriding the CFLAGS and LIBS in the makefile.mingw
[20:43:41] <Dominus> SDL_CFLAGS etc...
[20:45:29] <Dominus> still investigating, it seems I'm getting somewhere, slowly. the cross_make.sh script I got off the SDL project needs adapting so pkgconfig is pointing at the right place
[20:47:25] <Dominus> and the command windres is of course also not present... :(