[Botan-devel] Error Building for Visual Studio 2005 (VC8)
Jack Lloyd
lloyd at randombit.net
Wed Nov 29 18:59:18 EST 2006
On Wed, Nov 29, 2006 at 04:53:06PM -0600, Daniel Goll?s wrote:
> but when I ran nmake I got the following error:
>
> cl /nologo -Ibuild/include /O2 /Ob2 /G6 /EHsc /GR /D_CONSOLE /c src\adl
> er32.cpp /Fobuild\lib\adler32.obj
> NMAKE : fatal error U1077: '"C:\Archivos de programa\Microsoft Visual Studio 8\V
> C\bin\cl.EXE"' : return code '0xc0000135'
> Stop.
I can't find anything on MSDN about what that error code means (U1077
means NMAKE called something that failed (helpful), and 0xc0000135
means ???). So, two things that come to mind:
Try editing the makefile, and replace -Ibuild/include with
-Ibuild\include - I found a reference on another list that suggested
this might be the problem.
Or try to replicate with 1.5.12.
-Jack
More information about the botan-devel
mailing list