<div dir="ltr">Make failed on me not finding getifaddrs, adding #elif defined _BSD_SOURCE in the localwebserver.cpp file after line 298 fixed that issue on Haiku, but when I try to start the server in ScummVM I get the local address 0.0.0.0 ... (and in Terminal it shows me "WARNING: LocalWebserver: Failed to resolve IP with the default way!"<div>Also Haiku is missing xdg-utils to use xdg-open ... "/bin/sh: xdg-open: command not found"</div><div>Any pointers that I could use?</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-09-02 5:06 GMT+02:00 Alexander Tkachev <span dir="ltr"><<a href="mailto:alexander@tkachov.ru" target="_blank">alexander@tkachov.ru</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Hi Thierry,<br><br>I believe SDL_net 1.2 and 2 are almost the same, as docs on it's site for both versions are the same. It's possible that using SDL_net 1.2 with SDL 2 is problematic.<br><br>I think that choosing corresponding version of SDL_net is the best option.<br><br>I've just built ScummVM under Kubuntu with this:<br><span style="font-family:courier new,monospace"><span style="background-color:#d3d3d3">CPPFLAGS=-DUSE_SDL2 SDL_CONFIG=sdl2-config ./configure --disable-all-engines --enable-engine=cge --disable-fluidsynth</span></span></div><div><br>Having these in the configure output:<div><span style="font-family:courier new,monospace"><span style="background-color:#d3d3d3">Looking for sdl-config... /usr/bin/sdl2-config</span></span></div><span style="font-family:courier new,monospace"><span style="background-color:#d3d3d3"><...></span></span><div><span style="font-family:courier new,monospace"><span style="background-color:#d3d3d3">Checking for SDL_Net... yes</span></span></div><span style="font-family:courier new,monospace"><span style="background-color:#d3d3d3"><...></span></span><div><span style="font-family:courier new,monospace"><span style="background-color:#d3d3d3">Backend... sdl (2.0.4)</span></span></div><br>So, yeah, not default arguments. I guess changing configure to use <span style="font-family:courier new,monospace"><span style="background-color:#d3d3d3">sdl2-config</span></span> when building with SDL2 should do the trick.</div><span class="HOEnZb"><font color="#888888"><div><span>— Alexander</span></div></font></span><br>______________________________<wbr>_________________<br>
Scummvm-devel mailing list<br>
<a href="mailto:Scummvm-devel@lists.scummvm.org">Scummvm-devel@lists.scummvm.<wbr>org</a><br>
<a href="http://lists.scummvm.org/listinfo/scummvm-devel" rel="noreferrer" target="_blank">http://lists.scummvm.org/<wbr>listinfo/scummvm-devel</a><br>
<br></blockquote></div><br></div>