1)
I cannot build the mfcembed app. I am trying to compile this before making
some simple changes. However, I cannot get even the distribution files to
compile. Previous posts all say to simply go to the folder and run nmake.
Perhaps I am missing some pre-requisites here?

Here are the *complete* steps I am following:

- I have downloaded the source for 0.9.3 into c:\developer\mozilla.source
- I untar creating all files in c:\developer\mozilla.source\mozilla
- I have installed Cygwin (per the "build" link for Mozilla).
- I have installed buildtools in c:\developer\mozilla.source and run
install.bat(per the "build" link for Mozilla).
-I have created and executed from the DOS prompt the following:

set MOZ_BITS=32
set MOZ_DEBUG=1
set MOZ_SRC=c:\developer\mozilla.source
set MOZ_TOOLS=c:\developer\mozilla.source\moztools
set OS_TARGET=WINNT
set WINOS=%OS_TARGET%
set PATH=%PATH%;%MOZ_TOOLS%\bin
set _MSC_VER=1200
set DISABLE_TESTS=
set MOZ_DISABLE_JAR_PACKAGING=

-cd \developer\mozilla.source\mozilla\embedding\tests\mfcembed
-I run: nmake /f makefile.win

I get the following error.

C:\DEVELO~1\mozilla\mozilla\EMBEDD~1\tests\mfcembed>nmake -f makefile.win

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

+++ make: export in
C:\DEVELO~1\mozilla\mozilla\EMBEDD~1\tests\mfcembed\componen
ts
+++ make: install in
C:\DEVELO~1\mozilla\mozilla\EMBEDD~1\tests\mfcembed\compone
nts
PromptService.cpp
C:\DEVELO~1\mozilla\mozilla\EMBEDD~1\tests\mfcembed\components\PromptService
.h(2
6) : fatal error C1083: Cannot open include file: 'nsError.h': No such file
or d
irectory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
Studio\VC98\bin\N
MAKE.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
Studio\VC98\bin\N
MAKE.EXE"' : return code '0x2'
Stop.

C:\DEVELO~1\mozilla\mozilla\EMBEDD~1\tests\mfcembed>

I'm wondering if there were some steps or something else I should have build
first?

2)
I also get nowhere with the Roll Your own browser instructions.:
nmake /f basebrowser-win

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

basebrowser-win(1) : fatal error U1033: syntax error : ';' unexpected
Stop.

TIA,
Steve B.



Reply via email to