|
You last visited: Today at 22:31
Advertisement
[SAMMELTHREAD] Metin2 Source Compile Tips/Tuts
Discussion on [SAMMELTHREAD] Metin2 Source Compile Tips/Tuts within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.
01/30/2014, 15:06
|
#316
|
elite*gold: 0
Join Date: Jun 2010
Posts: 75
Received Thanks: 58
|
Quote:
Originally Posted by lukeido
Interesting...
Do you know what a forum is?
Do you know, in particurar, what modding and hack scene is?
Do you know what a "scene" is?
If you think that keep things for proper own is good an then you think you will not contibute and help other people, WHY ARE YOU STILL HERE?
Just because: if you do not contibute or help, you do not deserve others' works and release, help and stuff.
Yup. hypocrite. but not for your nationality.
|
FORUM is a place, where everybody can work together to make this work greater. BUT posts "Give me compiled code because I can`t" are one, big ****. It`s not a place when we should share everything with people who don`t even TRY to compile this gamecore.
|
|
|
01/30/2014, 15:20
|
#317
|
elite*gold: 0
Join Date: Aug 2010
Posts: 29
Received Thanks: 24
|
Quote:
Originally Posted by callmax
Does someone know how to fix it?
|
Code:
cd /usr/ports/devel/makedepend
make install clean
|
|
|
01/30/2014, 15:46
|
#318
|
elite*gold: 0
Join Date: Dec 2010
Posts: 30
Received Thanks: 11
|
@redrpci2008
Can you help me?
Quote:
linking ../game_r_32....
/usr/bin/ld: cannot find -lpng
gmake: *** [../game_r_32] Error 1
|
|
|
|
01/30/2014, 16:47
|
#319
|
elite*gold: 0
Join Date: Jun 2013
Posts: 65
Received Thanks: 9
|
Quote:
Originally Posted by kicskarii
@redrpci2008
Can you help me?
|
pkg install gmake
pkg install devil
pkg install mysql51-server
|
|
|
01/30/2014, 17:32
|
#320
|
elite*gold: 0
Join Date: Dec 2010
Posts: 30
Received Thanks: 11
|
Quote:
Originally Posted by Originale_59
pkg_install gmake
pkg_install devil
pkg_install mysql51-server
|
pkg_install command not found, I tryed install pkg package and I got this error:
Quote:
=> SHA256 Checksum OK for pkg-1.2.4.tar.xz.
===> pkg-1.2.4_1 depends on file: /usr/local/bin/xz - found
tar: Unrecognized archive format: Inappropriate file type or format
tar: Error exit delayed from previous errors.
*** Error code 1
Stop in /usr/ports/ports-mgmt/pkg.
*** Error code 1
Stop in /usr/ports/ports-mgmt/pkg.
|
|
|
|
01/30/2014, 17:43
|
#321
|
elite*gold: 0
Join Date: Sep 2010
Posts: 31
Received Thanks: 6
|
What is the newest repository?
|
|
|
01/30/2014, 20:35
|
#322
|
elite*gold: 20
Join Date: Mar 2010
Posts: 1,166
Received Thanks: 684
|
Quote:
char.h:729: error: integer constant is too large for 'long' type
In file included from debug_allocator.h:5,
from stdafx.h:7,
from BattleArena.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
|
Someone knows the problem? ^^
|
|
|
01/30/2014, 20:51
|
#323
|
elite*gold: 0
Join Date: Aug 2010
Posts: 29
Received Thanks: 24
|
Quote:
Originally Posted by kicskarii
pkg_install command not found, I tryed install pkg package and I got this error:
|
Don't use packages... Build devil from ports...
Code:
cd /usr/ports/graphics/devil
make install clean
|
|
|
01/30/2014, 22:36
|
#324
|
elite*gold: 0
Join Date: Jan 2014
Posts: 13
Received Thanks: 1
|
Hello guys
My problem is
gmake[1]: python: Command not found
gmake[1]: *** [limit_time] Error 127
gmake[1]: Leaving directory `/home/novaline/Srcs/Server/game/src'
gmake: *** [game] Error 2
I installed python
cd /usr/ports/lang/python27
make install clean
rehash
But the error still exist.
Any solution, please?
|
|
|
01/30/2014, 23:30
|
#325
|
elite*gold: 20
Join Date: Mar 2010
Posts: 1,166
Received Thanks: 684
|
Quote:
|
gmake[1]: python: Command not found
|
pkg_add -v -r python27
Quote:
char.h:729: error: integer constant is too large for 'long' type
In file included from debug_allocator.h:5,
from stdafx.h:7,
from BattleArena.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
|
Search help herefore
|
|
|
01/31/2014, 01:16
|
#326
|
elite*gold: 0
Join Date: Jan 2014
Posts: 64
Received Thanks: 6
|
wow
|
|
|
01/31/2014, 03:17
|
#327
|
elite*gold: 0
Join Date: Aug 2010
Posts: 29
Received Thanks: 24
|
Quote:
Originally Posted by Lufbert
Hello guys
My problem is
gmake[1]: python: Command not found
gmake[1]: *** [limit_time] Error 127
gmake[1]: Leaving directory `/home/novaline/Srcs/Server/game/src'
gmake: *** [game] Error 2
I installed python
cd /usr/ports/lang/python27
make install clean
rehash
But the error still exist.
Any solution, please?
|
I suggest you don't install Python 2.7!
Try this instead:
Code:
cd /usr/ports/lang/python
make install clean
|
|
|
01/31/2014, 08:47
|
#328
|
elite*gold: 20
Join Date: Mar 2010
Posts: 1,166
Received Thanks: 684
|
Quote:
Don't install Python 2.7!
Now it's 4am in Romania and it's hard for me to give you the right command, it's one of the following:
|
I installed python27 and all works finde :P
|
|
|
01/31/2014, 09:07
|
#329
|
elite*gold: 0
Join Date: Apr 2008
Posts: 35
Received Thanks: 0
|
Give to redrpci2008 a gold statue of himself. Seriously.
Where I can get good files (and database table) to run this executable?
I'm using Inscarnium files where i replace just the executable.
Inscarnium ran rev34083.
Where I can get good files to run this executable that i've compiled?
|
|
|
01/31/2014, 13:46
|
#330
|
elite*gold: 0
Join Date: May 2013
Posts: 223
Received Thanks: 93
|
Habe bei der Bin nur noch diesen Fehler:
Code:
fatal error LNK1104: Datei "python22.lib" kann nicht geöffnet werden. UserInterface UserInterface
Weiß jemand wie man den weg bekommt?
|
|
|
Similar Threads
|
Reverse Crypt Systems [Tips/Hints/Tuts needed]]
03/01/2012 - CO2 Private Server - 8 Replies
Hello PVPers,
So the Title says it all, Since i came here and i am trying to learn how to be a good Coder and Co2 P.Server Specially , i guess i dd well so far but i'v noticed that all my prev experience ddnt came near Encrypting/Decrypting systems , i also aware of that most of good coders around here are very busy coding stuff and so ,i was away for sometime and about 2 months ago i came back from AD (work trip) and a friend asked for an up to date P.Server , actually i miss that fun so...
|
All times are GMT +1. The time now is 22:31.
|
|