#4902 closed defect (invalid)
AMIGAOS4: translation.cpp errors
Reported by: | raziel- | Owned by: | lordhoto |
---|---|---|---|
Priority: | normal | Component: | Port: AmigaOS4 |
Version: | Keywords: | build | |
Cc: | Game: |
Description
C++ common/translation.o common/translation.cpp: In member function 'void Common::TranslationManager::setLanguage(const char*)': common/translation.cpp:100: error: 'po2c_setlang' was not declared in this scope common/translation.cpp:102: error: 'po2c_setlang' was not declared in this scope common/translation.cpp:109: error: 'po2c_getcharset' was not declared in this scope common/translation.cpp: In member function 'const char* Common::TranslationManager::getTranslation(const char*)': common/translation.cpp:121: error: 'po2c_gettext' was not declared in this scope common/translation.cpp: In member function 'Common::String Common::TranslationManager::getTransl ation(const Common::String&)': common/translation.cpp:125: error: 'po2c_gettext' was not declared in this scope common/translation.cpp: In member function 'const Common::TLangArray Common::TranslationManager::getSupportedLanguages() const': common/translation.cpp:188: error: 'po2c_getnumlangs' was not declared in this scope common/translation.cpp:190: error: 'po2c_getlang' was not declared in this scope common/translation.cpp: In member function 'int Common::TranslationManager::parseLanguage(Common::String)': common/translation.cpp:200: error: 'po2c_getnumlangs' was not declared in this scope common/translation.cpp:203: error: 'po2c_getlang' was not declared in this scope common/translation.cpp: In member function 'const char* Common::TranslationManager::getLangById(int)': common/translation.cpp:218: error: 'po2c_getnumlangs' was not declared in this scope common/translation.cpp:219: error: 'po2c_getlang' was not declared in this scope gmake: *** [common/translation.o] Error 1
AmigaOS4 gcc (GCC) 4.2.4 (adtools build 20090118)
Ticket imported from: #3017660. Ticket imported from: bugs/4902.
Change History (4)
comment:1 by , 14 years ago
comment:3 by , 14 years ago
Owner: | set to |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:4 by , 6 years ago
Component: | → Port: AmigaOS4 |
---|
This might be a direct result of bug #3017628 "AMIGAOS4: messages.cpp errors", i.e. your common/messages.cpp file might be empty because of that.