On 26 June 2006 at 21:40, =?ISO-8859-1?Q?Thorbj=F8rn_Ravn_Andersen?= <[EMAIL PROTECTED]> wrote: > > I have now tried fiddling with Visual Studio C++ Express (free download > for the time being from Microsoft, which would enable me to participate) > to see if I could build classlib with it under Windows XP, but have > failed so far. > > I made some progress however. Nmake initially complains that it cannot > find an ntwin32.mak which I then put in native-src/win.IA32 as an empty > file. Then win32.mak was missing - throwing liberal amount of empty > win32.mak files all over made nmake happy, but then the actual compiler > invocation fails: > > [exec] Microsoft (R) Program Maintenance Utility Version 8.00.50727.42 > [exec] Copyright (C) Microsoft Corporation. All rights reserved. > [exec] cd sig > [exec] "C:\Program Files\Microsoft Visual Studio > 8\VC\bin\nmake.exe" /NOLOGO > [exec] -Ogityb1 -WX -GF -Gs -MD -Zi -Zm400 -D_DLL -D_MT -DWIN32 > -D_WIN32_WINNT=3D0x0400 -D_WINSOCKAPI_ -DWINVER=3D0x0400 /IC:\Documents > and Settings\TRA\workspace-harmony\Harmony\deploy\include /IC:\Documents > and Settings\TRA\workspace-harmony\Harmony\deploy\jdk\include /I. > /I..\..\..\modules\luni\src\main\native\include\shared > /I..\..\..\modules\luni\src\main\native\include\windows > -Fo..\..\shared\sig\hysig_copyright.obj ..\..\shared\sig\hysig_copyright.c > [exec] '-Ogityb1' is not recognized as an internal or external command, > [exec] operable program or batch file. > [exec] NMAKE : fatal error U1077: '-Ogityb1' : return code '0x1' > [exec] Stop. > [exec] NMAKE : fatal error U1077: '"C:\Program Files\Microsoft > Visual Studio 8\VC\bin\nmake.exe"' : return code '0x2' > [exec] Stop. > > The question is then where this is defined. I have worked quite a bit > with gcc but am completely green with this environment. > > What would a feasible path be from here?
Looks like one of the variables set in one of those "empty" included makefiles should be CC set to cl ? -Mark. --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]