Results 1 to 20 of 28

Thread: nmake problems while building mysql driver

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Ljubljana
    Posts
    687
    Thanks
    111
    Thanked 4 Times in 4 Posts
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Android

    Default nmake problems while building mysql driver

    Hi to all!

    Did someone meet with following pitfall: I am developing an mysql based application and I need mysql driver. So I tried to built it with:

    qmake -o Makefile "INCLUDEPATH+=c:\Program Files\MySQL\MySQL Server 5.0\include" "LIBS+=c:\Program Files\MySQL\MySQL Server 5.0\lib\opt\libmysql.lib" mysql.pro
    qmake does not report any error, however, on

    nmake
    i get:

    Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
    Copyright (C) Microsoft Corporation. All rights reserved.

    NMAKE : fatal error U1065: invalid option '-'
    Stop.
    Last edited by jacek; 19th March 2007 at 22:04. Reason: changed [code] to [quote]
    Qt 5.3 Opensource & Creator 3.1.2

Similar Threads

  1. My Mysql 5 and Qt 4.2.2 Problem (Driver not loaded)
    By fengtian.we in forum Qt Programming
    Replies: 4
    Last Post: 9th February 2007, 08:11
  2. MySql plugin driver issues
    By stevey in forum Installation and Deployment
    Replies: 11
    Last Post: 20th September 2006, 13:45
  3. Problems building mysql plugin for Qt 4.1.2 on windows XP
    By Philip_Anselmo in forum Installation and Deployment
    Replies: 3
    Last Post: 17th May 2006, 15:38
  4. Building of MySQL plugin fails
    By janca in forum Installation and Deployment
    Replies: 2
    Last Post: 21st January 2006, 08:23

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.