romegames 1
romegames
kralhakan2009 1
kralhakan2009
Vahsi Uzman 1
Vahsi Uzman
Bvural41 1
Bvural41
NovaLst 1
NovaLst
bikral 1
bikral
ShadowFon 1
ShadowFon
D 1
delimuratt
Hikaye Ekle
Reklam vermek için turkmmo@gmail.com

Cevaplandı Src build alırken aldığım hata;

  • Konuyu başlatan Konuyu başlatan yerebasmaz52
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 3
  • Görüntüleme Görüntüleme 610

yerebasmaz52

Level 2
Üye
Katılım
8 Tem 2011
Konular
18
Mesajlar
77
Çözüm
2
Online süresi
6d 10h
Reaksiyon Skoru
10
Altın Konu
0
TM Yaşı
14 Yıl 11 Ay 10 Gün
Başarım Puanı
92
MmoLira
957
DevLira
0
Ticaret - 0%
0   0   0

ROHAN2 WORLD 1-120 TR TİPİ OFFICIAL YOHARA, BALATHOR VE AMON! 80. GÜNÜNDE! +10.000 ONLİNE! HİLE VE BOT %100 ENGELLİ HEMEN TIKLA!

İyi forumlar build alırken aldığım hatada yardımcı olabilirseniz sevinirim...

Kod:
root@enixyazilim:/usr/src/Server # cd /usr/src/Server
root@enixyazilim:/usr/src/Server # gmake all
--------------------------------------
Update Revision
--------------------------------------
41031
--------------------------------------
Full Build Start
--------------------------------------
gmake -C liblua/5.0 clean
gmake[1]: Entering directory '/usr/src/Server/liblua/5.0'
cd include; gmake clean
gmake[2]: Entering directory '/usr/src/Server/liblua/5.0/include'
gmake[2]: Nothing to be done for 'clean'.
gmake[2]: Leaving directory '/usr/src/Server/liblua/5.0/include'
cd src; gmake clean
gmake[2]: Entering directory '/usr/src/Server/liblua/5.0/src'
rm -f lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.                                                                                                                                                             o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltests.o ltm.o lundump.o lvm.                                                                                                                                                             o lzio.o ../lib/liblua.a
gmake[2]: Leaving directory '/usr/src/Server/liblua/5.0/src'
cd src/lib; gmake clean
gmake[2]: Entering directory '/usr/src/Server/liblua/5.0/src/lib'
rm -f lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o load                                                                                                                                                             lib.o ../../lib/liblualib.a
gmake[2]: Leaving directory '/usr/src/Server/liblua/5.0/src/lib'
gmake[1]: Leaving directory '/usr/src/Server/liblua/5.0'
gmake -C liblua/5.0
gmake[1]: Entering directory '/usr/src/Server/liblua/5.0'
cd include; gmake all
gmake[2]: Entering directory '/usr/src/Server/liblua/5.0/include'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/usr/src/Server/liblua/5.0/include'
cd src; gmake all
gmake[2]: Entering directory '/usr/src/Server/liblua/5.0/src'
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lapi.o lapi.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lcode.o lcode.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o ldebug.o ldebug.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o ldo.o ldo.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o ldump.o ldump.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lfunc.o lfunc.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lgc.o lgc.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o llex.o llex.c
llex.c: In function 'read_string':
llex.c:285:7: warning: case label value is less than minimum value for type [-Ws                                                                                                                                                             witch-outside-range]
  285 |       case EOZ:
      |       ^~~~
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lmem.o lmem.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lobject.o lobject.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lopcodes.o lopcodes.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lparser.o lparser.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lstate.o lstate.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lstring.o lstring.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o ltable.o ltable.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o ltests.o ltests.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o ltm.o ltm.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lundump.o lundump.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lvm.o lvm.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lzio.o lzio.c
if [ ! -d ../lib ]; then mkdir ; fi
ar rcu ../lib/liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.                                                                                                                                                             o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltests.o ltm                                                                                                                                                             .o lundump.o lvm.o lzio.o
ranlib ../lib/liblua.a
gmake[2]: Leaving directory '/usr/src/Server/liblua/5.0/src'
cd src/lib; gmake all
gmake[2]: Entering directory '/usr/src/Server/liblua/5.0/src/lib'
gcc10 -O2 -g -m32 -Wall -I../../include         -c -o lauxlib.o lauxlib.c
gcc10 -O2 -g -m32 -Wall -I../../include         -c -o lbaselib.o lbaselib.c
gcc10 -O2 -g -m32 -Wall -I../../include         -c -o ldblib.o ldblib.c
gcc10 -O2 -g -m32 -Wall -I../../include         -c -o liolib.o liolib.c
liolib.c: In function 'g_iofile':
liolib.c:113:34: warning: value computed is not used [-Wunused-value]
  113 | #define tofile(L,i) (tofileh(L,i)->f)
      |                     ~~~~~~~~~~~~~^~~~
