What is supposed to happen to the directory ..\dist\embed\tmpchrome ???
Is it supposed to have files ?
There is nothing created in it when I run the make command. Infact I get an
error that it can not be removed. This is what my files look like:
<<...OLE_Obj...>>
>
>
And this is the error messege I keep getting:
+++ making chrome D:/mozilla/source/mozilla/embedding/config =>
..\..\dist\WIN
2_O.OBJ\bin\chrome/embed.jar
rm: cannot remove directory
`..\\..\\dist\\WIN32_O.OBJ\\Embed\\tmpchrome': Not
directory
NMAKE : fatal error U1077: 'rm' : return code '0x1'
Stop.
NMAKE : fatal error U1077: 'F:\VC98\BIN\NMAKE.EXE' : return code
'0x2'
Stop.
Any Ideas ? I have set up the environment variables ok, I think !
I do have an embed.jar file which is located in
d:\mozilla\source\mozilla\dist\win32_o.obj\bin\chrome
The document "Roll your own Browser" says that when you run the make
command, a direcotry in Dist named Embed is created, which contains all the
base support to get the browser started. I don't see any files in this dir.
Thanks,
Fatima
Thanks,
Fatima
[CORONA,FATIMA (HP-Boise,ex1)]
> -----Original Message-----
> From: MATTHEWS,HEATHER (HP-Vancouver,ex1)
> Sent: Monday, July 09, 2001 11:30 AM
> To: CORONA,FATIMA (HP-Boise,ex1)
> Subject: RE: MOZ_SRC
>
> do you have all the environment variables properly set?
>
> -----Original Message-----
> From: CORONA,FATIMA (HP-Boise,ex1)
> Sent: Monday, July 09, 2001 10:17 AM
> To: MATTHEWS,HEATHER (HP-Vancouver,ex1)
> Subject: RE: MOZ_SRC
>
> Hi Heather,
>
> I don't know what I might be missing but now I am getting the
> following error messege when trying to "make" under embedding\config :
>
> D:\mozilla\source\mozilla\EMBEDD~1\config>nmake /f makefile.win
>
> Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
> Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
>
> The system cannot find the path specified.
> ..\../config/config.mak(332) : fatal error U1052: file
> '..\../config/WIN' not fo
> und
> Stop.
>
> D:\mozilla\source\mozilla\EMBEDD~1\config>
>
> I checked the makefile.win and from what I analyzed... the file
> should run properly.
>
> any ideas?
>
> Thanks Heather.
>
> Fatima
>
> -----Original Message-----
> From: MATTHEWS,HEATHER (HP-Vancouver,ex1)
> Sent: Monday, July 09, 2001 9:58 AM
> To: CORONA,FATIMA (HP-Boise,ex1)
> Subject: RE: MOZ_SRC
>
> I'm totally baffeled on this one. Try posting a message to
> the embedding newsgroup. That has always been really helpful for me.
>
> -Heather
>
> -----Original Message-----
> From: CORONA,FATIMA (HP-Boise,ex1)
> Sent: Friday, July 06, 2001 12:45 PM
> To: MATTHEWS,HEATHER (HP-Vancouver,ex1)
> Subject: RE: MOZ_SRC
>
> Hi Heather,
>
> This is what I have. I do have an embed.jar file.
> Check it out:
>
> << OLE Object: Picture (Device Independent Bitmap)
> >>
>
> And yes, you can delete the tmpchrome directory, but
> you have to use the rm -r option... instead of simply the rm command.
>
> Thanks Heather,
> Fatima
>
>
> -----Original Message-----
> From: MATTHEWS,HEATHER (HP-Vancouver,ex1)
> Sent: Friday, July 06, 2001 11:43 AM
> To: CORONA,FATIMA (HP-Boise,ex1)
> Subject: RE: MOZ_SRC
>
> I'm not sure at all what is happening but these are
> all the things that I would check:
>
> Does embed.jar exist anywhere?
> Do any *.jar files exist?
> Can you manually delete tmpchrome?
>
> Let me know and we can go from there...
>
> -Heather
>
> -----Original Message-----
> From: CORONA,FATIMA (HP-Boise,ex1)
> Sent: Friday, July 06, 2001 10:38 AM
> To: MATTHEWS,HEATHER (HP-Vancouver,ex1)
> Subject: RE: MOZ_SRC
>
> Heather help... :(
>
> I am getting an error messege when I run the nmake
> command.
> It looks something like this:
>
> make-jars -v -d ..\..\dist\WIN32_O.OBJ\bin\chrome -f
> jar -s ..\..\dist\WIN32_O.O
> BJ\Embed\tmpchrome
> +++ making chrome
> D:/mozilla/source/mozilla/embedding/config => ..\..\dist\WIN3
> 2_O.OBJ\bin\chrome/embed.jar
> rm: cannot remove directory
> `..\\..\\dist\\WIN32_O.OBJ\\Embed\\tmpchrome': Not a
> directory
> NMAKE : fatal error U1077: 'rm' : return code '0x1'
> Stop.
> NMAKE : fatal error U1077: 'F:\VC98\BIN\NMAKE.EXE' :
> return code '0x2'
> Stop.
>
> D:\mozilla\source\mozilla\embedding\config>
>
> I am assuming that
> ..`..\\..\\dist\\WIN32_O.OBJ\\Embed\\tmpchrome' is not being build
> correctly. I checked tmpchrome dir and is empty. From what I understood,
> there should had been some files created in this dir. but it is completely
> empty.
> Either that, or some make command is not working
> correctly.
>
> Thank you so much Heather,
>
> Fatima
>
> -----Original Message-----
> From: MATTHEWS,HEATHER (HP-Vancouver,ex1)
> Sent: Friday, July 06, 2001 10:07 AM
> To: CORONA,FATIMA (HP-Boise,ex1)
> Subject: RE: MOZ_SRC
>
> Hi Fatima,
> Set up your build environment like you are
> about to do a build (all the environment variables) but change directories
> to mozilla\embeddding\config at the command prompt. From here, type
> "nmake /f makefile.win".
>
> Please don't hesitate to ask questions. No problem
> at all!
>
> -Heather
>
>
> -----Original Message-----
> From: CORONA,FATIMA (HP-Boise,ex1)
> Sent: Friday, July 06, 2001 9:05 AM
> To: MATTHEWS,HEATHER (HP-Vancouver,ex1)
> Subject: RE: MOZ_SRC
>
> Hi Heather,
>
> Just had a question.
> I am trying to figure out what this line means when
> it suggests to "do a make". What do they mean. and "How" do you do one.
>
> After a build is done, you can change directory into
> mozilla/embedding/config, and do a make
>
> Sorry for the inconvenience Heather and thank you
> very much for your time.
>
> Fatima
>
> -----Original Message-----
> From: MATTHEWS,HEATHER (HP-Vancouver,ex1)
> Sent: Thursday, July 05, 2001 8:43 PM
> To: CORONA,FATIMA (HP-Boise,ex1)
> Subject: RE: MOZ_SRC
>
> Hi Fatima,
> Congratulations on getting everything built.
> If you are ever in need of anything try the "search" link at
> www.mozilla.org. Embedding information is at
> http://www.mozilla.org/projects/embedding/howto/index.html.
>
> Thanks,
> Heather
>
>
> -----Original Message-----
> From: CORONA,FATIMA (HP-Boise,ex1)
> Sent: Thursday, July 05, 2001 12:25 PM
> To: MATTHEWS,HEATHER (HP-Vancouver,ex1)
> Subject: RE: MOZ_SRC
>
> Hi Heather,
>
> Just wanted to thank you for helping build Mozilla.
> I think its already build.
> I wanted to ask you what links I could possibly look
> at if I want to get just the plain browser from Mozilla instead of all the
> xtras it comes with.
>
> Thanks,
> Fatima
>
> -----Original Message-----
> From: MATTHEWS,HEATHER (HP-Vancouver,ex1)
> Sent: Tuesday, July 03, 2001 3:59 PM
> To: CORONA,FATIMA (HP-Boise,ex1)
> Subject: RE: MOZ_SRC
>
> I am out of the office this morning and will get
> back with you this afternoon. Call me at 360 600 5831 if anything is
> urgent.
>
> Thanks for the email,
> Heather
Help ! nmake /f makefile.win not working
CORONA,FATIMA (HP-Boise,ex1) Mon, 09 Jul 2001 12:30:56 -0700
- Help ! nmake /f makefile.win not working CORONA,FATIMA (HP-Boise,ex1)
- Help ! nmake /f makefile.win not working CORONA,FATIMA (HP-Boise,ex1)
