Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server
You last visited: Today at 07:41

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Source Compile Fehler

Discussion on Source Compile Fehler within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2019
Posts: 31
Received Thanks: 7
Source Compile Fehler

Hallo, ich hab ein Problem mit dem Compilen meiner Source... wenn (gmake Clean) > (gmake -j4) eingebe kommt dieser Fehler


PS: Die Source sind bearbeitet und waren vor 1 jahr aktiv und haben problemlos funktioniert. ich hab 1 Jahr pause gehabt und kam zurück und wollte gerne mit meinen Servefiles und source von meinem alten Server weiter arbeiten nun hab ich diesen fehler



Die Installation mit diesen befehlen habe ich schon gemacht:





Code:
pkg install devil

pkg install gmake

pkg install makedepend

pkg install cryptopp

pkg install python

pkg install boost-libs

pkg install mysql56-server


Leider wird mir ständig dieser fehler angezeigt





Benutze bei fastpipe.io einen Cloud Server mit FreeBSD 10.3 32 Bit ... ich habs auch schon mit 11.0 32 bit versucht leider das gleiche Problem


Fehler 1
Code
Code:
root@cloud606433:/usr/src/_source/Server/game/src # gmake -j4
compile BattleArena.cpp
compile FSM.cpp
compile MarkConvert.cpp
compile MarkImage.cpp
gmake: g++: Command not found
gmake: *** [Makefile:131: OBJDIR/FSM.o] Error 127
gmake: *** Waiting for unfinished jobs....
gmake: g++: Command not found
gmake: *** [Makefile:131: OBJDIR/MarkImage.o] Error 127
gmake: g++: Command not found
gmake: *** [Makefile:131: OBJDIR/MarkConvert.o] Error 127
gmake: g++: Command not found
gmake: *** [Makefile:131: OBJDIR/BattleArena.o] Error 127
root@cloud606433:/usr/src/_source/Server/game/src #

Nach dem versucht (pkg gcc/49 zu installieren) kam dann dieser fehler

Code:
Fehler beim Compilen wenn ich (pkg gcc / gcc 49 installiere)



Code
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
compile MarkManager.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
compile OXEvent.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:494,
                 from ../../../Extern/include/boost/functional/hash.hpp:6,
                 from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
                 from ../../../Extern/include/boost/unordered_map.hpp:16,
                 from char.h:4,
                 from BattleArena.cpp:6:
../../../Extern/include/boost/functional/hash/extensions.hpp:38:33: error: 'template<class T, class A> std::size_t boost::hash_value' redeclared as different kind of symbol
     std::size_t hash_value(std::list<T, A> const& v);
                                 ^~~~
In file included from ../../../Extern/include/boost/functional/hash.hpp:6,
                 from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
                 from ../../../Extern/include/boost/unordered_map.hpp:16,
                 from char.h:4,
                 from BattleArena.cpp:6:
../../../Extern/include/boost/functional/hash/hash.hpp:307:24: note: previous declaration 'std::size_t boost::hash_value(long double)'
     inline std::size_t hash_value(long double v)
                        ^~~~~~~~~~
In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:494,
                 from ../../../Extern/include/boost/functional/hash.hpp:6,
                 from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
                 from ../../../Extern/include/boost/unordered_map.hpp:16,
                 from char.h:4,
                 from BattleArena.cpp:6:
help please
Zee.one is offline  
Old 03/14/2019, 17:06   #2
 
~RealBlade~'s Avatar
 
elite*gold: 410
Join Date: Aug 2018
Posts: 224
Received Thanks: 309
Quote:
Originally Posted by Zee.one View Post
Hallo, ich hab ein Problem mit dem Compilen meiner Source... wenn (gmake Clean) > (gmake -j4) eingebe kommt dieser Fehler


PS: Die Source sind bearbeitet und waren vor 1 jahr aktiv und haben problemlos funktioniert. ich hab 1 Jahr pause gehabt und kam zurück und wollte gerne mit meinen Servefiles und source von meinem alten Server weiter arbeiten nun hab ich diesen fehler



Die Installation mit diesen befehlen habe ich schon gemacht:





Code:
pkg install devil

pkg install gmake

pkg install makedepend

pkg install cryptopp

pkg install python

pkg install boost-libs

pkg install mysql56-server


Leider wird mir ständig dieser fehler angezeigt





Benutze bei fastpipe.io einen Cloud Server mit FreeBSD 10.3 32 Bit ... ich habs auch schon mit 11.0 32 bit versucht leider das gleiche Problem


Fehler 1
Code
Code:
root@cloud606433:/usr/src/_source/Server/game/src # gmake -j4
compile BattleArena.cpp
compile FSM.cpp
compile MarkConvert.cpp
compile MarkImage.cpp
gmake: g++: Command not found
gmake: *** [Makefile:131: OBJDIR/FSM.o] Error 127
gmake: *** Waiting for unfinished jobs....
gmake: g++: Command not found
gmake: *** [Makefile:131: OBJDIR/MarkImage.o] Error 127
gmake: g++: Command not found
gmake: *** [Makefile:131: OBJDIR/MarkConvert.o] Error 127
gmake: g++: Command not found
gmake: *** [Makefile:131: OBJDIR/BattleArena.o] Error 127
root@cloud606433:/usr/src/_source/Server/game/src #

Nach dem versucht (pkg gcc/49 zu installieren) kam dann dieser fehler

Code:
Fehler beim Compilen wenn ich (pkg gcc / gcc 49 installiere)



