Comments on: Compiling OpenTyrian under Ubuntu https://grey-panther.net/2008/10/compiling-opentyrian-under-ubuntu.html Just another WordPress site Sat, 29 Nov 2008 16:53:36 +0000 hourly 1 https://wordpress.org/?v=6.9.4 By: Cd-MaN https://grey-panther.net/2008/10/compiling-opentyrian-under-ubuntu.html#comment-601 Sat, 29 Nov 2008 16:53:36 +0000 https://grey-panther.net/?p=621#comment-601 Thank you for the comments. I didn’t try OpenTyrian Enhanced (I just wanted to play the game I remembered :-)), so I didn’t run into these problems. Thank you again for providing a solution.

]]>
By: Anonymous https://grey-panther.net/2008/10/compiling-opentyrian-under-ubuntu.html#comment-602 Sat, 29 Nov 2008 16:51:37 +0000 https://grey-panther.net/?p=621#comment-602 Well … To get opentyrian enhanced to work you will need a newer version of boost than which comes with Ubuntu … 1.35+
Next there are some obscure issues with the compile …
namely bimap.hpp and something about boost date-time_mt and system_mt …

Now its very important that we need to edit the MAKEFILE …
under BOOST_LD_FLAGS … modify boost_system and boost_filesystem as follows
boost_filesystem-gcc42 boost_system-gcc42

and enjoy flawless compilation of tyrian enhanced

]]>
By: Anonymous https://grey-panther.net/2008/10/compiling-opentyrian-under-ubuntu.html#comment-603 Sat, 29 Nov 2008 16:51:37 +0000 https://grey-panther.net/?p=621#comment-603 yep that worked … libsdl1.2debian-all

Trying to build open tyrian enhanced and I am now running into issue with libboost stuff … its asking for bitmap.hpp … cant figure out which libboost thats in … tried libboost-graph … but dint work … doing it one by one to find the correct one 😛

]]>
By: Cd-MaN https://grey-panther.net/2008/10/compiling-opentyrian-under-ubuntu.html#comment-604 Fri, 28 Nov 2008 13:08:15 +0000 https://grey-panther.net/?p=621#comment-604 I guess you could just install libsdl1.2debian, or alternatively libsdl1.2debian-all.

]]>
By: Anonymous https://grey-panther.net/2008/10/compiling-opentyrian-under-ubuntu.html#comment-605 Fri, 28 Nov 2008 12:28:58 +0000 https://grey-panther.net/?p=621#comment-605 Hmmmm …

Following things for Hardy …
libsdl1.2-debian now has many versions …
libsdl1.2debian-all / -alsa /-arts / -foo / -bar

]]>