liolib.c:251:7: note: in expansion of macro 'tofile'
  251 |       tofile(L, 1);  /* check that it's a valid file handle */
      |       ^~~~~~
liolib.c: In function 'f_lines':
liolib.c:113:34: warning: value computed is not used [-Wunused-value]
  113 | #define tofile(L,i) (tofileh(L,i)->f)
      |                     ~~~~~~~~~~~~~^~~~
liolib.c:286:3: note: in expansion of macro 'tofile'
  286 |   tofile(L, 1);  /* check that it's a valid file handle */
      |   ^~~~~~
gcc10 -O2 -g -m32 -Wall -I../../include         -c -o lmathlib.o lmathlib.c
gcc10 -O2 -g -m32 -Wall -I../../include         -c -o ltablib.o ltablib.c
gcc10 -O2 -g -m32 -Wall -I../../include         -c -o lstrlib.o lstrlib.c
gcc10 -O2 -g -m32 -Wall -I../../include         -c -o loadlib.o loadlib.c
ar rcu ../../lib/liblualib.a lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o l                                                                                                                                                             tablib.o lstrlib.o loadlib.o
ranlib ../../lib/liblualib.a
gmake[2]: Leaving directory '/usr/src/Server/liblua/5.0/src/lib'
gmake[1]: Leaving directory '/usr/src/Server/liblua/5.0'
# gmake -C liblua/5.2 clean
# gmake -C liblua/5.2 freebsd
# gmake -C liblua/5.2 local
gmake -C libsql dep
gmake[1]: Entering directory '/usr/src/Server/libsql'
touch Depend
g++10 -I/usr/local/include/ -m32 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions                                                                                                                                                              -std=c++14 -MM *.cpp > Depend
gmake[1]: Leaving directory '/usr/src/Server/libsql'
gmake -C libsql clean
gmake[1]: Entering directory '/usr/src/Server/libsql'
rm -f *.o
rm -f ./libsql.a
gmake[1]: Leaving directory '/usr/src/Server/libsql'
gmake -C libsql
gmake[1]: Entering directory '/usr/src/Server/libsql'
gmake ./libsql.a
gmake[2]: Entering directory '/usr/src/Server/libsql'
g++10 -I/usr/local/include/ -m32 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions                                                                                                                                                              -std=c++14 -c AsyncSQL.cpp
g++10 -I/usr/local/include/ -m32 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions                                                                                                                                                              -std=c++14 -c Semaphore.cpp
g++10 -I/usr/local/include/ -m32 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions                                                                                                                                                              -std=c++14 -c Tellwait.cpp
g++10 -I/usr/local/include/ -m32 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions                                                                                                                                                              -std=c++14 -c Statement.cpp
ar cru ./libsql.a AsyncSQL.o Semaphore.o Tellwait.o Statement.o
ranlib ./libsql.a
chmod 700 ./libsql.a
gmake[2]: Leaving directory '/usr/src/Server/libsql'
gmake[1]: Leaving directory '/usr/src/Server/libsql'
gmake -C libgame/src dep
gmake[1]: Entering directory '/usr/src/Server/libgame/src'
touch Depend
g++10 -m32 -Wall -O2 -pipe -fno-exceptions -I../include -std=c++14 -MM *.cc > De                                                                                                                                                             pend
gmake[1]: Leaving directory '/usr/src/Server/libgame/src'
gmake -C libgame/src clean
gmake[1]: Entering directory '/usr/src/Server/libgame/src'
rm -f *.o
rm -f ../lib/libgame.a
gmake[1]: Leaving directory '/usr/src/Server/libgame/src'
gmake -C libgame/src
gmake[1]: Entering directory '/usr/src/Server/libgame/src'
gmake ../lib/libgame.a
gmake[2]: Entering directory '/usr/src/Server/libgame/src'
g++10 -m32 -Wall -O2 -pipe -fno-exceptions -I../include -std=c++14 -c grid.cc
g++10 -m32 -Wall -O2 -pipe -fno-exceptions -I../include -std=c++14 -c attribute.                                                                                                                                                             cc
g++10 -m32 -Wall -O2 -pipe -fno-exceptions -I../include -std=c++14 -c targa.cc
if [ ! -d ../lib ]; then mkdir ../lib; fi
ar cru ../lib/libgame.a grid.o attribute.o targa.o
ranlib ../lib/libgame.a
chmod 700 ../lib/libgame.a
gmake[2]: Leaving directory '/usr/src/Server/libgame/src'
gmake[1]: Leaving directory '/usr/src/Server/libgame/src'
gmake -C libpoly dep
gmake[1]: Entering directory '/usr/src/Server/libpoly'
touch Depend
g++10 -m32 -Wall -O2 -pipe -fno-exceptions -fno-rtti -std=c++14 -MM *.cc > Depen                                                                                                                                                             d
gmake[1]: Leaving directory '/usr/src/Server/libpoly'
gmake -C libpoly clean
gmake[1]: Entering directory '/usr/src/Server/libpoly'
rm -f *.o
rm -f ./libpoly.a
gmake[1]: Leaving directory '/usr/src/Server/libpoly'
gmake -C libpoly
gmake[1]: Entering directory '/usr/src/Server/libpoly'
gmake ./libpoly.a
gmake[2]: Entering directory '/usr/src/Server/libpoly'
g++10 -m32 -Wall -O2 -pipe -fno-exceptions -fno-rtti -std=c++14 -c Base.cc
g++10 -m32 -Wall -O2 -pipe -fno-exceptions -fno-rtti -std=c++14 -c Poly.cc
g++10 -m32 -Wall -O2 -pipe -fno-exceptions -fno-rtti -std=c++14 -c SymTable.cc
g++10 -m32 -Wall -O2 -pipe -fno-exceptions -fno-rtti -std=c++14 -c Symbol.cc
ar cru ./libpoly.a Base.o Poly.o SymTable.o Symbol.o
ranlib ./libpoly.a
chmod 700 ./libpoly.a
gmake[2]: Leaving directory '/usr/src/Server/libpoly'
gmake[1]: Leaving directory '/usr/src/Server/libpoly'
gmake -C libthecore/src dep
gmake[1]: Entering directory '/usr/src/Server/libthecore/src'
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -MM *.c > Depend
gmake[1]: Leaving directory '/usr/src/Server/libthecore/src'
gmake -C libthecore/src clean
gmake[1]: Entering directory '/usr/src/Server/libthecore/src'
rm -f *.o
rm -f ../lib/libthecore.a
gmake[1]: Leaving directory '/usr/src/Server/libthecore/src'
gmake -C libthecore/src
gmake[1]: Entering directory '/usr/src/Server/libthecore/src'
gmake ../lib/libthecore.a
gmake[2]: Entering directory '/usr/src/Server/libthecore/src'
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c socket.c
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c fdwatch.c
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c buffer.c
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c signal.c
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c log.c
log.c: In function 'void _Z19log_file_delete_oldPKc.part.0(const char*)':
log.c:343:37: warning: '%s' directive writing up to 255 bytes into a region of s                                                                                                                                                             ize 56 [-Wformat-overflow=]
  343 |      sprintf(system_cmd, "rm -rf %s/%s", filename, name);
      |                                     ^~             ~~~~
