Results 1 to 20 of 28

Thread: nmake problems while building mysql driver

Threaded View

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

    Default Re: nmake problems while building mysql driver

    I ran:

    Qt Code:
    1. dir /s \nmake.*
    To copy to clipboard, switch view to plain text mode 
    to find all nmakes installed on my computer. I got this listing:

    Qt Code:
    1. Volume in drive C is Lokalni disk
    2. Volume Serial Number is 808B-2D12
    3.  
    4. Directory of C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin
    5.  
    6. 02.12.2006 07:17 82.696 nmake.exe
    7. 1 File(s) 82.696 bytes
    8.  
    9. Directory of C:\Program Files\Microsoft Visual Studio 8\VC\bin
    10.  
    11. 02.12.2006 07:17 82.696 nmake.exe
    12. 1 File(s) 82.696 bytes
    13.  
    14. Directory of C:\Program Files\Microsoft Visual Studio 8\VC\bin\amd64
    15.  
    16. 02.12.2006 07:20 100.616 nmake.exe
    17. 1 File(s) 100.616 bytes
    18.  
    19. Directory of C:\WINXP\Prefetch
    20.  
    21. 26.03.2007 00:56 7.490 NMAKE.EXE-08101E42.pf
    22. 1 File(s) 7.490 bytes
    23.  
    24. Total Files Listed:
    25. 4 File(s) 273.498 bytes
    26. 0 Dir(s) 3.870.904.320 bytes free
    To copy to clipboard, switch view to plain text mode 
    The path is set up as follows:

    C:\Program Files\Microsoft Visual Studio 8\Common7\IDE;C:\Program Files\Microsoft Visual Studio 8\VC\BIN;C:\Program Files\Microsoft Visual Studio 8\Common7\Tools;C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\bin;C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\bin;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin;C:\WINXP\Microsoft.NET\Framework\v2 .0.50727;C:\Program Files\Microsoft Visual Studio 8\VC\VCPackages;C:\Qt\4.2.1\bin;;C:\WINXP\system32 ;C:\WINXP;C:\WINXP\System32\Wbem;C:\Program Files\Subversion\bin;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\MySQL\MySQL Server 5.0\bin
    I tried to run both 32bit versions of nmake from dir that has makefile and from dir that does not have makefile and i still get same errors!

    If I try to pass to nmake some paramaters, I still get same error, which is very very weird!
    Last edited by jacek; 26th March 2007 at 14:13. 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, 09:11
  2. MySql plugin driver issues
    By stevey in forum Installation and Deployment
    Replies: 11
    Last Post: 20th September 2006, 14: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, 16:38
  4. Building of MySQL plugin fails
    By janca in forum Installation and Deployment
    Replies: 2
    Last Post: 21st January 2006, 09: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
  •  
Qt is a trademark of The Qt Company.