Closed
Bug 261380
Opened 21 years ago
Closed 21 years ago
Mozilla Build Error
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: prabharr, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)
Build Identifier: Mozilla Nightly build
D:\>C:\cygwin\bin\make -f D:\Mozilla\mozilla-source.tar\mozilla\client.mk build
make: pwd: Command not found
sed: not found
sed: not found
cat: not found
sed: not found
cvs: not found
mozilla/build/autoconf/mozconfig2client-mk: not found
D:\Mozilla\mozilla-source.tar\mozilla\client.mk:177: /.mozconfig.mk: No such fil
e or directory
D:\Mozilla\mozilla-source.tar\mozilla\client.mk:178: /build/unix/modules.mk: No
such file or directory
make: *** No rule to make target `/build/unix/modules.mk'. Stop.
Reproducible: Always
Steps to Reproduce:
1.Followed the steps in the link http://www.mozilla.org/build/win32.html
2.
3.
Actual Results:
D:\>C:\cygwin\bin\make -f D:\Mozilla\mozilla-source.tar\mozilla\client.mk build
make: pwd: Command not found
sed: not found
sed: not found
cat: not found
sed: not found
cvs: not found
mozilla/build/autoconf/mozconfig2client-mk: not found
D:\Mozilla\mozilla-source.tar\mozilla\client.mk:177: /.mozconfig.mk: No such fil
e or directory
D:\Mozilla\mozilla-source.tar\mozilla\client.mk:178: /build/unix/modules.mk: No
such file or directory
make: *** No rule to make target `/build/unix/modules.mk'. Stop.
Need more help on seeting up the mozconfig files
Comment 1•21 years ago
|
||
> D:\>C:\cygwin\bin\make -f D:\Mozilla\mozilla-source.tar\mozilla\client.mk build
please make sure that:
1) cygwin is in your path
2) you are running make from inside the mozilla\ directory.
Assignee: general → nobody
Component: Browser-General → Build Config
QA Contact: general → core.build-config
(In reply to comment #1)
> > D:\>C:\cygwin\bin\make -f D:\Mozilla\mozilla-source.tar\mozilla\client.mk
build
> please make sure that:
> 1) cygwin is in your path
> 2) you are running make from inside the mozilla\ directory.
Still getting the same errors:
C:\cygwin\bin>make -f D:\Mozilla\mozilla-source.tar\mozilla\client.mk build
sed: not found
sed: not found
cat: not found
sed: not found
cvs: not found
mozilla/build/autoconf/mozconfig2client-mk: not found
D:\Mozilla\mozilla-source.tar\mozilla\client.mk:177: /.mozconfig.mk: No such fil
e or directory
D:\Mozilla\mozilla-source.tar\mozilla\client.mk:178: /build/unix/modules.mk: No
such file or directory
make: *** No rule to make target `/build/unix/modules.mk'. Stop.
Comment 3•21 years ago
|
||
> C:\cygwin\bin>make -f D:\Mozilla\mozilla-source.tar\mozilla\client.mk build
Is "mozilla-source.tar" a folder? Perhaps you should rename it to
"mozilla-source" so we don't confuse it with a tar file.
You need to run this command from the "mozilla" directory:
D:\Mozilla\mozilla-source.tar\mozilla>make -f client.mk build
Lots of people do this every day, please don't file bugs like this; instead, ask
for help in the newsgroups (netscape.public.mozilla.builds).
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•