Code
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
compile MarkManager.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
compile OXEvent.cpp
g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:494,
                 from ../../../Extern/include/boost/functional/hash.hpp:6,
                 from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
                 from ../../../Extern/include/boost/unordered_map.hpp:16,
                 from char.h:4,
                 from BattleArena.cpp:6:
../../../Extern/include/boost/functional/hash/extensions.hpp:38:33: error: 'template<class T, class A> std::size_t boost::hash_value' redeclared as different kind of symbol
     std::size_t hash_value(std::list<T, A> const& v);
                                 ^~~~
In file included from ../../../Extern/include/boost/functional/hash.hpp:6,
                 from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
                 from ../../../Extern/include/boost/unordered_map.hpp:16,
                 from char.h:4,
                 from BattleArena.cpp:6:
../../../Extern/include/boost/functional/hash/hash.hpp:307:24: note: previous declaration 'std::size_t boost::hash_value(long double)'
     inline std::size_t hash_value(long double v)
                        ^~~~~~~~~~
In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:494,
                 from ../../../Extern/include/boost/functional/hash.hpp:6,
                 from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
                 from ../../../Extern/include/boost/unordered_map.hpp:16,
                 from char.h:4,
                 from BattleArena.cpp:6:
help please
Du musst deine Makefile checken. Dort wird definiert welchen Compiler du benötigst. Ob g++ oder gcc oder gcc49. Ansonsten versuch einfach mal: pkg install gcc49 und versuch damit den Source zu compilen Davor natürlich die anderen Versionen alle deinstallieren.
~RealBlade~ is offline  
Old 04/04/2019, 23:51   #3
 
elite*gold: 0
Join Date: Mar 2019
Posts: 54
Received Thanks: 5
Falsche Compiler
DaMarcos is offline  
Old 04/05/2019, 23:25   #4
 
elite*gold: 0
Join Date: Mar 2019
Posts: 31
Received Thanks: 7
Quote:
Originally Posted by DaMarcos View Post
Falsche Compiler
Kannst du mir das deutlicher erklären?
Zee.one is offline  
Old 04/06/2019, 18:12   #5
 
.RayRed's Avatar
 
elite*gold: 206
Join Date: Mar 2019
Posts: 125
Received Thanks: 288
Quote:
Originally Posted by Zee.one View Post
Kannst du mir das deutlicher erklären?
Im zweiten Post wurde es dir bereits auf "deutsch" erklärt, einfach mal nachschauen.
.RayRed is offline  
Old 04/06/2019, 18:46   #6
 
elite*gold: 0
Join Date: Mar 2019
Posts: 31
Received Thanks: 7
Hätte ich meine Makefile nicht duzendemale nicht schon bearbeitet �� und alles versucht wäre ich dem auch dankbar. Wenn ihr mal richtig lesen würdet dann sieht ihr das oben steht was alles schön gemacht wurde
Zee.one is offline  
Reply


Similar Threads Similar Threads
Fehler beim Build / Client Source Compile Error
08/05/2017 - Metin2 Private Server - 2 Replies
Hello, while building my Client source I noticed few Errors: http://i.epvpimg.com/WCNjfab.png I would be grateful If somebody helps me. Thank you in advance.
[S] Source compile Fehler "cannot find -lgtest"
10/12/2016 - Metin2 Private Server - 0 Replies
root@CMP:/workspace/mainline_sg/Srcs/Server/game/s rc # gmake gmake: svnversion: Command not found gmake: svnversion: Command not found gmake: svnversion: Command not found gmake: svnversion: Command not found linking ../game_r_32.... /usr/bin/ld: cannot find -lIL gmake: *** Error 1 root@CMP:/workspace/mainline_sg/Srcs/Server/game/ src #
[Source] compile Fehler =(
10/12/2015 - Metin2 Private Server - 3 Replies
Moin, kann mir jemand bei diesem Fehler helfen? http://puu.sh/kHGQ4/12658f2f0a.png Anscheinend fehlt da ja irgendwas, aber ich habe alles ordnungsgemäßg eingefügt. Weiß jemand wie ich diesen Fehler beheben kann? Der Source ist von .Kori :o
Source Compile Fehler Gcc48
02/25/2015 - Metin2 Private Server - 0 Replies
Hey, habe folgendes Problem beim compilen in Visual Studio 2012 läuft es ohne Probleme und bevor ich mein Server neu Installiert habe konnte ich darauf auch noch Compilen. /usr/home/mt2/server/src/db/src # gmake gmake: Warning: File 'Makefile' has modification time 6.3 s in the future compile Config.cpp Config.cpp:154:2: warning: identifier 'decltype' is a keyword in C++11 itertype(m_valueMap) i = m_valueMap.find(key);
Source Compile Fehler! Hilfe!
05/01/2012 - Flyff Private Server - 0 Replies
Guten Tag liebe Community, ich habe eine neue Source, aber beim compilen kommen einige Fehler wie z.B: Neuz error LNK2019: unresolved external symbol "public: void __thiscall CWndSkillInventory::InitItem(int,struct tagSkill *,int)" (?InitItem@CWndSkillInventory@@QAEXHPAUtagSkill@@H @Z) referenced in function "private: void __thiscall CDPClient::OnSetExperience(unsigned long,class CAr &)" (?OnSetExperience@CDPClient@@AAEXKAAVCAr@@@Z)



All times are GMT +1. The time now is 07:41.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.