Results 1 to 2 of 2

Thread: Problem with nmake and mysql plugins

  1. #1
    Join Date
    Jul 2007
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Problem with nmake and mysql plugins

    I have problems installing Qt 4.3 with visual studio 2005.
    I followed the steps given in this page: http://qtnode.net/wiki?title=Qt4_with_Visual_Studio.
    Everything works fine until nmake sub-src process launch this error:

    d:\qt\4.3.0\src\plugins\sqldrivers\mysql\../../../sql/drivres/mysql/qsql_mysql.h
    (34) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or d
    irectory
    NMAKE : fatal error U1077: '"d:\Archivos de programa\Microsoft Visual Studio 8\V
    C\BIN\cl.EXE"' : return code 'ox2'
    Stop.
    NMAKE : fatal error U1077: '"d:\Archivos de programa\Microsoft Visual Studio 8\V
    C\BIN\nmake.EXE"' : return code 'ox2'
    Stop.
    NMAKE : fatal error U1077: 'cd' : return code '0x2'
    Stop.
    NMAKE : fatal error U1077: 'cd' : return code '0x2'
    Stop.
    NMAKE : fatal error U1077: 'cd' : return code '0x2'
    Stop.

    I have to say that I don´t have MySQL installed.

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Problem with nmake and mysql plugins

    What does configure output about SQL drivers being built? Try explicitly disabling the driver with "-no-sql-mysql".
    J-P Nurmi

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.