|
Compile eror
I am trying to build lmcrypt on \i86_n3-11.9.1and am getting the following compile error.
I extensively googled this subject, but could not find any solution to this problem.
Any ideas or suggestions are welcome.
Setting environment for using Microsoft Visual Studio 2010 x86 tools.
c:\Program Files\Microsoft Visual Studio 10.0\VC>cd C:\Program Files\Flexlm\i86_
n3-11.9.1\i86_n3
C:\Program Files\Flexlm\i86_n3-11.9.1\i86_n3>build
C:\Program Files\Flexlm\i86_n3-11.9.1\i86_n3>echo off
***************************************************************************
Build.bat can be used in 3 ways *
build MT - This builds all of the files using the /MT compiler flag *
( Multi-threaded C Runtime as a static library ) *
build MD - This builds all of the files using the /MD compiler flag *
( Multi-threaded C Runtime as a DLL ) *
build DLL - This build all of the files to use the flexlm dll *
***************************************************************************
Building using the /MT flag
Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All rights reserved.
RC -r -fo scplmd.res scplmd.rc
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
Copyright (C) Microsoft Corporation. All rights reserved.
fatal error RC1109: error creating scplmd.res
NMAKE : fatal error U1077: '"c:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\R
C.EXE"' : return code '0x1'
Stop.
C:\Program Files\Flexlm\i86_n3-11.9.1\i86_n3>
regards
rcer
|