root@metin2:~/workspace/mainline_released/Srcs/Server/db/src # gmake
compile Monarch.cpp
g++49: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
In file included from /usr/local/include/boost/predef/os/bsd/free.h:37:0,
from /usr/local/include/boost/predef/os/bsd.h:96,
from /usr/local/include/boost/predef/os/bsd/dragonfly.h:11,
from /usr/local/include/boost/predef/os/bsd.h:95,
from /usr/local/include/boost/predef/os/bsd/bsdi.h:11,
from /usr/local/include/boost/predef/os/bsd.h:52,
from /usr/local/include/boost/predef/os.h:18,
from /usr/local/include/boost/predef.h:17,
from /usr/local/include/boost/unordered/detail/implementation.hpp:21,
from /usr/local/include/boost/unordered/detail/map.hpp:6,
from /usr/local/include/boost/unordered/unordered_map.hpp:21,
from /usr/local/include/boost/unordered_map.hpp:17,
from ClientManager.h:5,
from Monarch.cpp:4:
../../common/stl.h:99:32: error: expected ')' before 'a'
template <typename T> T MIN(T a, T b)
^
../../common/stl.h:99:32: error: expected ')' before 'a'
../../common/stl.h:99:32: error: expected ')' before 'a'
../../common/stl.h:104:32: error: expected ')' before 'a'
template <typename T> T MAX(T a, T b)
^
../../common/stl.h:104:32: error: expected ')' before 'a'
../../common/stl.h:104:32: error: expected ')' before 'a'
gmake: *** [Makefile:57: .obj/Monarch.o] Error 1
Hatte den Error nie zuvor. Habe lange nichts mehr mit Metin2 zutun gehabt, wollte mich mal wieder ein bisschen an den Source setzen und rumspielen, aber dann sowas..
g++49: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
das mcpu zu mtune
Hatte den Fehler auch mal im DB SRC danach ging der wieder zu deinem game SRC sagt mir das mal gar nichts
Habe paar Sachen geändert und die DB ließ sich nun compilen
game neuer error
Code:
root@metin2:/usr/src/mainline_released/Srcs/Server/game/src # gmake
compile main.cpp
In file included from main.cpp:14:
shop_manager.h:40:7: warning: no newline at end of file
In file included from ../../../Extern/include/boost/regex.h:22,
from ../../../Extern/include/gtest/internal/gtest-port.h:277,
from ../../../Extern/include/gtest/internal/gtest-internal.h:40,
from ../../../Extern/include/gtest/gtest.h:57,
from main.cpp:82:
../../../Extern/include/boost/cregex.hpp:24:34: error: boost/regex/config.hpp: No such file or directory
../../../Extern/include/boost/cregex.hpp:27:37: error: boost/regex/v4/cregex.hpp: No such file or directory
In file included from ../../../Extern/include/gtest/internal/gtest-port.h:277,
from ../../../Extern/include/gtest/internal/gtest-internal.h:40,
from ../../../Extern/include/gtest/gtest.h:57,
from main.cpp:82:
../../../Extern/include/boost/regex.h:30: error: 'boost::regoff_t' has not been declared
../../../Extern/include/boost/regex.h:31: error: 'boost::regex_tA' has not been declared
../../../Extern/include/boost/regex.h:32: error: 'boost::regmatch_t' has not been declared
../../../Extern/include/boost/regex.h:33: error: 'boost::REG_BASIC' has not been declared
../../../Extern/include/boost/regex.h:34: error: 'boost::REG_EXTENDED' has not been declared
../../../Extern/include/boost/regex.h:35: error: 'boost::REG_ICASE' has not been declared
../../../Extern/include/boost/regex.h:36: error: 'boost::REG_NOSUB' has not been declared
../../../Extern/include/boost/regex.h:37: error: 'boost::REG_NEWLINE' has not been declared
../../../Extern/include/boost/regex.h:38: error: 'boost::REG_NOSPEC' has not been declared
../../../Extern/include/boost/regex.h:39: error: 'boost::REG_PEND' has not been declared
../../../Extern/include/boost/regex.h:40: error: 'boost::REG_DUMP' has not been declared
../../../Extern/include/boost/regex.h:41: error: 'boost::REG_NOCOLLATE' has not been declared
../../../Extern/include/boost/regex.h:42: error: 'boost::REG_ESCAPE_IN_LISTS' has not been declared
../../../Extern/include/boost/regex.h:43: error: 'boost::REG_NEWLINE_ALT' has not been declared
../../../Extern/include/boost/regex.h:44: error: 'boost::REG_PERL' has not been declared
../../../Extern/include/boost/regex.h:45: error: 'boost::REG_AWK' has not been declared
../../../Extern/include/boost/regex.h:46: error: 'boost::REG_GREP' has not been declared
../../../Extern/include/boost/regex.h:47: error: 'boost::REG_EGREP' has not been declared
../../../Extern/include/boost/regex.h:48: error: 'boost::REG_ASSERT' has not been declared
../../../Extern/include/boost/regex.h:49: error: 'boost::REG_INVARG' has not been declared
../../../Extern/include/boost/regex.h:50: error: 'boost::REG_ATOI' has not been declared
../../../Extern/include/boost/regex.h:51: error: 'boost::REG_ITOA' has not been declared
../../../Extern/include/boost/regex.h:53: error: 'boost::REG_NOTBOL' has not been declared
../../../Extern/include/boost/regex.h:54: error: 'boost::REG_NOTEOL' has not been declared
../../../Extern/include/boost/regex.h:55: error: 'boost::REG_STARTEND' has not been declared
../../../Extern/include/boost/regex.h:57: error: 'boost::reg_comp_flags' has not been declared
../../../Extern/include/boost/regex.h:58: error: 'boost::reg_exec_flags' has not been declared
../../../Extern/include/boost/regex.h:59: error: 'boost::regcompA' has not been declared
../../../Extern/include/boost/regex.h:60: error: 'boost::regerrorA' has not been declared
../../../Extern/include/boost/regex.h:61: error: 'boost::regexecA' has not been declared
../../../Extern/include/boost/regex.h:62: error: 'boost::regfreeA' has not been declared
../../../Extern/include/boost/regex.h:65: error: 'boost::regcompW' has not been declared
../../../Extern/include/boost/regex.h:66: error: 'boost::regerrorW' has not been declared
../../../Extern/include/boost/regex.h:67: error: 'boost::regexecW' has not been declared
../../../Extern/include/boost/regex.h:68: error: 'boost::regfreeW' has not been declared
../../../Extern/include/boost/regex.h:69: error: 'boost::regex_tW' has not been declared
../../../Extern/include/boost/regex.h:72: error: 'boost::REG_NOERROR' has not been declared
../../../Extern/include/boost/regex.h:73: error: 'boost::REG_NOMATCH' has not been declared
../../../Extern/include/boost/regex.h:74: error: 'boost::REG_BADPAT' has not been declared
../../../Extern/include/boost/regex.h:75: error: 'boost::REG_ECOLLATE' has not been declared
../../../Extern/include/boost/regex.h:76: error: 'boost::REG_ECTYPE' has not been declared
../../../Extern/include/boost/regex.h:77: error: 'boost::REG_EESCAPE' has not been declared
../../../Extern/include/boost/regex.h:78: error: 'boost::REG_ESUBREG' has not been declared
../../../Extern/include/boost/regex.h:79: error: 'boost::REG_EBRACK' has not been declared
../../../Extern/include/boost/regex.h:80: error: 'boost::REG_EPAREN' has not been declared
../../../Extern/include/boost/regex.h:81: error: 'boost::REG_EBRACE' has not been declared
../../../Extern/include/boost/regex.h:82: error: 'boost::REG_BADBR' has not been declared
../../../Extern/include/boost/regex.h:83: error: 'boost::REG_ERANGE' has not been declared
../../../Extern/include/boost/regex.h:84: error: 'boost::REG_ESPACE' has not been declared
../../../Extern/include/boost/regex.h:85: error: 'boost::REG_BADRPT' has not been declared
../../../Extern/include/boost/regex.h:86: error: 'boost::REG_EEND' has not been declared
../../../Extern/include/boost/regex.h:87: error: 'boost::REG_ESIZE' has not been declared
../../../Extern/include/boost/regex.h:88: error: 'boost::REG_ERPAREN' has not been declared
../../../Extern/include/boost/regex.h:89: error: 'boost::REG_EMPTY' has not been declared
../../../Extern/include/boost/regex.h:90: error: 'boost::REG_E_MEMORY' has not been declared
../../../Extern/include/boost/regex.h:91: error: 'boost::REG_E_UNKNOWN' has not been declared
../../../Extern/include/boost/regex.h:92: error: 'boost::reg_errcode_t' has not been declared
In file included from ../../../Extern/include/gtest/internal/gtest-internal.h:40,
from ../../../Extern/include/gtest/gtest.h:57,
from main.cpp:82:
../../../Extern/include/gtest/internal/gtest-port.h:870: error: 'regex_t' does not name a type
../../../Extern/include/gtest/internal/gtest-port.h:871: error: 'regex_t' does not name a type
In file included from main.cpp:93:
check_server.h: In static member function 'static bool CheckServer::CheckIp(const char*)':
check_server.h:24: warning: comparison between signed and unsigned integer expressions
gmake: *** [OBJDIR/main.o] Error 1
habs mit pkg install boost-all versucht, aber klappt nicht
Code:
root@metin2:/usr/src/mainline_released/Srcs/Server/game/src # pkg install boost-all
pkg: No packages available to install matching 'boost-all' have been found in the repositories
Oh man, finde irgendwie den Error immer bevor ich deine Antwort lese. Es lag am locale/germany ordner. Hatte in der db noch singapore stehen, sind eigenartige files.
Jedenfalls hab ich mal wieder ein neues Problem... poste es mal hier, da ich keinen neuen Thread öffnen will:
error beim compilen der source (DNA System) 11/17/2012 - Flyff Private Server - 6 Replies hey leute, bekomme folgenden error:
WorldServer fatal error LNK1120: 1 unaufgelöste externe Verweise
WorldServer error LNK2019: Nicht aufgelöstes externes Symbol '"public: int __thiscall CProject::LoadMonsterDNA(char const *)" (?LoadMonsterDNA@CProject@@QAEHPBD@Z)', verwiesen in Funktion '"public: int __thiscall CProject::OpenProject(char const *)" (?OpenProject@CProject@@QAEHPBD@Z)'
wäre nett wenn mir wer helfen könnte den error zu fixen.
mfg. Crowley
[Source] Error beim Compilen der Neuz 04/14/2012 - Flyff Private Server - 0 Replies Hallo ich wollte heute mal die neuz neu compilen wegen kleinen änderungen, nun erhalte ich aber ein error von den ich 0 ahnung habe. ich bitte um hilfe^^
------ Build started: Project: Neuz, Configuration: Release Win32 ------
Linking...
DPClient.obj : error LNK2019: unresolved external symbol "public: __thiscall CWndColosseumMassage::CWndColosseumMassage(void)&q uot; (??0CWndColosseumMassage@@QAE@XZ) referenced in function "public: void __thiscall CDPClient::OnColosseumEnter(class CAr &)"...
[v15 Source]Fehler beim Compilen 07/17/2011 - Flyff Private Server - 12 Replies Guten Tag ,
Habe folgende Fehler :
Diese aber nur in der Neuz und im LoginServer.
Wisst da mehr ?
Linkungen sind alle richtig gesetzt.