[00:07:31] --> Lightkey has joined #exult
[02:48:38] --> DominusExult has joined #exult
[02:48:38] --- ChanServ gives channel operator status to DominusExult
[02:52:17] <-- Dominus has left IRC (Ping timeout: 264 seconds)
[02:52:17] --- DominusExult is now known as Dominus
[08:13:50] --> Marzo has joined #exult
[08:13:50] --- ChanServ gives channel operator status to Marzo
[10:40:06] --> azeem_ has joined #exult
[10:43:06] <-- azeem has left IRC (Ping timeout: 256 seconds)
[10:48:46] --> azeem has joined #exult
[10:50:53] <-- azeem_ has left IRC (Ping timeout: 240 seconds)
[13:41:52] --> travis-ci has joined #exult
[13:41:52] <travis-ci> exult/exult#448 (master - a53558f : Marzo Sette Torres Junior): The build has errored.
[13:41:52] <travis-ci> Change view : https://github.com/exult/exult/compare/d58b965f7e1c...a53558f44114
[13:41:52] <travis-ci> Build details : https://travis-ci.org/exult/exult/builds/753676897
[13:41:52] <-- travis-ci has left #exult
[13:51:44] <Dominus> Marzo: what is the : doing that you added in the makefile.mingw (e.g. SRC:=. instead of SRC=.)? easier to override in msys2 by something like "export SRC=somepath"?
[13:52:34] <Marzo> SRC= makes it a variable that is expanded every time it is used; SRC:= makes it a variable that is expanded once
[13:54:26] <Dominus> thanks
[13:55:28] <Marzo> To illustrate the difference this makes, consider ZIP_LIBS
[13:55:35] <Marzo> It was defined as ZIP_LIBS=$(shell pkg-config --libs zlib)
[13:55:46] <Marzo> So every time it was used, pkg-config was called
[13:56:10] <Marzo> ES_LIBS used several variables like this
[13:56:23] <Marzo> So every time ES_LIBS was used, it would call pkg-config several times
[13:56:33] <Marzo> etc
[13:56:55] <Marzo> Basically, it makes builds faster to use := instead of = whenever possible
[13:58:52] <Dominus> yes, got it
[14:00:51] --> travis-ci has joined #exult
[14:00:51] <travis-ci> exult/exult#449 (es-gtk2 - d58b965 : Dragon-Baroque): The build passed.
[14:00:51] <travis-ci> Change view : https://github.com/exult/exult/compare/es-gtk2
[14:00:51] <travis-ci> Build details : https://travis-ci.org/exult/exult/builds/753676905
[14:00:51] <-- travis-ci has left #exult
[14:17:17] <Dominus> in other news, my pastebin yesterday was flagged as offensive because it had the copy command "cp" in it. cp = child porn...
[14:17:41] <Dominus> I reported it to pastebin and they made their automatic check a bit less aggressive now :)
[14:18:05] <azeem> I tried to pastebin some build failure to paste.debian.net the other day and it was rejected for spam as well
[14:18:24] <azeem> must be a huge problem now and/or they are getting pressure from somewhere to be proactive
[14:20:17] <Dominus> yeah
[14:47:26] --> travis-ci has joined #exult
[14:47:26] <travis-ci> exult/exult#451 (master - dc69d56 : Marzo Sette Torres Junior): The build failed.
[14:47:26] <travis-ci> Change view : https://github.com/exult/exult/compare/a53558f44114...dc69d56b2fde
[14:47:26] <travis-ci> Build details : https://travis-ci.org/exult/exult/builds/753681447
[14:47:26] <-- travis-ci has left #exult
[16:24:37] <Dominus> alagner is frightening me with his cmake branch...
[17:33:40] <Marzo> @Dominus: just a note, if you are building the gimp plugin in OSX you also need gtk2; might be worth mentioning somewhere
[17:34:37] <Dominus> thanks, yes, I just noticed that I don't mention it in the macosx readme
[17:34:48] <Dominus> will fix later
[21:20:54] <Dominus> building the gimp plugin is annoying, since you essentially have to build gimp via the package manager... What if there were a site you could just download the precompiled plugin? :)
[21:34:50] --> travis-ci has joined #exult
[21:34:50] <travis-ci> exult/exult#451 (master - dc69d56 : Marzo Sette Torres Junior): The build has errored.
[21:34:50] <travis-ci> Change view : https://github.com/exult/exult/compare/a53558f44114...dc69d56b2fde
[21:34:50] <travis-ci> Build details : https://travis-ci.com/exult/exult/builds/212556246
[21:34:51] <-- travis-ci has left #exult
[21:37:23] <-- Marzo has left IRC (Ping timeout: 265 seconds)
[23:52:20] <-- Lightkey has left IRC (Ping timeout: 260 seconds)