log.c:343:13: note: 'sprintf' output 9 or more bytes (assuming 264) into a desti                                                                                                                                                             nation of size 64
  343 |      sprintf(system_cmd, "rm -rf %s/%s", filename, name);
      |      ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
log.c: In function 'void log_file_rotate(LPLOGFILE)':
log.c:428:36: warning: '%s' directive output may be truncated writing up to 127                                                                                                                                                              bytes into a region of size 124 [-Wformat-truncation=]
  428 |   snprintf(system_cmd, 128, "mv %s %s/%s.%02d", logfile->filename, dir,                                                                                                                                                              logfile->filename, logfile->last_hour);
      |                                    ^~                              ~~~
log.c:428:11: note: 'snprintf' output 9 or more bytes (assuming 136) into a dest                                                                                                                                                             ination of size 128
  428 |   snprintf(system_cmd, 128, "mv %s %s/%s.%02d", logfile->filename, dir,                                                                                                                                                              logfile->filename, logfile->last_hour);
      |   ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                                                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c utils.c
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c kstbl.c
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c hangul.c
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c heart.c
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c main.c
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c tea.c
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c des.c
In file included from des.c:2:
DES_table.h:164:14: warning: 'KeyPerm' defined but not used [-Wunused-variable]
  164 | static DWORD KeyPerm[8][64] =
      |              ^~~~~~~
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c gost.c
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c memcpy.c
if [ ! -d ../lib ]; then mkdir ../lib; fi
ar cru ../lib/libthecore.a socket.o fdwatch.o buffer.o signal.o log.o utils.o ks                                                                                                                                                             tbl.o hangul.o heart.o main.o tea.o des.o gost.o memcpy.o
ranlib ../lib/libthecore.a
chmod 700 ../lib/libthecore.a
gmake[2]: Leaving directory '/usr/src/Server/libthecore/src'
gmake[1]: Leaving directory '/usr/src/Server/libthecore/src'
gmake -C game/src dep
gmake[1]: Entering directory '/usr/src/Server/game/src'
Note: gcc autodepend is autodetected, so target dep skipped
gmake[1]: Leaving directory '/usr/src/Server/game/src'
gmake -C game/src clean
gmake[1]: Entering directory '/usr/src/Server/game/src'
cleaning ../game_r41031 .obj
gmake[1]: Leaving directory '/usr/src/Server/game/src'
# gmake -C game/src limit_time
gmake -C game/src
gmake[1]: Entering directory '/usr/src/Server/game/src'
compiling BattleArena.cpp
In file included from stdafx.h:15,
                 from BattleArena.cpp:1:
