make error

Talk about Mozilla browsers for small devices such as PDAs and cellphones.
Locked
Leen
Posts: 4
Joined: April 6th, 2005, 2:27 am
Location: Malaysia
Contact:

make error

Post by Leen »

Hi..
i'm new to this.i'm building a minimo for WinCE for emulator specific,
when i did the
call make -f client.mk build_all
i have this error,and wonder where should i fix those error?
---------------------------------------------------------------------------------
checking for zip...no
configure:error:zip not found in $PATH
----------------------------------------------------------------------------------
can anybody please help me? thanx in advance..
BurningRain2
Posts: 12
Joined: April 5th, 2005, 9:44 pm

Post by BurningRain2 »

install gzip to you system and make sure command "zip" can uesd.
Leen
Posts: 4
Joined: April 6th, 2005, 2:27 am
Location: Malaysia
Contact:

Post by Leen »

yeah..i've installed gzip,but i t still have the same error..can anybody please help me...thanx anyway..
john.wolfe
Posts: 4
Joined: April 8th, 2005, 7:56 am
Location: Boston, MA
Contact:

Post by john.wolfe »

Hello Leen,

You can find a ZIP.EXE executable in the ZIP file

http://www.meer.net/~dougt/mozdrop/JVW_BUILDING/JVW_BUILDS_DIR.ZIP

If you unzip this ZIP file, there is a directory called builds\other_cygwin_tools\Zip

Copy the EXE files from builds\other_cygwin_tools\Zip into \cygwin\bin, and that configuration test should now complete successfully.


Also, are you trying to follow the instructions posted on the following URL?

http://www.mozilla.org/projects/minimo/WinCE/build.html
Best Regards,
John Wolfe
wolfe@lobo.us
Locked