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

    How to using nmake to build

    I was download a source code from http://dgnlib.maptools.org/
    I using nmake to build this project but error :
    http://img691.imageshack.us/img691/746/45905251.jpg
    Please help me!
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Join Date
    Apr 2004
    Posts
    102

    Re: How to using nmake to build

    You have to be in the C:\dgnLib directory and then execute nmake /f Makefile.vc from that directory. The makefile will only search the current directory for the cpl_config.h file. Thus, when you are executing the makefile from C:\Program files\Microsoft Visual Studio 9.0\Vc, the makefile expects to find cpl_config.h in that directory. But it isn't in that directory.

  3. #3
    Join Date
    May 2007
    Posts
    5

    Re: How to using nmake to build

    Thanks you!
    I did as a guide but encountered an error. I am a dotnet programmer should not understand the messages
    http://img685.imageshack.us/img685/7216/90113807.jpg
    Please help me!
    Last edited by dieucay555; December 28th, 2009 at 11:43 PM.

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