![]() |
SDL2 port when ?
Can anybody comment on when can we expect an SDL 2 port , not SDL 1.2 but SDL2 port.
|
As soon as someone with the necessary time, willingness, and expertise makes one. So far as I'm aware, nobody has expressed any interest in doing that yet. You'd be more than welcome to take a stab at it yourself though.
|
Hahaha... oh wow :rolleyes:
Quote:
Quote:
Quote:
|
Quote:
|
Quote:
|
Hey, I found it!
https://github.com/takkaria/angband/...rc/main-sdl2.c Well, OP, now that you have it, what are you going to do with it? :) |
Quote:
Code:
~/games/takkaria-angband$ git-info https://paste.debian.net/1043405/ The compilation fails as it looks for libsdl1.2 config The relevant bits - Code:
checking for sdl-config... no Code:
$ sdl2-config --version http://www.libsdl.org/projects/SDL_mixer/ https://github.com/katajakasa/SDL_kitchensink The first one is an all encompassing one, the second one is supposedly more narrower in scope. I am no developer but can help with compiling and telling what seems to come up short. |
Quote:
Quote:
|
Quote:
It actually uses autogen.sh . When I run ./autogen.sh the following takes place - Code:
~/games/takkaria-angband$ ./autogen.sh The Makefile is generated when the .configure script is taken care of . Once it is complete, you get a makefile. If I just do - Code:
~/games/takkaria-angband$ ./configure --with-no-install There is a Makefile though but that's in - Code:
~/games/takkaria-angband/src$ cat Makefile.src | grep sdl https://stackoverflow.com/questions/...n-linux-ubuntu Reading it few times it seems it needs the following info. - Code:
/usr/bin/sdl2-config Code:
/usr/include/SDL2/SDL_mixer from https://wiki.libsdl.org/FAQLinux#How..._my_project.3F it seems acinclude.m4 is what needs to be fixed - it needs https://hg.libsdl.org/SDL/file/default/sdl2.m4 I did try to do a copy and replace but didn't get far. This is what I did with acinclude.m4 https://paste.debian.net/1043458/ I get the following errors when I try to ./autogen.sh it - Code:
~/games/takkaria-angband$ ./autogen.sh |
Quote:
Code:
/usr/lib/x86_64-linux-gnu/libSDL2.so Quote:
|
All times are GMT +1. The time now is 18:05. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2022, vBulletin Solutions Inc.