Jump to content

Denizeri24

Member
  • Posts

    188
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Denizeri24

  1. 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 :(

    Ek Açıklama 2019-12-02 132600.png

  2. 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 :(

×
×
  • 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.