hi, thanks for looking.
the entire output from the nmake is this:
so that's the only error returned. i'm clueless as to what's going on. the qmake variables are confusing me too, as they're used but i can't see where they're ever defined.Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
nmake -f Makefile.Release
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
cl -c -nologo -Zm200 -O2 -MD -O2 -MD -W3 -w34100 -w34189 -GR -EHsc -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQDESIGNER_EXPORT_WIDGETS -DQT_DLL -DQT_NO_DEBUG -DQT_PLUGIN -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"G:/Qt4/include/QtCore" -I"G:/Qt4/include/QtGui" -I"G:/Qt4/include/QtXml" -I"G:/Qt4/include" -I"G:/Qt4/include/QtDesigner" -I"G:/Qt4/include/ActiveQt" -I"release" -I"." -I"G:/Qt4/mkspecs/win32-msvc.net" -Forelease\ @C:\DOCUME~1\Gene\LOCALS~1\Temp\nm323.tmp
NMAKE : fatal error U1077: 'cl' : return code '0xc0000135'
Stop.
NMAKE : fatal error U1077: '"F:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\nmake.exe"' : return code '0x2'
Stop.
Last edited by jacek; 5th June 2007 at 21:35. Reason: changed [code] to [quote]
woops, thought you wanted the output instead of the command. the commands are:
qmake worldtimeclockplugin.pro
and then simply
nmake
that's it. what should i do??![]()
This might help: http://lists.trolltech.com/qt-intere.../msg00560.html
Do you use the Qt Command Prompt or regular cmd.exe?
illuzioner (6th June 2007)
i looked at this link, but i don't see how it applies. there was something about vcvarsall.bat, (which i don't know what it is or does), but it doesn't seem to be included in vs 2003. is vsvars.bat the 2003 equivalent ?
originally i didn't even understand your question. i then found in the qt programs folder the Qt command prompt. so, to answer your question, i have been using a straight dos prompt, not the qt version. i opened the qt prompt and did an nmake, and it actually compiled and linked without errors!
it doesn't seem that the qt prompt really does that much other than set up a couple of variables. so, i'm wondering which command made the difference. i think my path and qtdir were fine, so maybe the qmakespec, but i really don't know what the alternative to win32-msvc.net would even be.
anyway, it works now, so just asking the question helped. thanks!
lou
Bookmarks