Thanks, Alexey, it helped. Vladimir.
On 9/12/06, Alexey Petrenko <[EMAIL PROTECTED]> wrote:
It fails because you should add path to MS ALTMFC library to your INCLUDE and LIB variables. You can set this variables by vcvars32.bat from MSVC installation. SY, Alexey 2006/9/12, Vladimir Gorr <[EMAIL PROTECTED]>: > Could anybody please explain me why the classlib build fails on Windows > platform as follows: > > ... > [exec] cl -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo - FIsehmap.h-D_X > 86_=1 -DWIN32 -D_WIN32 -W3 -D_WIN95 -D_WIN32_WINDOWS=0x0400 /D_WIN32_DCOM > -D_WI > N32_IE=0x0500 -DWINVER=0x0400 -Ogityb1 -W3 -GF -Gs -MD -Zi -Zm400 -D_DLL > -D_MT > -DWIN32 -D_WIN32_WINNT=0x0400 -D_WINSOCKAPI_ -DWINVER=0x0400 > /IC:\DrlSrc\classlib\trunk\deploy\include > /IC:\DrlSrc\classlib\trunk\deploy\jdk\include /I. -FoWinDataTransfer.obj > WinDataTransfer.cpp > > [exec] Microsoft (R) Program Maintenance Utility Version 7.10.3077 > [exec] Copyright (C) Microsoft Corporation. All rights reserved. > > [exec] WinDataTransfer.cpp > [exec] WinDataTransfer.cpp(22) : fatal error C1083: Cannot open include > file: 'atlbase.h': No such file or directory > [exec] NMAKE : fatal error U1077: 'cl' : return code '0x2' > [exec] Stop. > > How can I resolve this issue? > > Thanks in advance, > > Vladimir. > > -- Alexey A. Petrenko Intel Middleware Products Division --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
