How to set the environmental variables
From: Milos Puchta via .NET 247 (anonymous_at_dotnet247.com)
Date: 11/17/04
- Next message: D. M. via .NET 247: "despina_m81@hotmail.com"
- Previous message: cichy: "masked textbox..."
- Next in thread: Jochen Kalmbach: "Re: How to set the environmental variables"
- Reply: Jochen Kalmbach: "Re: How to set the environmental variables"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Nov 2004 01:00:08 -0800
(Type your message here)
--------------------------------
From: Milos Puchta
We have problem with the building Qt examples
as follows from the fragment of log file.
Thanks for your suggestions.
Rgds,
Milos
For C:\Qt\tutorial\t9\t9.pro
Qt is now configured for building. Just run nmake.
To reconfigure, run nmake clean and configure.
cd tutorial
nmake /K
cd t1
nmake -f Makefile
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
cl -c -nologo -Zm200 -W3 -w34100 -w34189 -MD -O1 -GX -DUNICODE -DWIN32 -DQT_EDU -DQT_DLL -DQT_THREAD_SUPPORT -DQT_ACCESSIBILITY_SUPPORT -DQT_NO_DEBUG -I"C:\Qt\include" -I"C:\Qt\tutorial\t1" -I"tmp\moc\release_mt_shared" -I"C:\Qt\mkspecs\win32-msvc.net" -Fotmp\obj\release_mt_shared\ @C:\DOCUME~1\SKEN\LOCALS~1\Temp\nm3.tmp
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
main.cpp
link /NOLOGO /DELAYLOAD:comdlg32.dll /DELAYLOAD:oleaut32.dll /DELAYLOAD:winmm.dll /DELAYLOAD:wsock32.dll /DELAYLOAD:winspool.dll /DELAYLOAD:opengl32.dll /SUBSYSTEM:WINDOWS /LIBPATH:"C:\Qt\lib" /OUT:t1.exe @C:\DOCUME~1\SKEN\LOCALS~1\Temp\nm4.tmp
LINK : warning LNK4199: /DELAYLOAD:comdlg32.dll ignored; no imports found from comdlg32.dll
LINK : warning LNK4199: /DELAYLOAD:oleaut32.dll ignored; no imports found from oleaut32.dll
LINK : warning LNK4199: /DELAYLOAD:winmm.dll ignored; no imports found from winmm.dll
LINK : warning LNK4199: /DELAYLOAD:wsock32.dll ignored; no imports found from wsock32.dll
LINK : warning LNK4199: /DELAYLOAD:winspool.dll ignored; no imports found from winspool.dll
LINK : warning LNK4199: /DELAYLOAD:opengl32.dll ignored; no imports found from opengl32.dll
LINK : warning LNK4089: all references to 'MSVCP71.dll' discarded by /OPT:REF
cd t2
nmake -f Makefile
cl -c -nologo -Zm200 -W3 -w34100 -w34189 -MD -O1 -GX -DUNICODE -DWIN32 -DQT_EDU -DQT_DLL -DQT_THREAD_SUPPORT -DQT_ACCESSIBILITY_SUPPORT -DQT_NO_DEBUG -I"C:\Qt\include" -I"C:\Qt\tutorial\t2" -I"tmp\moc\release_mt_shared" -I"C:\Qt\mkspecs\win32-msvc.net" -Fotmp\obj\release_mt_shared\ @C:\DOCUME~1\SKEN\LOCALS~1\Temp\nm6.tmp
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
main.cpp
link /NOLOGO /DELAYLOAD:comdlg32.dll /DELAYLOAD:oleaut32.dll /DELAYLOAD:winmm.dll /DELAYLOAD:wsock32.dll /DELAYLOAD:winspool.dll /DELAYLOAD:opengl32.dll /SUBSYSTEM:WINDOWS /LIBPATH:"C:\Qt\lib" /OUT:t2.exe @C:\DOCUME~1\SKEN\LOCALS~1\Temp\nm7.tmp
LINK : warning LNK4199: /DELAYLOAD:comdlg32.dll ignored; no imports found from comdlg32.dll
LINK : warning LNK4199: /DELAYLOAD:oleaut32.dll ignored; no imports found from oleaut32.dll
LINK : warning LNK4199: /DELAYLOAD:winmm.dll ignored; no imports found from winmm.dll
LINK : warning LNK4199: /DELAYLOAD:wsock32.dll ignored; no imports found from wsock32.dll
LINK : warning LNK4199: /DELAYLOAD:winspool.dll ignored; no imports found from winspool.dll
LINK : warning LNK4199: /DELAYLOAD:opengl32.dll ignored; no imports found from opengl32.dll
LINK : warning LNK4089: all references to 'MSVCP71.dll' discarded by /OPT:REF
cd t3
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>AC33qA41KkeQZcCs/8dEHg==</Id>
- Next message: D. M. via .NET 247: "despina_m81@hotmail.com"
- Previous message: cichy: "masked textbox..."
- Next in thread: Jochen Kalmbach: "Re: How to set the environmental variables"
- Reply: Jochen Kalmbach: "Re: How to set the environmental variables"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|