Results 1 to 14 of 14

Thread: qt 4.5.2: make fails

  1. #1
    Join Date
    Sep 2009
    Posts
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default qt 4.5.2: make fails

    Been trying to install qt 4.5.2 for a really long time on this netbook. After configure it said to use mingw32-make but that doesn't work and I thought it was suppose to be nmake but that fails also. How do I fix this?

    nmake:
    C:\Qt\4.5.2>nmake

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

    cd src\winmain\ && "C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nm
    ake.exe" -f Makefile

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

    "C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" -f Makefil
    e.Debug all

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

    NMAKE : fatal error U1073: don't know how to make 'c:/Program\'
    Stop.
    NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n
    make.exe"' : return code '0x2'
    Stop.
    NMAKE : fatal error U1077: 'cd' : return code '0x2'
    Stop.



    mingw32-make:
    .....
    c:/Program Files/Microsoft Visual Studio 8/VC/INCLUDE/iosfwd:609: error: no matc
    hing function for call to `move_s(wchar_t*&, size_t&, const wchar_t*&, size_t&,
    std::_Secure_char_traits_tag)'
    mingw32-make[2]: *** [tmp/obj/debug_shared/qtmain_win.o] Error 1
    mingw32-make[2]: Leaving directory `C:/Qt/4.5.2/src/winmain'
    mingw32-make[1]: *** [debug-all] Error 2
    mingw32-make[1]: Leaving directory `C:/Qt/4.5.2/src/winmain'
    mingw32-make: *** [sub-winmain-make_default-ordered] Error 2

    C:\Qt\4.5.2>

  2. #2
    Join Date
    Mar 2007
    Location
    Germany
    Posts
    229
    Thanks
    2
    Thanked 29 Times in 28 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: qt 4.5.2: make fails

    Start "Visual Studio 2008 Command Prompt" from the Windows start menu.
    Then run configure. configure will auto-detect the VS 200x environment, so you can omit the -platform option.

  3. #3
    Join Date
    Sep 2009
    Posts
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: qt 4.5.2: make fails

    Using visual studio 2005 and did run configure under the vs2005 command prompt beforehand. Didn't use -platform option.

  4. #4
    Join Date
    Mar 2007
    Location
    Germany
    Posts
    229
    Thanks
    2
    Thanked 29 Times in 28 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: qt 4.5.2: make fails

    So there is also MinGW installed on the system?
    Are there any environment variables that might cause VC and MinGW influence each other?
    I'm asking because of this sentence "After configure it said to use mingw32-make". Configure should display the detected "environment".
    On my PC it looks like this (run in the VS 2008 command prompt)
    Qt Code:
    1. ...
    2. QMAKESPEC...................win32-msvc2008 (detected)
    3. Architecture................windows
    4. Maketool....................nmake
    5. ...
    To copy to clipboard, switch view to plain text mode 

  5. #5
    Join Date
    Sep 2009
    Posts
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: qt 4.5.2: make fails

    Qt installed MinGW 3.4.2, I tried to have the latest one installed 5.1.4 but Qt wouldn't recognize it.

    On the desktop it said to use nmake but for this it for some reason asked for mingw instead.

    I think the environment variable should be fine.


    When I run configure in vs2005 command prompt:
    Setting environment for using Microsoft Visual Studio 2005 x86 tools.

    C:\Program Files\Microsoft Visual Studio 8\VC>configure
    Disabling pagefile
    Disabling services
    Turn off system restore

    The operation completed successfully

    The operation completed successfully
    Microsoft (R) Windows Script Host Version 5.7
    Copyright (C) Microsoft Corporation. All rights reserved.

    Input Error: Can not find script file "C:\Program Files\Microsoft Visual Studio
    8\VC\system_restore.vbs".
    Disable IE 7.0 upgrade

    The operation completed successfully
    Deleting restore points
    processed dir: C:\System Volume Information
    .\RP63\change.log - The process cannot access the file because it is being used
    by another process.
    The process cannot access the file because it is being used by another process.
    processed dir: C:\System Volume Information
    If you see "The process cannot access the file because it is being used by anoth
    er process" please ignore it.

    C:\Program Files\Microsoft Visual Studio 8\VC>
    C:\Program Files\Microsoft Visual Studio 8\VC>

  6. #6
    Join Date
    Mar 2007
    Location
    Germany
    Posts
    229
    Thanks
    2
    Thanked 29 Times in 28 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: qt 4.5.2: make fails

    What kind of configure is this?
    Change directory now to C:\Qt\4.5.2 and run configure from there.

  7. #7
    Join Date
    Sep 2009
    Posts
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: qt 4.5.2: make fails

    That's going to take hours to finish. What should I be looking for? What was the clean operation to call before running configure again.

  8. #8
    Join Date
    Mar 2007
    Location
    Germany
    Posts
    229
    Thanks
    2
    Thanked 29 Times in 28 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: qt 4.5.2: make fails

    configure only takes hours to finish on very old PCs (my PC is about 3 years, and if was NOT the fastest available machine at this time; configure is finished after 10 minutes, or 15).

    The lines I showed in my post above are displayed very early by configure.
    I attached the configure output of the first second when configure start running after asking for the edition and license.

    You will surely find the lines.
    Attached Files Attached Files

  9. #9
    Join Date
    Sep 2009
    Posts
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: qt 4.5.2: make fails

    I'm running a netbook I got in May with 1GB ram and the atom processor and it did take >1hr for it to finish reading everything and oncifugre it.

    configure lines:
    Setting environment for using Microsoft Visual Studio 2005 x86 tools.

    C:\Program Files\Microsoft Visual Studio 8\VC>cd c:\qt\4.5.2

    C:\Qt\4.5.2>configure
    Which edition of Qt do you want to use ?
    Type 'c' if you want to use the Commercial Edition.
    Type 'o' if you want to use the Open Source Edition.
    o

    This is the Qt for Windows Open Source Edition.

    You are licensed to use this software under the terms of
    the GNU General Public License (GPL) version 3
    or the GNU Lesser General Public License (LGPL) version 2.1.

    Type '3' to view the GNU General Public License version 3 (GPLv3).
    Type 'L' to view the Lesser GNU General Public License version 2.1 (LGPLv2.1).
    Type 'y' to accept this license offer.
    Type 'n' to decline this license offer.

    Do you accept the terms of the license?
    y
    Setting Direct3D to NO, since the proper Direct3D SDK was not detected.
    Make sure you have the Direct3D SDK installed, and that you have run
    the <path to SDK>\Utilities\Bin\dx_setenv.cmd script.
    The D3D SDK library path *needs* to appear before the Platform SDK library
    path in your LIB environment variable.
    All the required DirectShow/Direct3D files couldn't be found.
    Make sure you have either the platform SDK AND the DirectX SDK or the Windows SD
    K installed.
    If you have the DirectX SDK installed, please make sure that you have run the <p
    ath to SDK>\SetEnv.Cmd script.
    Environment:
    INCLUDE=
    C:\Program Files\Microsoft Visual Studio 8\VC\ATLMFC\INCLUDE
    C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE
    C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include
    C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\include

    LIB=
    C:\Program Files\Microsoft Visual Studio 8\VC\ATLMFC\LIB
    C:\Program Files\Microsoft Visual Studio 8\VC\LIB
    C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\lib
    C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\lib

    PATH=
    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:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
    C:\Program Files\Microsoft Visual Studio 8\VC\VCPackages
    C:\WINDOWS\system32
    C:\WINDOWS
    C:\WINDOWS\System32\Wbem
    C:\Program Files\QuickTime\QTSystem\
    c:\Program Files\Microsoft SQL Server\90\Tools\binn\
    C:\Qt\4.5.2\bin
    C:\MinGW\bin
    You are licensed to use this software under the terms of the GNU GPL version 3.Y
    ou are licensed to use this software under the terms of the Lesser GNU LGPL vers
    ion 2.1.
    See C:/Qt/4.5.23

    or C:/Qt/4.5.2L

    Configuration:
    dist-config
    large-config
    medium-config
    minimal-config
    small-config
    full-config
    build_all
    debug
    Qt Configuration:
    release
    debug
    zlib
    png
    accessibility
    qt3support
    opengl
    ipv6
    scripttools
    xmlpatterns
    webkit
    svg
    minimal-config
    small-config
    medium-config
    large-config
    full-config

    QMAKESPEC...................win32-g++ (env)
    Architecture................windows
    Maketool....................mingw32-make
    Debug symbols...............yes
    Link Time Code Generation...no
    Accessibility support.......yes
    STL support.................yes
    Exception support...........yes
    RTTI support................yes
    MMX support.................no
    3DNOW support...............no
    SSE support.................no
    SSE2 support................no
    IWMMXT support..............no
    OpenGL support..............yes
    Direct3D support............no
    OpenSSL support.............no
    QtDBus support..............no
    QtXmlPatterns support.......yes
    Phonon support..............no
    WebKit support..............yes
    QtScriptTools support.......yes
    Graphics System.............raster
    Qt3 compatibility...........yes

    Third Party Libraries:
    ZLIB support............qt
    GIF support.............plugin
    TIFF support............plugin
    JPEG support............plugin
    PNG support.............qt
    MNG support.............plugin

    Styles:
    Windows.................yes
    Windows XP..............yes
    Windows Vista...........yes
    Plastique...............yes
    Cleanlooks..............yes
    Motif...................yes
    CDE.....................yes
    Windows CE..............no
    Windows Mobile..........no

    Sql Drivers:
    ODBC....................no
    MySQL...................no
    OCI.....................no
    PostgreSQL..............no
    TDS.....................no
    DB2.....................no
    SQLite..................plugin (qt)
    SQLite2.................no
    InterBase...............no

    Sources are in..............C:\Qt\4.5.2
    Build is done in............C:\Qt\4.5.2
    Install prefix..............C:\Qt\4.5.2
    Headers installed to........C:/Qt/4.5.2/include
    Libraries installed to......C:/Qt/4.5.2/lib
    Plugins installed to........C:/Qt/4.5.2/plugins
    Binaries installed to.......C:/Qt/4.5.2/bin
    Docs installed to...........C:/Qt/4.5.2/doc
    Data installed to...........C:/Qt/4.5.2
    Translations installed to...C:/Qt/4.5.2/translations
    Examples installed to.......C:/Qt/4.5.2/examples
    Demos installed to..........C:/Qt/4.5.2/demos

    Creating qmake...
    g++ -c -oqconfig.o -O -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Ige
    nerators/mac -IC:\Qt\4.5.2/include -IC:\Qt\4.5.2/include/QtCore -IC:\Qt\4.5.2/in
    clude -IC:\Qt\4.5.2/include/QtCore -IC:\Qt\4.5.2/src/corelib/global -IC:\Qt\4.5.
    2/include/QtScript -IC:\Qt\4.5.2/mkspecs/win32-g++ -DQT_NO_TEXTCODEC -DQT_NO_UNI
    CODETABLES -DQT_LITE_COMPONENT -DQT_NO_PCRE -DQT_NODLL -DQT_NO_STL -DQT_NO_COMPR
    ESS -DUNICODE -DHAVE_QCONFIG_CPP -DQT_BUILD_QMAKE -DQT_NO_THREAD -DQT_NO_QOBJECT
    -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQMAKE_OPENSOURCE_EDITION C:\Qt\4.5.2/
    src/corelib/global/qconfig.cpp
    g++ -o qmake.exe project.o main.o makefile.o unixmake.o unixmake2.o mingw_make.
    o option.o winmakefile.o projectgenerator.o property.o meta.o makefiledeps.o met
    amakefile.o xmloutput.o pbuilder_pbx.o borland_bmake.o msvc_nmake.o msvc_dsp.o m
    svc_vcproj.o msvc_objectmodel.o qbitarray.o qbuffer.o qbytearray.o qcryptographi
    chash.o qvsnprintf.o qbytearraymatcher.o qconfig.o qdatetime.o qdir.o qdiriterat
    or.o qfile.o qtemporaryfile.o qfileinfo.o qabstractfileengine.o qfsfileengine.o
    qfsfileengine_iterator.o qfsfileengine_win.o qfsfileengine_iterator_win.o qgloba
    l.o qhash.o qiodevice.o qlibraryinfo.o qlistdata.o qlinkedlist.o qlocale.o qmall
    oc.o qmap.o qregexp.o qstring.o qstringlist.o qtextstream.o quuid.o qvector.o qu
    rl.o qsettings.o qsettings_win.o qvariant.o qmetatype.o qnumeric.o qscriptasm.o
    qscriptast.o qscriptastvisitor.o qscriptcompiler.o qscriptecmaarray.o qscriptecm
    aboolean.o qscriptecmacore.o qscriptecmadate.o qscriptecmafunction.o qscriptecma
    global.o qscriptecmamath.o qscriptecmanumber.o qscriptecmaobject.o qscriptecmare
    gexp.o qscriptecmastring.o qscriptecmaerror.o qscriptcontext_p.o qscriptengine.o
    qscriptengine_p.o qscriptengineagent.o qscriptextenumeration.o qscriptextvarian
    t.o qscriptcontext.o qscriptcontextinfo.o qscriptfunction.o qscriptgrammar.o qsc
    riptlexer.o qscriptclassdata.o qscriptparser.o qscriptprettypretty.o qscriptsynt
    axchecker.o qscriptclass.o qscriptclasspropertyiterator.o qscriptstring.o qscrip
    tvalue.o qscriptvalueimpl.o qscriptvalueiterator.o qscriptvalueiteratorimpl.o -l
    ole32 -luuid
    copy qmake.exe C:\Qt\4.5.2\bin\qmake.exe
    1 file(s) copied.
    Creating makefiles in src...
    Generating Makefiles...
    Reading C:/Qt/4.5.2/src/winmain/winmain.pro
    Reading C:/Qt/4.5.2/src/tools/bootstrap/bootstrap.pro

  10. #10
    Join Date
    Mar 2007
    Location
    Germany
    Posts
    229
    Thanks
    2
    Thanked 29 Times in 28 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: qt 4.5.2: make fails

    There it is:
    Qt Code:
    1. PATH=
    2. ...
    3. C:\Qt\4.5.2\bin
    4. C:\MinGW\bin
    To copy to clipboard, switch view to plain text mode 
    Remove the C:\MinGW\bin from your PATH environment variable and rerun configure. Then configure should solely use Visual Studio to compile Qt (if that is what you intend to use).

    If you intend to use MingGW I think you should configure with the option "-platform win32-g++", and don't use the Visual Studio command prompt, just a completely normal one (and leave the MinGW path in PATH ).
    Last edited by Boron; 2nd September 2009 at 16:00.

  11. #11
    Join Date
    Sep 2009
    Posts
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: qt 4.5.2: make fails

    When I remove that line, configure fails.

    Setting environment for using Microsoft Visual Studio 2005 x86 tools.

    C:\Program Files\Microsoft Visual Studio 8\VC>cd c:\qt\4.5.2\

    C:\Qt\4.5.2>configure
    Which edition of Qt do you want to use ?
    Type 'c' if you want to use the Commercial Edition.
    Type 'o' if you want to use the Open Source Edition.
    o

    This is the Qt for Windows Open Source Edition.

    You are licensed to use this software under the terms of
    the GNU General Public License (GPL) version 3
    or the GNU Lesser General Public License (LGPL) version 2.1.

    Type '3' to view the GNU General Public License version 3 (GPLv3).
    Type 'L' to view the Lesser GNU General Public License version 2.1 (LGPLv2.1).
    Type 'y' to accept this license offer.
    Type 'n' to decline this license offer.

    Do you accept the terms of the license?
    y
    Setting Direct3D to NO, since the proper Direct3D SDK was not detected.
    Make sure you have the Direct3D SDK installed, and that you have run
    the <path to SDK>\Utilities\Bin\dx_setenv.cmd script.
    The D3D SDK library path *needs* to appear before the Platform SDK library
    path in your LIB environment variable.
    All the required DirectShow/Direct3D files couldn't be found.
    Make sure you have either the platform SDK AND the DirectX SDK or the Windows SD
    K installed.
    If you have the DirectX SDK installed, please make sure that you have run the <p
    ath to SDK>\SetEnv.Cmd script.
    Environment:
    INCLUDE=
    C:\Program Files\Microsoft Visual Studio 8\VC\ATLMFC\INCLUDE
    C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE
    C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include
    C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\include

    LIB=
    C:\Program Files\Microsoft Visual Studio 8\VC\ATLMFC\LIB
    C:\Program Files\Microsoft Visual Studio 8\VC\LIB
    C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\lib
    C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\lib

    PATH=
    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:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
    C:\Program Files\Microsoft Visual Studio 8\VC\VCPackages
    C:\WINDOWS\system32
    C:\WINDOWS
    C:\WINDOWS\System32\Wbem
    C:\Program Files\QuickTime\QTSystem\
    c:\Program Files\Microsoft SQL Server\90\Tools\binn\
    C:\Qt\4.5.2\bin

    You are licensed to use this software under the terms of the GNU GPL version 3.Y
    ou are licensed to use this software under the terms of the Lesser GNU LGPL vers
    ion 2.1.
    See C:/Qt/4.5.23

    or C:/Qt/4.5.2L

    Configuration:
    dist-config
    large-config
    medium-config
    minimal-config
    small-config
    full-config
    build_all
    debug
    Qt Configuration:
    release
    debug
    zlib
    png
    accessibility
    qt3support
    opengl
    ipv6
    scripttools
    xmlpatterns
    webkit
    svg
    minimal-config
    small-config
    medium-config
    large-config
    full-config

    QMAKESPEC...................win32-g++ (env)
    Architecture................windows
    Maketool....................mingw32-make
    Debug symbols...............yes
    Link Time Code Generation...no
    Accessibility support.......yes
    STL support.................yes
    Exception support...........yes
    RTTI support................yes
    MMX support.................no
    3DNOW support...............no
    SSE support.................no
    SSE2 support................no
    IWMMXT support..............no
    OpenGL support..............yes
    Direct3D support............no
    OpenSSL support.............no
    QtDBus support..............no
    QtXmlPatterns support.......yes
    Phonon support..............no
    WebKit support..............yes
    QtScriptTools support.......yes
    Graphics System.............raster
    Qt3 compatibility...........yes

    Third Party Libraries:
    ZLIB support............qt
    GIF support.............plugin
    TIFF support............plugin
    JPEG support............plugin
    PNG support.............qt
    MNG support.............plugin

    Styles:
    Windows.................yes
    Windows XP..............yes
    Windows Vista...........yes
    Plastique...............yes
    Cleanlooks..............yes
    Motif...................yes
    CDE.....................yes
    Windows CE..............no
    Windows Mobile..........no

    Sql Drivers:
    ODBC....................no
    MySQL...................no
    OCI.....................no
    PostgreSQL..............no
    TDS.....................no
    DB2.....................no
    SQLite..................plugin (qt)
    SQLite2.................no
    InterBase...............no

    Sources are in..............C:\Qt\4.5.2
    Build is done in............C:\Qt\4.5.2
    Install prefix..............C:\Qt\4.5.2
    Headers installed to........C:/Qt/4.5.2/include
    Libraries installed to......C:/Qt/4.5.2/lib
    Plugins installed to........C:/Qt/4.5.2/plugins
    Binaries installed to.......C:/Qt/4.5.2/bin
    Docs installed to...........C:/Qt/4.5.2/doc
    Data installed to...........C:/Qt/4.5.2
    Translations installed to...C:/Qt/4.5.2/translations
    Examples installed to.......C:/Qt/4.5.2/examples
    Demos installed to..........C:/Qt/4.5.2/demos

    Creating qmake...
    execute: File or path is not found (mingw32-make)
    execute: File or path is not found (mingw32-make)
    Cleaning qmake failed, return code -1


    C:\Qt\4.5.2>configure

  12. #12
    Join Date
    Mar 2007
    Location
    Germany
    Posts
    229
    Thanks
    2
    Thanked 29 Times in 28 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: qt 4.5.2: make fails

    Did you download
    qt-win-opensource-4.5.2-mingw.exe or
    qt-win-opensource-src-4.5.2.zip?

    The first one will only work with MinGW, as the file name implies. The latter with nearly all possible development environments.
    So if you want to use MS VS load qt-win-opensource-src-4.5.2.zip.

  13. #13
    Join Date
    Sep 2009
    Posts
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: qt 4.5.2: make fails

    I installed the first one, qt-win-opensource-4.5.2-mingw.exe since I was trying to follow this tutorial http://www.telldus.se/qt/tutorial.pdf.

  14. #14
    Join Date
    Mar 2007
    Location
    Germany
    Posts
    229
    Thanks
    2
    Thanked 29 Times in 28 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: qt 4.5.2: make fails

    I would forget this tutorial, download qt-win-opensource-src-4.5.2.zip and compile Qt with nmake from Visual Studio.
    Then I would learn how to deal with qmake and pro-files. I would read a lot in the Qt documentation, especially about qmake. I would write a pro-file fort my software and then I would use "qmake -t vcapp" command to generate a Visual Studio project for my software. Then I would use VS as a very good IDE.

    Or download the Qt SDK which include an IDE (Qt Creator) and MinGW as compiler. All inclusive, no extra software required.

Similar Threads

  1. I have a script named c in $PATH, make tries to use it, build fails.
    By paulocarvalho_br_2009 in forum Installation and Deployment
    Replies: 1
    Last Post: 22nd May 2009, 19:21
  2. QT4 for kde 4 beta 2 configure problem: make not found
    By marcomangiante in forum Installation and Deployment
    Replies: 1
    Last Post: 5th September 2007, 21:35
  3. Window OS make distclean && qmake && make one line
    By patrik08 in forum General Programming
    Replies: 4
    Last Post: 22nd March 2007, 11:43
  4. Compiling with Qmake/Make
    By VireX in forum Newbie
    Replies: 25
    Last Post: 22nd February 2007, 06:57
  5. Qt4.1.4 make errors.
    By impeteperry in forum Installation and Deployment
    Replies: 11
    Last Post: 1st July 2006, 18:27

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.