Closed OrdinaryMagician closed 5 years ago
I just saw your message yesterday. Really? The include is there, which error do you get?
You can close this if this no longer applies. :P
Reopening because I just realized that it's still happening.
src/posix/i_steam.cpp:208:7: error: ‘FileExists’ was not declared in this scope
if(!FileExists(regPath))
^~~~~~~~~~
This is specifically in the default branch.
I see you're compiling ZDoom32, i forgot it was still the default branch. Please try now, it should compile. Same problem with ZDoom LE.
Ah, after this I'm seeing there's also an issue with oalsound.cpp. It appears that including <functional>
is needed for std::mem_fn.
Fixed, should compile now. But that code is very old and the include was added much later. I'd swear it compiled for me.
Well, that's it then.
Have you tried to compile the g3.3mgw branch (LZDoom)? That would be really helpful. I'll do a new release very soon.
Never mind, i hooked the Travis-CI service.
Won't build on Linux without this.