Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Game translation  (Read 734 times)

Pluszak

  • Escaped Lunatic
    • View Profile
Game translation
« on: August 02, 2008, 01:24:46 pm »

Hey. I've been thinking of translating the game to my language, I know enough programming to make a few hacks due to diffrent grammar and so on but...

-Okay, I understand I probably have the permission granted to do that, right?
-Where can I get the sourcecode? It ain't on sourceforge....I think.
-How to compile?
Logged

a1s

  • Bay Watcher
  • Torchlight Venturer
    • View Profile
Re: Game translation
« Reply #1 on: August 02, 2008, 03:15:59 pm »

I know enough programming <...>
-How to compile?
:-\

anyways the source is on sourceforge, in the SVN. (just press the code button once you are on the games page)
Logged
I tried to play chess but two of my opponents were playing competitive checkers as a third person walked in with Game of Thrones in hand confused cause they thought this was the book club.

Pluszak

  • Escaped Lunatic
    • View Profile
Re: Game translation
« Reply #2 on: August 03, 2008, 06:38:53 am »

@_@
Okay, last time I tried to compile it the final resuly was:
/usr/include/c++/4.2/i486-linux-gnu/bits/c++locale.h|62|błąd: `uselocale, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/c++locale.h|62|błąd: invalid type in declaration before `;, token|
/usr/include/c++/4.2/i486-linux-gnu/bits/c++locale.h||In function `int std::__convert_from_v(__locale_struct* const&, char*, int, const char*, ...),:|
/usr/include/c++/4.2/i486-linux-gnu/bits/c++locale.h|82|błąd: `__gnu_cxx::__uselocale, cannot be used as a function|
/usr/include/c++/4.2/i486-linux-gnu/bits/c++locale.h|102|błąd: `__gnu_cxx::__uselocale, cannot be used as a function|
/usr/include/c++/4.2/cwchar|150|błąd: `::fgetws, has not been declared|
/usr/include/c++/4.2/cwchar|152|błąd: `::fputws, has not been declared|
/usr/include/c++/4.2/cwchar|156|błąd: `::getwc, has not been declared|
/usr/include/c++/4.2/cwchar|157|błąd: `::getwchar, has not been declared|
/usr/include/c++/4.2/cwchar|162|błąd: `::putwc, has not been declared|
/usr/include/c++/4.2/cwchar|163|błąd: `::putwchar, has not been declared|
/usr/include/c++/4.2/cstdlib|194|błąd: `::atoll, has not been declared|
/usr/include/c++/4.2/cstdlib|215|błąd: `__gnu_cxx::atoll, has not been declared|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|53|błąd: `_ISupper, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|54|błąd: `_ISlower, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|55|błąd: `_ISalpha, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|56|błąd: `_ISdigit, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|57|błąd: `_ISxdigit, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|58|błąd: `_ISspace, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|59|błąd: `_ISprint, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|60|błąd: `_ISalpha, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|60|błąd: `_ISdigit, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|60|błąd: `_ISpunct, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|61|błąd: `_IScntrl, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|62|błąd: `_ISpunct, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|63|błąd: `_ISalpha, was not declared in this scope|
/usr/include/c++/4.2/i486-linux-gnu/bits/ctype_base.h|63|błąd: `_ISdigit, was not declared in this scope|

You know, I've been on a few square projects so usualy it goes like :You gotta use this program but the version from two years ago cause the new one can't deal with it., or you gotta use a library totaly diffrent then the one compiler is bitching about...So yeah, I wanted to know are there any suprises like that with this sourcecode too.
Logged