../../common/utils.h:1:10: fatal error: msl/utils.h: No such file or directory
    1 | #include <msl/utils.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [Makefile:190: .obj/BattleArena.o] Error 1
gmake[1]: Leaving directory '/usr/src/Server/game/src'
gmake: *** [Makefile:111: all] Error 2
root@enixyazilim:/usr/src/Server #
 
İyi forumlar build alırken aldığım hatada yardımcı olabilirseniz sevinirim...

Kod:
root@enixyazilim:/usr/src/Server # cd /usr/src/Server
root@enixyazilim:/usr/src/Server # gmake all
--------------------------------------
Update Revision
--------------------------------------
41031
--------------------------------------
Full Build Start
--------------------------------------
gmake -C liblua/5.0 clean
gmake[1]: Entering directory '/usr/src/Server/liblua/5.0'
cd include; gmake clean
gmake[2]: Entering directory '/usr/src/Server/liblua/5.0/include'
gmake[2]: Nothing to be done for 'clean'.
gmake[2]: Leaving directory '/usr/src/Server/liblua/5.0/include'
cd src; gmake clean
gmake[2]: Entering directory '/usr/src/Server/liblua/5.0/src'
rm -f lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.                                                                                                                                                             o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltests.o ltm.o lundump.o lvm.                                                                                                                                                             o lzio.o ../lib/liblua.a
gmake[2]: Leaving directory '/usr/src/Server/liblua/5.0/src'
cd src/lib; gmake clean
gmake[2]: Entering directory '/usr/src/Server/liblua/5.0/src/lib'
rm -f lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o load                                                                                                                                                             lib.o ../../lib/liblualib.a
gmake[2]: Leaving directory '/usr/src/Server/liblua/5.0/src/lib'
gmake[1]: Leaving directory '/usr/src/Server/liblua/5.0'
gmake -C liblua/5.0
gmake[1]: Entering directory '/usr/src/Server/liblua/5.0'
cd include; gmake all
gmake[2]: Entering directory '/usr/src/Server/liblua/5.0/include'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/usr/src/Server/liblua/5.0/include'
cd src; gmake all
gmake[2]: Entering directory '/usr/src/Server/liblua/5.0/src'
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lapi.o lapi.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lcode.o lcode.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o ldebug.o ldebug.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o ldo.o ldo.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o ldump.o ldump.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lfunc.o lfunc.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lgc.o lgc.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o llex.o llex.c
llex.c: In function 'read_string':
llex.c:285:7: warning: case label value is less than minimum value for type [-Ws                                                                                                                                                             witch-outside-range]
  285 |       case EOZ:
      |       ^~~~
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lmem.o lmem.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lobject.o lobject.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lopcodes.o lopcodes.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lparser.o lparser.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lstate.o lstate.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lstring.o lstring.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o ltable.o ltable.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o ltests.o ltests.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o ltm.o ltm.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lundump.o lundump.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lvm.o lvm.c
gcc10 -O2 -g -m32 -Wall -I../include      -c -o lzio.o lzio.c
if [ ! -d ../lib ]; then mkdir ; fi
ar rcu ../lib/liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.                                                                                                                                                             o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltests.o ltm                                                                                                                                                             .o lundump.o lvm.o lzio.o
ranlib ../lib/liblua.a
gmake[2]: Leaving directory '/usr/src/Server/liblua/5.0/src'
cd src/lib; gmake all
gmake[2]: Entering directory '/usr/src/Server/liblua/5.0/src/lib'
gcc10 -O2 -g -m32 -Wall -I../../include         -c -o lauxlib.o lauxlib.c
gcc10 -O2 -g -m32 -Wall -I../../include         -c -o lbaselib.o lbaselib.c
gcc10 -O2 -g -m32 -Wall -I../../include         -c -o ldblib.o ldblib.c
gcc10 -O2 -g -m32 -Wall -I../../include         -c -o liolib.o liolib.c
liolib.c: In function 'g_iofile':
liolib.c:113:34: warning: value computed is not used [-Wunused-value]
  113 | #define tofile(L,i) (tofileh(L,i)->f)
      |                     ~~~~~~~~~~~~~^~~~
