Game Development Community

TGE 1.4 missing i18n files?

by Brian Marshall · in Torque Game Engine · 10/04/2005 (8:23 am) · 7 replies

I just did an update via cvs and I'm trying to build TGE 1.4 (its been a while), but it looks like I'm missing the i18n files. Is this an external resource or something that just didn't come down during the update (I tried it a couple times)? And to pre-cursor anyone telling me to "do a search" I did... "i18n" and got nothing useful.

thanks.

-Brian

#1
10/04/2005 (8:32 am)
What environment are you trying to compile in?

Also, check in ./engine, and see if you have the i18n directory containing these files

coreStringDefaults.cc
coreStrings.h
i18n.cc
i18n.h
lang.cc
lang.h

If you didn't get this directory, then it is possible that you didn't check for new directories. In WinCVS there is a check box when you do an update, that checks for this.
#2
10/04/2005 (8:35 am)
I'm currently on vs6
#3
10/04/2005 (8:36 am)
Nope. Nada. No directory.

thanks.

-Brian
#4
10/04/2005 (8:38 am)
Sorry I updated my post check the second part, and see if that corrects it.
#5
10/04/2005 (8:39 am)
Command line would be something like this

cvs -z3 update -P -d

Can't be 100% sure though since I use WinCVS for my checkouts
#6
10/04/2005 (8:50 am)
Dammit... sorry. That fixed it. I should have been able to catch that one. I re-installed WinCVS and that got reset.

Thanks for the help.

-Brian
#7
10/04/2005 (10:20 am)
No problem, glad I could help