Page 1 of 1

Do people know of foss games which use premake4

PostPosted: 21 Dec 2011, 17:52
by shirish
Hi all,
I just know of one game 'ToME4' te4.org which uses premake4. I can't compile it because it uses SDL 1.3. While SDL 1.3 is now in debian I cannot use it because if I do that then other games which still use SDL 1.2 may not function. Also SDL 1.3 is still in flux. A friend has made an updated premake4 package and I want to test it. If anybody knows of any game other than ToME4 please lemme know.

SDL 1.3 is supposed to be finalized by June next year. This is what can be seen in unstable if people want to use SDL 1.3.0

{l Code}: {l Select All Code}
$ dpkg -l libsdl-1.3-0
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                    Version                 Description
+++-=======================-=======================-==============================================================
ii  libsdl-1.3-0            1.3.0~20111204-1        Simple DirectMedia Layer

$ sudo aptitude install libsdl-1.3-dev
[sudo] password for shirish:
The following NEW packages will be installed:
  libsdl-1.3-dev{b}
0 packages upgraded, 1 newly installed, 0 to remove and 8 not upgraded.
Need to get 1,307 kB of archives. After unpacking 3,270 kB will be used.
The following packages have unmet dependencies:
  libsdl-1.3-dev: Conflicts: libsdl-dev which is a virtual package.
                  Conflicts: libsdl1.2-dev but 1.2.14-6.4 is installed.
  libsdl1.2-dev: Conflicts: libsdl-dev which is a virtual package.
The following actions will resolve these dependencies:

     Remove the following packages:
1)     fp-units-multimedia-2.4.4   
2)     fpc                         
3)     fpc-2.4.4                   
4)     libsdl-image1.2-dev         
5)     libsdl-mixer1.2-dev         
6)     libsdl-ttf2.0-dev           
7)     libsdl1.2-dev               
8)     libsmpeg-dev               



Accept this solution? [Y/n/q/?] q
Abandoning all efforts to resolve these dependencies.
Abort.

Re: Do people know of foss games which use premake4

PostPosted: 22 Dec 2011, 06:00
by TheAncientGoat
0AD uses premake4, not sure if it will help your problem though