liolib.c:251:7: note: in expansion of macro 'tofile'
  251 |       tofile(L, 1);  /* check that it's a valid file handle */
      |       ^~~~~~
liolib.c: In function 'f_lines':
liolib.c:113:34: warning: value computed is not used [-Wunused-value]
  113 | #define tofile(L,i) (tofileh(L,i)->f)
      |                     ~~~~~~~~~~~~~^~~~
liolib.c:286:3: note: in expansion of macro 'tofile'
  286 |   tofile(L, 1);  /* check that it's a valid file handle */
      |   ^~~~~~
gcc10 -O2 -g -m32 -Wall -I../../include         -c -o lmathlib.o lmathlib.c
gcc10 -O2 -g -m32 -Wall -I../../include         -c -o ltablib.o ltablib.c
gcc10 -O2 -g -m32 -Wall -I../../include         -c -o lstrlib.o lstrlib.c
gcc10 -O2 -g -m32 -Wall -I../../include         -c -o loadlib.o loadlib.c
ar rcu ../../lib/liblualib.a lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o l                                                                                                                                                             tablib.o lstrlib.o loadlib.o
ranlib ../../lib/liblualib.a
gmake[2]: Leaving directory '/usr/src/Server/liblua/5.0/src/lib'
gmake[1]: Leaving directory '/usr/src/Server/liblua/5.0'
# gmake -C liblua/5.2 clean
# gmake -C liblua/5.2 freebsd
# gmake -C liblua/5.2 local
gmake -C libsql dep
gmake[1]: Entering directory '/usr/src/Server/libsql'
touch Depend
g++10 -I/usr/local/include/ -m32 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions                                                                                                                                                              -std=c++14 -MM *.cpp > Depend
gmake[1]: Leaving directory '/usr/src/Server/libsql'
gmake -C libsql clean
gmake[1]: Entering directory '/usr/src/Server/libsql'
rm -f *.o
rm -f ./libsql.a
gmake[1]: Leaving directory '/usr/src/Server/libsql'
gmake -C libsql
gmake[1]: Entering directory '/usr/src/Server/libsql'
gmake ./libsql.a
gmake[2]: Entering directory '/usr/src/Server/libsql'
g++10 -I/usr/local/include/ -m32 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions                                                                                                                                                              -std=c++14 -c AsyncSQL.cpp
g++10 -I/usr/local/include/ -m32 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions                                                                                                                                                              -std=c++14 -c Semaphore.cpp
g++10 -I/usr/local/include/ -m32 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions                                                                                                                                                              -std=c++14 -c Tellwait.cpp
g++10 -I/usr/local/include/ -m32 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions                                                                                                                                                              -std=c++14 -c Statement.cpp
ar cru ./libsql.a AsyncSQL.o Semaphore.o Tellwait.o Statement.o
ranlib ./libsql.a
chmod 700 ./libsql.a
gmake[2]: Leaving directory '/usr/src/Server/libsql'
gmake[1]: Leaving directory '/usr/src/Server/libsql'
gmake -C libgame/src dep
gmake[1]: Entering directory '/usr/src/Server/libgame/src'
touch Depend
g++10 -m32 -Wall -O2 -pipe -fno-exceptions -I../include -std=c++14 -MM *.cc > De                                                                                                                                                             pend
gmake[1]: Leaving directory '/usr/src/Server/libgame/src'
gmake -C libgame/src clean
gmake[1]: Entering directory '/usr/src/Server/libgame/src'
rm -f *.o
rm -f ../lib/libgame.a
gmake[1]: Leaving directory '/usr/src/Server/libgame/src'
gmake -C libgame/src
gmake[1]: Entering directory '/usr/src/Server/libgame/src'
gmake ../lib/libgame.a
gmake[2]: Entering directory '/usr/src/Server/libgame/src'
g++10 -m32 -Wall -O2 -pipe -fno-exceptions -I../include -std=c++14 -c grid.cc
g++10 -m32 -Wall -O2 -pipe -fno-exceptions -I../include -std=c++14 -c attribute.                                                                                                                                                             cc
g++10 -m32 -Wall -O2 -pipe -fno-exceptions -I../include -std=c++14 -c targa.cc
if [ ! -d ../lib ]; then mkdir ../lib; fi
ar cru ../lib/libgame.a grid.o attribute.o targa.o
ranlib ../lib/libgame.a
chmod 700 ../lib/libgame.a
gmake[2]: Leaving directory '/usr/src/Server/libgame/src'
gmake[1]: Leaving directory '/usr/src/Server/libgame/src'
gmake -C libpoly dep
gmake[1]: Entering directory '/usr/src/Server/libpoly'
touch Depend
g++10 -m32 -Wall -O2 -pipe -fno-exceptions -fno-rtti -std=c++14 -MM *.cc > Depen                                                                                                                                                             d
gmake[1]: Leaving directory '/usr/src/Server/libpoly'
gmake -C libpoly clean
gmake[1]: Entering directory '/usr/src/Server/libpoly'
rm -f *.o
rm -f ./libpoly.a
gmake[1]: Leaving directory '/usr/src/Server/libpoly'
gmake -C libpoly
gmake[1]: Entering directory '/usr/src/Server/libpoly'
gmake ./libpoly.a
gmake[2]: Entering directory '/usr/src/Server/libpoly'
g++10 -m32 -Wall -O2 -pipe -fno-exceptions -fno-rtti -std=c++14 -c Base.cc
g++10 -m32 -Wall -O2 -pipe -fno-exceptions -fno-rtti -std=c++14 -c Poly.cc
g++10 -m32 -Wall -O2 -pipe -fno-exceptions -fno-rtti -std=c++14 -c SymTable.cc
g++10 -m32 -Wall -O2 -pipe -fno-exceptions -fno-rtti -std=c++14 -c Symbol.cc
ar cru ./libpoly.a Base.o Poly.o SymTable.o Symbol.o
ranlib ./libpoly.a
chmod 700 ./libpoly.a
gmake[2]: Leaving directory '/usr/src/Server/libpoly'
gmake[1]: Leaving directory '/usr/src/Server/libpoly'
gmake -C libthecore/src dep
gmake[1]: Entering directory '/usr/src/Server/libthecore/src'
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -MM *.c > Depend
gmake[1]: Leaving directory '/usr/src/Server/libthecore/src'
gmake -C libthecore/src clean
gmake[1]: Entering directory '/usr/src/Server/libthecore/src'
rm -f *.o
rm -f ../lib/libthecore.a
gmake[1]: Leaving directory '/usr/src/Server/libthecore/src'
gmake -C libthecore/src
gmake[1]: Entering directory '/usr/src/Server/libthecore/src'
gmake ../lib/libthecore.a
gmake[2]: Entering directory '/usr/src/Server/libthecore/src'
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c socket.c
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c fdwatch.c
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c buffer.c
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c signal.c
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c log.c
log.c: In function 'void _Z19log_file_delete_oldPKc.part.0(const char*)':
log.c:343:37: warning: '%s' directive writing up to 255 bytes into a region of s                                                                                                                                                             ize 56 [-Wformat-overflow=]
  343 |      sprintf(system_cmd, "rm -rf %s/%s", filename, name);
      |                                     ^~             ~~~~
