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!
Hepsine bakıldı. Çözümü bulunamadı. En son db build edildi ama game edilmedi. Files değişildi.gcc sürümünden yada makefileden kaynaklanıyor olabilir.
Game dosyandaki makefile’yi atar mısın
CC=gcc
CXX=g++
PLATFORM = $(shell file /bin/ls | cut -d' ' -f3 | cut -d'-' -f1)
BSD_VERSION = $(shell uname -v 2>&1 | cut -d' ' -f2 | cut -d'.' -f1)
default: libthecore libpoly libgame liblua libsql libserverkey game db
@echo "--------------------------------------"
@echo "Build Done"
@echo "--------------------------------------"
libserverkey: .
@touch $@/Depend
$(MAKE) -C $@ dep
$(MAKE) -C $@ clean
$(MAKE) -C $@
liblua: .
$(MAKE) -C $@ clean
$(MAKE) -C $@
libsql: .
@touch $@/Depend
$(MAKE) -C $@ dep
$(MAKE) -C $@ clean
$(MAKE) -C $@
libgame: .
@touch $@/src/Depend
$(MAKE) -C $@/src dep
$(MAKE) -C $@/src clean
$(MAKE) -C $@/src
libpoly: .
@touch $@/Depend
$(MAKE) -C $@ dep
$(MAKE) -C $@ clean
$(MAKE) -C $@
libthecore: .
@touch $@/src/Depend
$(MAKE) -C $@/src dep
$(MAKE) -C $@/src clean
$(MAKE) -C $@/src
libserverkey: .
@touch $@/Depend
$(MAKE) -C $@ dep
$(MAKE) -C $@ clean
$(MAKE) -C $@
game: .
@touch $@/src/Depend
$(MAKE) -C $@/src dep
$(MAKE) -C $@/src clean
$(MAKE) -C $@/src limit_time
# $(MAKE) -C $@/src
db: .
@touch $@/src/Depend
$(MAKE) -C $@/src dep
$(MAKE) -C $@/src clean
# $(MAKE) -C $@/src
all:
@echo "--------------------------------------"
@echo "Full Build Start"
@echo "--------------------------------------"
$(MAKE) -C liblua clean
$(MAKE) -C liblua
@touch libsql/Depend
$(MAKE) -C libsql dep
$(MAKE) -C libsql clean
$(MAKE) -C libsql
@touch libgame/src/Depend
$(MAKE) -C libgame/src dep
$(MAKE) -C libgame/src clean
$(MAKE) -C libgame/src
@touch libpoly/Depend
$(MAKE) -C libpoly dep
$(MAKE) -C libpoly clean
$(MAKE) -C libpoly
@touch libthecore/src/Depend
$(MAKE) -C libthecore/src dep
$(MAKE) -C libthecore/src clean
$(MAKE) -C libthecore/src
@touch game/src/Depend
$(MAKE) -C game/src dep
$(MAKE) -C game/src clean
$(MAKE) -C game/src limit_time
# $(MAKE) -C game/src
@touch db/src/Depend
$(MAKE) -C db/src dep
$(MAKE) -C db/src clean
# $(MAKE) -C db/src
@echo "--------------------------------------"
@echo "Full Build End"
@echo "--------------------------------------"
Makefile:47: warning: overriding recipe for target 'libserverkey'
Makefile:13: warning: ignoring old recipe for target 'libserverkey'
gmake: *** No rule to make target 'clean'. Stop.
makefile neden değiştirdiniz o files server kısmından tüm dosyaları buildliyor makefile değiştirmeyinKod:CC=gcc CXX=g++ PLATFORM = $(shell file /bin/ls | cut -d' ' -f3 | cut -d'-' -f1) BSD_VERSION = $(shell uname -v 2>&1 | cut -d' ' -f2 | cut -d'.' -f1) default: libthecore libpoly libgame liblua libsql libserverkey game db @echo "--------------------------------------" @echo "Build Done" @echo "--------------------------------------" libserverkey: . @touch $@/Depend $(MAKE) -C $@ dep $(MAKE) -C $@ clean $(MAKE) -C $@ liblua: . $(MAKE) -C $@ clean $(MAKE) -C $@ libsql: . @touch $@/Depend $(MAKE) -C $@ dep $(MAKE) -C $@ clean $(MAKE) -C $@ libgame: . @touch $@/src/Depend $(MAKE) -C $@/src dep $(MAKE) -C $@/src clean $(MAKE) -C $@/src libpoly: . @touch $@/Depend $(MAKE) -C $@ dep $(MAKE) -C $@ clean $(MAKE) -C $@ libthecore: . @touch $@/src/Depend $(MAKE) -C $@/src dep $(MAKE) -C $@/src clean $(MAKE) -C $@/src libserverkey: . @touch $@/Depend $(MAKE) -C $@ dep $(MAKE) -C $@ clean $(MAKE) -C $@ game: . @touch $@/src/Depend $(MAKE) -C $@/src dep $(MAKE) -C $@/src clean $(MAKE) -C $@/src limit_time # $(MAKE) -C $@/src db: . @touch $@/src/Depend $(MAKE) -C $@/src dep $(MAKE) -C $@/src clean # $(MAKE) -C $@/src all: @echo "--------------------------------------" @echo "Full Build Start" @echo "--------------------------------------" $(MAKE) -C liblua clean $(MAKE) -C liblua @touch libsql/Depend $(MAKE) -C libsql dep $(MAKE) -C libsql clean $(MAKE) -C libsql @touch libgame/src/Depend $(MAKE) -C libgame/src dep $(MAKE) -C libgame/src clean $(MAKE) -C libgame/src @touch libpoly/Depend $(MAKE) -C libpoly dep $(MAKE) -C libpoly clean $(MAKE) -C libpoly @touch libthecore/src/Depend $(MAKE) -C libthecore/src dep $(MAKE) -C libthecore/src clean $(MAKE) -C libthecore/src @touch game/src/Depend $(MAKE) -C game/src dep $(MAKE) -C game/src clean $(MAKE) -C game/src limit_time # $(MAKE) -C game/src @touch db/src/Depend $(MAKE) -C db/src dep $(MAKE) -C db/src clean # $(MAKE) -C db/src @echo "--------------------------------------" @echo "Full Build End" @echo "--------------------------------------"
usr/src/Razuning2/Server içerisinde bulunan make file bu game dosyasının içinde make file yok
Files razuningin son filesi. Herkes aynı dosyalarla build yapabiliyor ama ben yapamıyorum başka dosyalar eksik olabilir dediler sistemde ama tam yardım eden hala olmadı
Bu makefile dosyasını değiştirmiştim. Şimdi bu sana attığımda gmake clean yazınca direkt aldığım sorun bu
Kod:Makefile:47: warning: overriding recipe for target 'libserverkey' Makefile:13: warning: ignoring old recipe for target 'libserverkey' gmake: *** No rule to make target 'clean'. Stop.
makefile neden değiştirdiniz o files server kısmından tüm dosyaları buildliyor makefile değiştirmeyin
Makefile:47: warning: overriding recipe for target 'libserverkey'
Makefile:13: warning: ignoring old recipe for target 'libserverkey'
gmake: *** No rule to make target 'clean'. Stop.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?