Jump to content

Denizeri24

Member
  • Posts

    188
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Denizeri24

  1. i dont change game file, gcc48-49 working but gcc7-10 not working i can give source you :((((
  2. Hi, i upgrade my source GCC10, CRYPTOPP820 and BOOST172. i succesfully compile libs, game and db but i can't start game. if i start db, db giving db.core.. what i can do guys? help me please channels dont have a syserr or syslog but db have.. db syserr clear but syslog have; SYSERR: Dec 2 13:25:37.530994 :: pid_init: Start of pid: 18688 Dec 2 13:25:37.531032 :: connecting to MySQL server (player) Dec 2 13:25:37.531041 :: CREATING DIRECT_SQL Dec 2 13:25:37.531052 :: AsyncSQL: locale latin5 please guys help me
  3. I open my Extern/lib folder and i see "libmysqlclient.a".... how can i use "libmariadbclient.a" what do i need to change for source guys? Thanks..
  4. Hi guys, i try compile "libthecore" but giving error; I use clang90-devel.. my makefile; CC = clang BIN_DIR = ../lib BIN = $(BIN_DIR)/libthecore.a INCLUDE = ../include CFLAGS = -m32 -Wall -w -O2 -pipe -g -I$(INCLUDE) LIBS = OBJFILES = socket.o fdwatch.o buffer.o signal.o log.o utils.o \ kstbl.o hangul.o heart.o main.o tea.o des.o gost.o memcpy.o default: $(MAKE) $(BIN) $(BIN): $(OBJFILES) if [ ! -d $(BIN_DIR) ]; then mkdir $(BIN_DIR); fi ar cru $(BIN) $(OBJFILES) $(LIBS) ranlib $(BIN) chmod 700 $(BIN) clean: rm -f *.o rm -f $(BIN) dep: $(CC) $(CFLAGS) -MM *.c > Depend $(OBJFILES): $(CC) $(CFLAGS) -c $< memcpy: memcpy.o utils.o log.o $(CC) $(CFLAGS) -c -D__MAIN__ memcpy.c $(CC) $(CFLAGS) -o memcpy memcpy.o utils.o log.o include Depend What i can do guys, help me
  5. I see on a thread "Rain InstantServer" source, this source the first "source". somebody have? sooooooo sorry , my english very bad
  6. Hi, i installed mariadb 10.3 but if i open any ch, giving game.core. my game.core ; what i can do guys? thanks..
  7. Selamlar, bu paketlerin hepsini kolayca yüklemenin bir yolu varmıdır? (freebsd 12)
  8. i installed mariadb 10.3 (freebsd 12 stable) but i dont know how to update source code for mariadb. do you have a guide guys? thanks.. (sorry for my english)
  9. Hi, i need Locale_tr file. i need unpacked. Somebody have?
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.