Çözüldü Ikarus v2 Ultimate Offline Shop

  • Konuyu açan Konuyu açan DexaeL
  • Açılış Tarihi Açılış Tarihi
  • Yanıt Yanıt 4
  • Gösterim Gösterim 166
Bu konu çözüme ulaştırılmıştır. Çözüm için konuya yazılan tüm yorumları okumayı unutmayın. Eğer konudaki yorumlar sorununuzu çözmediyse yeni bir konu açabilirsiniz.
Durum
İçerik kilitlendiği için mesaj gönderimine kapatıldı.

DexaeL

Üye
Üye
Mesaj
81
Çözümler
1
Beğeni
43
Puan
689
Ticaret Puanı
0
db build ederken
x:
Genişlet Daralt Kopyala
In file included from NetBase.cpp:4:
In file included from ./ClientManager.h:17:
../../../Extern/include/rapidjson/document.h:326:82: error: cannot assign to non-static data member 'length' with const-qualified type 'const SizeType' (aka 'const unsigned int')
326 | GenericStringRef& operator=(const GenericStringRef& rhs) { s = rhs.s; length = rhs.length; }
| ~~~~~~ ^
../../../Extern/include/rapidjson/document.h:332:20: note: non-static data member 'length' declared const here
332 | const SizeType length; //!< length of the string (excluding the trailing NULL terminator)
| ~~~~~~~~~~~~~~~^~~~~~
1 error generated.
gmake[1]: *** [Makefile:110: .obj/NetBase.o] Error 1
gmake[1]: *** Waiting for unfinished jobs....
In file included from Main.cpp:5:
In file included from ./ClientManager.h:17:
../../../Extern/include/rapidjson/document.h:326:82: error: cannot assign to non-static data member 'length' with const-qualified type 'const SizeType' (aka 'const unsigned int')
326 | GenericStringRef& operator=(const GenericStringRef& rhs) { s = rhs.s; length = rhs.length; }
| ~~~~~~ ^
../../../Extern/include/rapidjson/document.h:332:20: note: non-static data member 'length' declared const here
332 | const SizeType length; //!< length of the string (excluding the trailing NULL terminator)
| ~~~~~~~~~~~~~~~^~~~~~
In file included from DBManager.cpp:3:
In file included from ./ClientManager.h:17:
../../../Extern/include/rapidjson/document.h:326:82: error: cannot assign to non-static data member 'length' with const-qualified type 'const SizeType' (aka 'const unsigned int')
326 | GenericStringRef& operator=(const GenericStringRef& rhs) { s = rhs.s; length = rhs.length; }
| ~~~~~~ ^
../../../Extern/include/rapidjson/document.h:332:20: note: non-static data member 'length' declared const here
332 | const SizeType length; //!< length of the string (excluding the trailing NULL terminator)
| ~~~~~~~~~~~~~~~^~~~~~
In file included from Cache.cpp:5:
In file included from ./ClientManager.h:17:
../../../Extern/include/rapidjson/document.h:326:82: error: cannot assign to non-static data member 'length' with const-qualified type 'const SizeType' (aka 'const unsigned int')
326 | GenericStringRef& operator=(const GenericStringRef& rhs) { s = rhs.s; length = rhs.length; }
| ~~~~~~ ^
../../../Extern/include/rapidjson/document.h:332:20: note: non-static data member 'length' declared const here
332 | const SizeType length; //!< length of the string (excluding the trailing NULL terminator)
| ~~~~~~~~~~~~~~~^~~~~~
1 error generated.
gmake[1]: *** [Makefile:110: .obj/DBManager.o] Error 1
1 error generated.
gmake[1]: *** [Makefile:110: .obj/Main.o] Error 1
1 error generated.
gmake[1]: *** [Makefile:110: .obj/Cache.o] Error 1
gmake[1]: Leaving directory '/home/gamesrc/Server/db/src'
gmake: *** [Makefile:139: all] Error 2


Hata alıyordum rapidjson günceledim bu sefer build oldu ama start verirken connect: Connection refused hatası veriyor bunu nasıl çözerim ? files MartySama 5.8
 
Bu hatanın bsd ile alaklı olduğunu düşünmüyorum.
altta verdiğin extern/include içindeki rapidjson ile değiştirip dener misin.
 

Dosya Eklentileri

Çözüm
Durum
İçerik kilitlendiği için mesaj gönderimine kapatıldı.
Geri
Üst