Jump to content
TrinityCore

Dnel

Plebs
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Dnel

  1. +Dnel: these are my values: MYSQL_INCLUDE_DIR=C:Program FilesMySQLMySQL Server 5.5/include

    and MYSQL_LIBRARY=C:Program FilesMySQLMySQL Server 5.5liblibmysqld.lib (64 bits)

     

    Generating done

     

    Fix with this values: 

    • MYSQL_INCLUDE_DIR = C:/mysql_lib/include
    • MYSQL_LIBRARY          = C:/mysql_lib/lib_64/mysqld.lib

     

    Thanks you Nay  :wub:

  2. This afternoon, CMake showed this Warning:

    WARNING: Target "authserver" requests linking to directory "C:/mysql_lib/include".  Targets may link only to libraries.  CMake is dropping the item.
    WARNING: Target "authserver" requests linking to directory "C:/mysql_lib/include".  Targets may link only to libraries.  CMake is dropping the item.
    WARNING: Target "authserver" requests linking to directory "C:/mysql_lib/include".  Targets may link only to libraries.  CMake is dropping the item.
    WARNING: Target "authserver" requests linking to directory "C:/mysql_lib/include".  Targets may link only to libraries.  CMake is dropping the item.
    WARNING: Target "worldserver" requests linking to directory "C:/mysql_lib/include".  Targets may link only to libraries.  CMake is dropping the item.
    WARNING: Target "worldserver" requests linking to directory "C:/mysql_lib/include".  Targets may link only to libraries.  CMake is dropping the item.
    WARNING: Target "worldserver" requests linking to directory "C:/mysql_lib/include".  Targets may link only to libraries.  CMake is dropping the item.
    WARNING: Target "worldserver" requests linking to directory "C:/mysql_lib/include".  Targets may link only to libraries.  CMake is dropping the item.
    

    I follow step by step all. I asked my friends, etc. 

    Later of this warnings, on Visual studio 12 x64 (latest version) show me 106 errors about this line: include <mysql.h>

     

    What could I do?

     

    Thanks for all  :)

×
×
  • Create New...