Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Failure to

...

For Windows Vista, you can build the LMX-SDK only if you have root privileges, because the User Account Control (UAC) requires increased security.

If you do not have root privileges, running nmake may result in an error similar to the following:

...

To resolve this issue, make sure you have root privileges.

Failure to run nmake on Windows

If nmake fails under Windows, the compiler environment for Visual Studio may not be set up properly.

...

  • For Visual Studio 2008: C:\WINDOWS\Microsoft.NET\Framework\v3.5.
  • For Visual Studio 2010: C:\Windows\Microsoft.NET\Framework\v4.0.30319.
  • For Visual Studio 2012: C:\Windows\Microsoft.NET\Framework\v4.0.30319.

 Failure to build LM-X SDK on Windows Vista

For Windows Vista, you can build the LMX-SDK only if you have root privileges, because the User Account Control (UAC) requires increased security.

If you do not have root privileges, running nmake may result in an error similar to the following:

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

... 
     if exist lib\lcodedata_mdd.obj del lib\lcodedata_mdd.obj 
     if exist lib\lcodedata.c del lib\lcodedata.c 
     cd lib 
     ..\lmxdev -genlinkfile ..\config\xformation.lmx 
NMAKE : fatal error U1045: spawn failed : No error 
Stop.

To resolve this issue, make sure you have root privileges.