Note that there are some explanatory texts on larger screens.

plurals
  1. POCompilation Qt 4.7.3 under Windows x64 with VS 2008
    primarykey
    data
    text
    <p>I tried to compilation Qt 4.7.3 under Windows x64 with VS 2008.</p> <p>Step by step:</p> <ol> <li>Start Start Menu\Microsoft Visual Studio 2008\Visual Studio Remote Tools\Visual Studio 2008 x64 Win64 Command Prompt </li> <li>Go to C:\Qt\4.7.3\ </li> <li>Type configure </li> <li>Type nmake.</li> </ol> <p>But I have compilation error: </p> <pre><code>qnetworkdiskcache.cpp c:\qt\4.7.3\include\qtcore\private\../../../src/corelib/io/qiodevice_p.h(170) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data c:\qt\4.7.3\include\qtcore\private\../../../src/corelib/io/qiodevice_p.h(170) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data c:\qt\4.7.3\include\qtcore\private\../../../src/corelib/io/qiodevice_p.h(170) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data access\qnetworkrequest.cpp(997) : warning C4996: 'sscanf': This function or vari able may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h(32 4) : see declaration of 'sscanf' c:\Qt\4.7.3\src\network\tmp\moc\debug_shared\moc_qnetworkreplyimpl_p.cpp(99) : e rror C2079: '_r' uses undefined class 'QSslConfiguration' c:\Qt\4.7.3\src\network\tmp\moc\debug_shared\moc_qnetworkreplyimpl_p.cpp(99) : e rror C3861: 'sslConfigurationImplementation': identifier not found c:\Qt\4.7.3\src\network\tmp\moc\debug_shared\moc_qnetworkreplyimpl_p.cpp(100) : error C2582: 'operator =' function is unavailable in 'QSslConfiguration' c:\Qt\4.7.3\src\network\tmp\moc\debug_shared\moc_qnetworkreplyimpl_p.cpp(101) : error C3861: 'setSslConfigurationImplementation': identifier not found c:\Qt\4.7.3\src\network\tmp\moc\debug_shared\moc_qnetworkreplyimpl_p.cpp(102) : error C3861: 'ignoreSslErrorsImplementation': identifier not found NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 9.0\ VC\BIN\amd64\cl.EXE"' : return code '0x2' Stop. NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 9.0\ VC\BIN\amd64\nmake.exe"' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. </code></pre> <p>I used nmake /I for compilation Qt. I compiled modules, what was needed me successful.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload