473,378 Members | 1,467 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

How to set the environmental variables

(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\LOCA LS~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; noimports found from comdlg32.dll
LINK : warning LNK4199: /DELAYLOAD:oleaut32.dll ignored; noimports found from oleaut32.dll
LINK : warning LNK4199: /DELAYLOAD:winmm.dll ignored; no importsfound from winmm.dll
LINK : warning LNK4199: /DELAYLOAD:wsock32.dll ignored; noimports found from wsock32.dll
LINK : warning LNK4199: /DELAYLOAD:winspool.dll ignored; noimports found from winspool.dll
LINK : warning LNK4199: /DELAYLOAD:opengl32.dll ignored; noimports found from opengl32.dll
LINK : warning LNK4089: all references to 'MSVCP71.dll' discardedby /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\LOCA LS~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; noimports found from comdlg32.dll
LINK : warning LNK4199: /DELAYLOAD:oleaut32.dll ignored; noimports found from oleaut32.dll
LINK : warning LNK4199: /DELAYLOAD:winmm.dll ignored; no importsfound from winmm.dll
LINK : warning LNK4199: /DELAYLOAD:wsock32.dll ignored; noimports found from wsock32.dll
LINK : warning LNK4199: /DELAYLOAD:winspool.dll ignored; noimports found from winspool.dll
LINK : warning LNK4199: /DELAYLOAD:opengl32.dll ignored; noimports found from opengl32.dll
LINK : warning LNK4089: all references to 'MSVCP71.dll' discardedby /OPT:REF
cd t3

-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>1HYqpkY8k0u+dP/G6jJJnw==</Id>
Nov 17 '05 #1
0 1204

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Bruce Lehmann | last post by:
Hi, I've installed Apache (WAMP install) so I can edit and test my web site on my home computer. In general php code seems to work, but I can't access Apache variables such as PATH or...
1
by: Ric | last post by:
thx for the help. im having problems with java and jsp. i think im not settup up the enviornmental variables right in w2k advanced tab. im using a wrox book, but the wrox book references a servlet...
15
by: Casanova | last post by:
Hello!! how can i get all the details of the environmental variables. If i use getenv, i will have to specify the name of the variable. for intsance i will have to give getenv("PATH") How can...
2
by: Steven | last post by:
I have an asp.net application written in VB.net. I want to access a client side environment variable. For instance, we set an environment variable for the UserName. So, I write the code for...
4
by: Shiraz | last post by:
Hi I'm using Visual Studio Installer to make my installer, and have not as yet figured out a straightforward way to use it to set environmental variables. Amongst the various things I tried, I'm...
9
by: Sathyaish | last post by:
In which physical file are the python environmental variables located? I know I can access them using the: os.environ.get('PYTHONSTARTUP') or os.environ.get('PYTHONPATH')
2
by: Kourosh | last post by:
I'm just wondering, is there a way I could use an environmental variable in an XML file to specify the path of its XSL file? something like <?xml-stylesheet type="text/xsl"...
2
Curtis Rutland
by: Curtis Rutland | last post by:
I want to get the actual physical path for some of the Windows Environmental Variables. If I typed %TEMP% into the Run prompt on Vista, I'd go to the folder: C:\Users\username\AppData\Local\Temp ...
9
by: iavian | last post by:
Hi all , I want to set a env variable in a C program? . Not through shell env variables. Any help? Thanks Vijay
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.