i have a problem compiling jrex on p.c. win2000/sp4

"M" <[email protected]> Mon, 29 Jan 2007 00:42:57 +0200
Newsgroups gmane.comp.mozilla.jrex
Message-ID <[email protected]>
hello jrex members

----------------------

i have a problem compiling jrex on p.c. win2000/sp4

i use free vc++ 2005

i have downloaded:

apache/ant 1.7.0

jrex_gre.jar

JRex_seamonkey_src.zip

jrex-bin-nolog-1.0b1_dom3.zip

jrex-src-1.0b1_dom3.zip

jrex-doc-1.0b1_dom3.zip

mozilla-win32-1.7-installer

cygwin

and when i try to build the same error comes all the time (no matter what
.zip file i installed in c:\jrex or C:\jrex_gre

(mozilla browser works fine !)

this is .bat file i use before ant:
============================================================================
=======

@echo off

set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_01
set JAVA_LIB=C:\Program Files\Java\jdk1.6.0_01\lib
set JAVA_BIN=C:\Program Files\Java\jdk1.6.0_01\bin
set JAVA_EXT=C:\Program Files\Java\jdk1.6.0_01\jre

set ANT_HOME=C:\apache-ant-1.7.0
set ICE_HOME=C:\Ice-3.1.1
set CYGWIN_HOME=C:\cygwin\bin

set
PATH=%PATH%;%JAVA_HOME%;%JAVA_LIB%;%JAVA_BIN%;%JAVA_EXT%;%ICE_HOME%;%CYGWIN_
HOME%
set PATH=%PATH%;%ANT_HOME%\bin;%ANT_HOME%\lib;
echo set PATH=%PATH%;%TOMCAT_HOME%\bin;

set classpath=%classpath%;C:\Program Files\Microsoft Visual Studio
8\VC\bin\vcvars32.bat
============================================================================
=======

i try ant make:
============================================================================
=======

C:\JRex\build.xml:60: Execute failed: java.io.IOException: Cannot run
program "m
ake" (in directory "C:\JRex\src\native"): CreateProcess error=2, The system
cann
ot find the file specified

where is the problem?



thank you

meir abramson

meirab-jG/[email protected]