Guild icon
DDraceNetwork
Development / developer
Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2018-11-11 00:00:00Z and 2018-11-12 00:00:00Z
Avatar
justabutterflier 2018-11-11 09:09:24Z
is masterservers are closed?
Avatar
they seem to work for me
Avatar
justabutterflier 2018-11-11 09:09:55Z
i dont have anyone server :\
09:10
just "Servers not found"
Avatar
is there a way to compile ddnet using gcc instead of that shitty cl?
16:31
(through cmake)
Avatar
on windows?
16:31
if you cmake through msys it should find gcc
Avatar
hmh okay (yeah on win)
Avatar
msys2*
Avatar
doesn' t seems to work if I use msys
17:17
but I saw there is a MinGW MakeFile generator
17:20
way much harder to compile something with cmake than with bam lol
Avatar
You open msys2, you go to the source directory, mkdir build; cd build; cmake ..; make;
17:23
it should just work on it's own, if it doesn't that means you have cl.exe in your PATH, which you shouldn't have
Avatar
I have mingw & vs studio
17:24
but cl isn't on my path
Avatar
so gcc is in your PATH, cl.exe isn't and it still finds cl.exe somehow?
Avatar
yeah xD
17:33
well normally it doesn't need the full path of cl.exe
17:34
maybe it search for any vs installation & then so he can find out a full path directly of cl
17:34
but wait i've didn't test using msys2 program for now, i've only tested the generator flag MSYS Makefiles
Avatar
I give up it sucks, i'll find a way to export back bam
17:58
i'd cross compille it from a linux vm i've always find doing those things on windows annoying
Avatar
you need to specify the generator cmake .. -G "MinGW Makefiles"
Avatar
I even said you need to use msys2, that was literally my only advice
Avatar
@Learath2 well it wasn't working at all with mingw32 but it was ok with 64
22:54
C:/Users/LOICKA~1/DOCUME~1/TEEWOR~1/ddnet/src/base/system.h:59:42: error: declaration does not declare anything [-fpermissive] #define GNUC_ATTRIBUTE(x) __attribute__(x) (edited)
22:54
yey
Exported 29 message(s)