Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: NMAKE fails repeatedly fails.  (Read 4116 times)

0 Members and 1 Guest are viewing this topic.

ThePCKid

    Topic Starter


    Starter

  • ...
    • Experience: Experienced
    • OS: Windows Vista
    NMAKE fails repeatedly fails.
    « on: April 21, 2011, 07:29:10 PM »
    I'm trying to install wxWidgets 2.8.12 into Microsoft Visual C++ 2010. Whenever I use nmake -f makefile.vc (exactly as in \build\msw\install.txt), it fails repeatedly with error code 0xc0000135.

    Prompt:

    Code: [Select]
    Microsoft Windows [Version 6.0.6002]
    Copyright (c) 2006 Microsoft Corporation.  All rights reserved.

    C:\Windows\system32>cd C:\wxWidgets*\build\msw

    C:\wxWidgets-2.8.12\build\msw>nmake -f makefile.vc

    Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
    Copyright (C) Microsoft Corporation.  All rights reserved.

            cl /c /nologo /TC /Fovc_mswd\wxregex_regcomp.obj /MDd /DWIN32  /Zi /Fd..
    \..\lib\vc_lib\wxregexd.pdb  /D_DEBUG /Od  /I..\..\include  /I..\..\lib\vc_lib\m
    swd /D__WXMSW__      ..\..\src\regex\regcomp.c
    NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\bi
    n\cl.EXE"' : return code '0xc0000135'
    Stop.

    C:\wxWidgets-2.8.12\build\msw>

    System info:
    - Windows Vista SP2 32-bit Home Premium
    - System is REAL; not pirated.
    - 2GB RAM
    - 2 Ghz dual-core E2180 Intel Pentium CPU
    - Maker & model: Dell Insprion 530S
    - HDD: 300 GB


    Is there something wrong with NMAKE or is it my fault?

    ThePCKid

      Topic Starter


      Starter

    • ...
      • Experience: Experienced
      • OS: Windows Vista
      Oops.
      « Reply #1 on: April 21, 2011, 07:30:47 PM »
      I think this should've been in Software...

      Geek-9pm


        Mastermind
      • Geek After Dark
      • Thanked: 1026
        • Gekk9pm bnlog
      • Certifications: List
      • Computer: Specs
      • Experience: Expert
      • OS: Windows 10
      Re: NMAKE fails repeatedly fails.
      « Reply #2 on: April 28, 2011, 11:50:20 AM »
      The OP is talking about this:
      Quote
      wxWidgets is a C++ library that lets developers create applications for Windows, OS X, Linux and UNIX on 32-bit and 64-bit architectures as well as several mobile platforms including Windows Mobile, iPhone SDK and embedded GTK+. It has popular language bindings for Python, Perl, Ruby and many other languages. Unlike other cross-platform toolkits, wxWidgets gives its applications a truly native look and feel because it uses the platform's native API rather than emulating the GUI. It's also extensive, free, open-source and mature. Why not give it a try...
      http://www.wxwidgets.org/
      Mature?
      The wxWidgets is a work in progress.

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: NMAKE fails repeatedly fails.
      « Reply #3 on: April 29, 2011, 12:59:45 AM »
      this may help.

      I was trying to dereference Null Pointers before it was cool.