log.c:343:13: note: 'sprintf' output 9 or more bytes (assuming 264) into a desti                                                                                                                                                             nation of size 64
  343 |      sprintf(system_cmd, "rm -rf %s/%s", filename, name);
      |      ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
log.c: In function 'void log_file_rotate(LPLOGFILE)':
log.c:428:36: warning: '%s' directive output may be truncated writing up to 127                                                                                                                                                              bytes into a region of size 124 [-Wformat-truncation=]
  428 |   snprintf(system_cmd, 128, "mv %s %s/%s.%02d", logfile->filename, dir,                                                                                                                                                              logfile->filename, logfile->last_hour);
      |                                    ^~                              ~~~
log.c:428:11: note: 'snprintf' output 9 or more bytes (assuming 136) into a dest                                                                                                                                                             ination of size 128
  428 |   snprintf(system_cmd, 128, "mv %s %s/%s.%02d", logfile->filename, dir,                                                                                                                                                              logfile->filename, logfile->last_hour);
      |   ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                                                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c utils.c
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c kstbl.c
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c hangul.c
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c heart.c
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c main.c
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c tea.c
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c des.c
In file included from des.c:2:
DES_table.h:164:14: warning: 'KeyPerm' defined but not used [-Wunused-variable]
  164 | static DWORD KeyPerm[8][64] =
      |              ^~~~~~~
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c gost.c
g++10 -m32 -Wall -O2 -pipe -g -I../include -std=c++14 -c memcpy.c
if [ ! -d ../lib ]; then mkdir ../lib; fi
ar cru ../lib/libthecore.a socket.o fdwatch.o buffer.o signal.o log.o utils.o ks                                                                                                                                                             tbl.o hangul.o heart.o main.o tea.o des.o gost.o memcpy.o
ranlib ../lib/libthecore.a
chmod 700 ../lib/libthecore.a
gmake[2]: Leaving directory '/usr/src/Server/libthecore/src'
gmake[1]: Leaving directory '/usr/src/Server/libthecore/src'
gmake -C game/src dep
gmake[1]: Entering directory '/usr/src/Server/game/src'
Note: gcc autodepend is autodetected, so target dep skipped
gmake[1]: Leaving directory '/usr/src/Server/game/src'
gmake -C game/src clean
gmake[1]: Entering directory '/usr/src/Server/game/src'
cleaning ../game_r41031 .obj
gmake[1]: Leaving directory '/usr/src/Server/game/src'
# gmake -C game/src limit_time
gmake -C game/src
gmake[1]: Entering directory '/usr/src/Server/game/src'
compiling BattleArena.cpp
In file included from stdafx.h:15,
                 from BattleArena.cpp:1:
../../common/utils.h:1:10: fatal error: msl/utils.h: No such file or directory
    1 | #include <msl/utils.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [Makefile:190: .obj/BattleArena.o] Error 1
gmake[1]: Leaving directory '/usr/src/Server/game/src'
gmake: *** [Makefile:111: all] Error 2
root@enixyazilim:/usr/src/Server #
 
Hocam bu seferde böyle bir hata verdi :(


Kod:
root@turkmmo:/usr/src/Server # cd /usr/src/Server/game/src
root@turkmmo:/usr/src/Server/game/src # gmake clean
g++10: not found
expr: syntax error
g++10: not found
expr: syntax error
expr: syntax error
cleaning ../game_r41030 .obj
root@turkmmo:/usr/src/Server/game/src # gmake
g++10: not found
expr: syntax error
g++10: not found
expr: syntax error
expr: syntax error
compiling BattleArena.cpp
gmake: g++10: Command not found
gmake: *** [.obj/BattleArena.o] Error 127
root@turkmmo:/usr/src/Server/game/src #
 
Pkg install gcc10 yazın ve indirip reboot atıp Derleme işleminizi tamamlayınız.
 
Çözüm

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)

Geri
Üst