Results 1 to 10 of 41

Thread: Help me pls)))

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #13
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Quote Originally Posted by maxdamage99 View Post
    ##### COMPILE GSC_MYSQL.CPP #####
    gsc_mysql.cpp: In function ‘void* mysql_async_query_handler(void*)’:
    gsc_mysql.cpp:96: error: return-statement with no value, in function returning ‘void*’
    gsc_mysql.cpp:104: error: return-statement with no value, in function returning ‘void*’
    gsc_mysql.cpp: In function ‘void gsc_mysql_async_initializer()’:
    gsc_mysql.cpp:312: error: return-statement with a value, in function returning 'void'
    ##### LINK libcod2_1_0.so #####
    /usr/bin/ld: cannot find -lmysqlclient
    collect2: ld returned 1 exit status
    Apparently something is wrong!?
    For mysqlclient

    Quote Originally Posted by Mitch View Post
    I think you will need 'mysql-devel.i386' or 'mysql-devel.i686' for mysql support in libcod. (CentOS is linux, yum install ...)
    Also have you edited gsc_mysql.cpp according to http://killtube.org/showthread.php?2...ll=1#post10679

  2. The Following User Says Thank You to Mitch For This Useful Post:

    maxdamage99 (30th October 2014)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •