Game Development Community

dev|Pro Game Development Curriculum

Making TLK compile in Linux

by Dreamer · 08/17/2006 (12:17 pm) · 5 comments

Download Code File

After much arguing with my compiler and many hours spent trying and failing I finally got TLK 1.4 to compile under Linux!
Here is a patch that makes it work!
Of course by the time this resource is approved it will probably no longer be an issue, but hey I dun somethin useful so i figured I'ld share :)

#1
08/05/2006 (9:53 am)
Thanks for sharing!

Not all of us wait for resource approval ;)
#2
08/17/2006 (1:51 pm)
Thank you! =)
#3
08/18/2006 (1:49 am)
Thanks, dreamer !
#4
08/21/2006 (11:27 am)
Very welcome folks!
#5
09/04/2006 (1:41 pm)
Couple of things to note...

1. The patch does not include the mk/conf.GCC4.mk and mk/conf.GCC4.LINUX.mk files.
2. The patch has lots of whitespace changes

Using: "diff -ruwN /path/foo /path/bar" when you generate the patch would have solved both of these problems.