CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2009
    Posts
    48

    Compiling stlport under VC9: rc.exe mising

    Hello,

    trying to start with VC9 1st thing I'm doing is to compile stlport.
    going with delivered makefile, it gives the error:

    Code:
    Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
    Copyright (C) Microsoft Corporation.  All rights reserved.
    
            rc /I../../stlport /D "COMP=icl" /D "BUILD_INFOS=/nologo /W0 /GR /GX /GF /DWIN64=1 /D_WIN64=1 /Qvc9 /D_STLP_USE_BOOST_SUPPORT /Zm800  /MD /Zi /O3 /GL /Qipo" /fo obj\icl\shared\stlport.res ../../src\stlport.rc
    NMAKE : fatal error U1045: spawn failed : Invalid argument
    Stop.
    Original environment restored.
    hmm looks like no rc.exe


    having installed VS2010 full and VSExpress2008, searched thru
    D:\Microsoft\Visual Studio 10\
    D:\Microsoft\Visual Studio 9\
    for rc.exe, though none was found, whereis that thingy gone, was it replaced with something else?
    Last rc.exe I used in VC7.1

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: Compiling stlport under VC9: rc.exe mising

    I have no idea what stlport is, but did you try to ask somewhere in stlport forums?
    Victor Nijegorodov

  3. #3
    Join Date
    Feb 2009
    Posts
    48

    Re: Compiling stlport under VC9: rc.exe mising

    hmm didnot. anyway I suppose it is a nmake related error because it says
    NMAKE : fatal error U1045: spawn failed : Invalid argument
    which is some problem with rc call

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured