Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Qt with eclipse
Qt with eclipse [message #210955] Sat, 01 March 2008 01:36 Go to next message
Eclipse UserFriend
Originally posted by: kevin.akev.org

Does anyone know how to set up Eclipse to work with Qt integration and
vc++ 9.0? (cl.exe) I can use it with Qt and mingw, but keep getting this
error when trying to use it with vc++ 9.0:

NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\bin\cl.EXE"' : return code '0xc0000135'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\bin\nmake.exe"' : return code '0x2'
Stop.
Re: Qt with eclipse [message #210963 is a reply to message #210955] Sat, 01 March 2008 04:01 Go to previous messageGo to next message
Bert Hyman is currently offline Bert HymanFriend
Messages: 75
Registered: July 2009
Member
In news:5d95eceb93842ffab4d7ae499f3db3c0$1@www.eclipse.org kevin@akev.org
(Kev S.) wrote:

> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
> 9.0\VC\bin\cl.EXE"' : return code '0xc0000135'

The c0000135 error code in general means "the application failed to
initialize" or "component not found".

Is your PATH environment variable set up correctly?


> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
> 9.0\VC\bin\nmake.exe"' : return code '0x2'

Exit status "2" from nmake is probably just a result of the compiler
exiting abnormally.
Re: Qt with eclipse [message #210971 is a reply to message #210963] Sat, 01 March 2008 04:45 Go to previous message
Eclipse UserFriend
Originally posted by: kevin.akev.org

Yes it is in the path. (Same directory as nmake.exe)...

C:\Users\kev>echo %PATH%
C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\m ysql\bin;C:\Windows\
Microsoft.NET\Framework\v2.0.50727;C:\Program Files\Microsoft SQL
Server\90\Tool
s\binn\;C:\MinGW\libexec\gcc\mingw32\3.4.2;c:\mingw\bin;c:\m asm32\bin;c:\qt-stat
ic-4.3.3\bin;C:\Program Files\Microsoft Visual Studio
9.0\VC\bin;C:\Program File
s\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio
Share
d\9.0\DLLShared\

'cl.exe' is here along with nmake.exe, which does get called from eclipse.
C:\Program Files\Microsoft Visual Studio 9.0\VC\bin

Perhaps it only works with MinGW for whatever reason...
Previous Topic:Header data is missing
Next Topic:Using Eclipse with an already existing C/C++ project
Goto Forum:
  


Current Time: Fri Apr 26 04:36:40 GMT 2024

Powered by FUDForum. Page generated in 0.03894 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top