Building MySQL on WinXP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deepakd
    New Member
    • Jun 2008
    • 8

    #1

    Building MySQL on WinXP

    I am using WinXP.I am trying to build MYSQL from source.
    I am using Visual C++ 2008.
    Can anybody help me out?
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by deepakd
    I am using WinXP.I am trying to build MYSQL from source.
    I am using Visual C++ 2008.
    Can anybody help me out?
    There you go.

    Comment

    • deepakd
      New Member
      • Jun 2008
      • 8

      #3
      Originally posted by r035198x
      There you go.

      I downloaded "mysql-5.0.45-win-src.tar.gz" from Mysql download area.I tried to built Mysql.sln inside that,but i am getting errors(about 58) like

      Error 149 fatal error LNK1181: cannot open input file '..\zlib\releas e\zlib.lib' mysql_upgrade

      Error 319 error PRJ0019: A tool returned an error code from "Performing Custom Build Step" mysqld

      Error 92 error C3163: '_vsnprintf': attributes inconsistent with previous declaration C:\Program Files\Microsoft Visual Studio 9.0\VC\include\ stdio.h 358

      Error 262 error LNK2005: ___sbh_alloc_ne w_group already defined in LIBCMT.lib(sbhe ap.obj) LIBCMTD.lib

      Comment

      • deepakd
        New Member
        • Jun 2008
        • 8

        #4
        I will explain...
        I downloaded "mysql-5.0.45-win-src.tar.gz" from Mysql download area.I tried to built Mysql.sln inside that,but i am getting errors(about 58) like

        Error 149 fatal error LNK1181: cannot open input file '..\zlib\releas e\zlib.lib' mysql_upgrade

        Error 319 error PRJ0019: A tool returned an error code from "Performing Custom Build Step" mysqld

        Error 92 error C3163: '_vsnprintf': attributes inconsistent with previous declaration C:\Program Files\Microsoft Visual Studio 9.0\VC\include\ stdio.h 358

        Error 262 error LNK2005: ___sbh_alloc_ne w_group already defined in LIBCMT.lib(sbhe ap.obj) LIBCMTD.lib[/QUOTE]

        Can you help me out?

        Comment

        Working...