1 Aug 2008 01:07
RE: Eiffel 62/Vista SPC1/VisualStudio 2008
> I do have a variety of "MS Windows SDK for Visualstudio ..." installed I meant beside installing Visual Studio and .NET did you install the "Windows SDK"? > c:\program files\eiffel software\eiffelstudio 6.2 > gpl\studio\spec\windows\include\eif_portable.h(88) : fatal error C1083: > Cannot open include file: 'limits.h': No such file or directory > NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio > 9.0\VC\bin\cl.EXE"' : return code '0x2' The good news is that we are indeed able to find the C compiler tools. However, it seems that the path to the standard header files is not properly configured. If really you do not have the `Windows SDK' then it should really work just fine because we also call `vsvars32.bat' before launching the C compilation. Regards, Manu ------------------------------------
RSS Feed