[20:48:35] travis-ci: exult/exult#131 (travis-test - 839969a : Marzo Sette Torres Junior): The build was fixed.
[20:48:35] travis-ci: Change view : https://github.com/exult/exult/compare/a9a4d0318308...839969abf4b8
[20:48:35] travis-ci: Build details : https://travis-ci.org/exult/exult/builds/456689987
[20:59:20] Dominus: Marzo, no time to look into it, but therror on OS X PPC is https://pastebin.com/sbBt36hn
[21:00:21] Dominus: I guess I must have an answer file to circumvent running a test program (I'm doing this for cross compiling libs for PPC)
[21:00:42] Dominus: as the test program is then built as PPC and PPc can't be run on the test machine :)
[21:01:00] Dominus: wasn't needed before
[21:01:21] Dominus: for Exult
[21:01:48] Dominus: will look it up tomorrow. The 64bit compile runs fine it seems
[21:05:28] Marzo: Odd
[21:12:23] Marzo: mockup, smooth, modelgl
[21:12:37] Marzo: If we get rid of those, we can remove libSDL_image dependency
[21:14:03] Marzo: They are not compiled in Linux/OSX/iOS at present
[21:14:35] Marzo: Basically, only Windows snapshots compile mockup and smooth, while modelgl is not compiled, period
[21:14:57] Marzo: (I am looking into making a Travis CI Windows build)
[21:16:14] Marzo: I am half-wondering if mockup and smooth should be Gimp plug-ins
[22:46:14] Dominus: i have no idea what modelgl is actually... and had no idea that mockup and smooth need sdl_image
[22:46:32] Marzo: modelgl seems to be an early Exult3D thing
[22:47:22] Dominus: odd, rings no bell at all
[22:48:09] Dominus: our gimp plugin is is also facing deprecation with Gimp 2.10.x
[22:48:27] Dominus: I think I got it to compile but it has problems now...
[22:48:50] Marzo: I will be updating it
[22:58:17] Dominus: hmm, Marzo, seems configure is now checking for clang. and that seems to cause the ppc configure error
[22:59:10] Dominus: as the default clang is not able to build ppc and I'm passing along a way older gcc version to use...
[22:59:59] travis-ci: exult/exult#132 (sharedPtr - 25717d0 : Jeff Freedman): The build is still failing.
[22:59:59] travis-ci: Change view : https://github.com/exult/exult/compare/459325ec449f...25717d033961
[22:59:59] travis-ci: Build details : https://travis-ci.org/exult/exult/builds/456727132
[23:10:48] Marzo: Huh. Seems like building with msys2 instead of msys will be a lot easier in Windows
[23:15:03] Dominus: hmm, seems the whole part of checking the compiler is not cross compiling friendly...
[23:29:20] Dominus: Marzo: first findings. The swap of clang and gcc you added to configure is the first halting problem.
[23:29:27] Marzo: Can you try with the --with-cxx=compiler:?
[23:29:47] Marzo: Huh, really?
[23:29:57] Dominus: if I revert that, it breaks at "configure: error: *** A compiler with support for C++11 language features is required."
[23:30:50] Marzo: By any chance does your script overrides CXX before calling configure?
[23:31:04] Dominus: yes, it does
[23:31:18] Marzo: Yes, I think I broke that part
[23:31:30] Marzo: And I know how I am going to fix it
[23:31:40] Marzo: But you will still hit the c++11 wall
[23:31:40] Dominus: because lock stock clang on os x does not build ppc anymore. I need to point at an older gcc
[23:33:06] Dominus: so, pointing at another gcc is good to be fixed but if you say so, we can deprecate ppc