Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

build problem

0 views
Skip to first unread message

Ag.yang

unread,
Jul 21, 2006, 4:58:02 AM7/21/06
to dev-b...@lists.mozilla.org
When I build mozilla,it reported:"target pattern contains no '%', stop"
, then stopped. I think it's my script file's falt. I am using vc7,
windowsXP, and following is my script file:
set HOME=E:\mozilla_all
set
VCVARS=D:\ProgramFiles\MicrosoftVisualStudio.NET2003\Vc7\bin\VCVARS32.BAT
set MOZ_TOOLS=E:\mozilla_all\moztools
set CYGWINBASE=c:\cygwin
set PATH=%CYGWINBASE%\bin;%PATH%;
call "%VCVARS%"
set PATH=%MSSDK%\bin;%PATH%;
set INCLUDE=%MSSDK%\Include;%MSVC%\include;%INCLUDE%
set LIB=%MSSDK%\Lib;;%MSVC%\lib;%LIB%
set PATH=%PATH%;%MOZ_TOOLS%\bin;
set MOZ_BITS=32
set MOZ_DEBUG=1
set MOZ_SRC=E:\mozilla_all\mozilla
set OS_TARGET=WINNT
set WINOS=%OS_TARGET%
set _MSC_VER=1310
bash --login -i

Anyone can help me point to the falt? Any suggestion is appreciated.
Thanks a lot in advance.

Ag.yang

unread,
Jul 21, 2006, 4:59:25 AM7/21/06
to dev-b...@lists.mozilla.org

Benjamin Smedberg

unread,
Jul 21, 2006, 9:19:13 AM7/21/06
to
Ag.yang wrote:
> When I build mozilla,it reported:"target pattern contains no '%', stop"
> , then stopped. I think it's my script file's falt. I am using vc7,

What command are you using to build? Make sure that you're running the
cygwin version of "make", instead of the moztools version or (gasp) nmake.

--BDS

Ag.yang

unread,
Jul 21, 2006, 4:49:09 AM7/21/06
to dev-b...@lists.mozilla.org
When I build mozilla,it reported:"target pattern contains no '%', stop"
, then stopped. I think it's my script file's falt. I am using vc7,

doug...@gmail.com

unread,
Jul 21, 2006, 3:17:21 PM7/21/06
to
Make sure you're using make v3.80 and not v3.81 (which is currently
included with cygwin).
0 new messages