Re: Question: make, makefile and KVM in J2ME

2003-03-28 Thread yi ru
ols/jcc' make[1]: *** [nativeFunctionTableWin.c] Error 2 make[1]: Leaving directory `/cygdrive/c/J2ME/CLDC/tools/jcc' make: *** [all] Error 1 C:\J2ME\CLDC\build\win32> == Many thanks Eric From:

Re: Question: make, makefile and KVM in J2ME

2003-03-27 Thread Igor Pechtchanski
; cp ../../api/classes.zip classes.zip) > rm -f .filelist > if [ '!' -d classes ]; then rm -rf classes; mkdir classes; fi; > if [ -f .filelist ]; then \ > echo javac `cat .filelist`; \ > javac -d classes -classpath classes:src \ > `cat

Re: Question: make, makefile and KVM in J2ME

2003-03-27 Thread yi ru
bleWin.c JCC_PASS_TWO=true File not found - *.java File not found - *.java make[2]: Entering directory `/cygdrive/c/J2ME/CLDC/tools/jcc' make[2]: *** No rule to make target `classesWin.zip', needed by `nativeFunctionT ableWin.c'. Stop. make[2]: Leaving directory `/cygdrive/c/J2ME/CLDC/

Re: Question: make, makefile and KVM in J2ME

2003-03-27 Thread Igor Pechtchanski
ect all option in the devel and I > select all others by default. Actually I use this soft three days age and I > really don't know how to give a correct description of my question although > I read some documents in the website. > > Thank you for your help, I will read the make

Re: Question: make, makefile and KVM in J2ME

2003-03-27 Thread yi ru
the website. Thank you for your help, and also wait for your further help. Eric From: Igor Pechtchanski <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: yi ru <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: Question: make, makefile and KVM in J2ME Date: Thu, 27 Mar 2003

Re: Question: make, makefile and KVM in J2ME

2003-03-27 Thread Igor Pechtchanski
On Thu, 27 Mar 2003, yi ru wrote: > Hi, Igor Pechtchanski > > The sun's "release notes" recommend me to download setup.exe of cygwin to > install in order to use make. That is, the way was tested successfully. I > try to use (gnu)make to port kvm. Somebody did it and get the different > error (127

Re: Question: make, makefile and KVM in J2ME

2003-03-27 Thread Igor Pechtchanski
On Thu, 27 Mar 2003, yi ru wrote: > My question is different from the thread before in the mail list > > I am trying to run the make file for J2ME (Java 2 Micro Edition). When the > make file runs I get the following error: > > Recursively making ../../tools/preverifier/build/win32 all... > make[

Question: make, makefile and KVM in J2ME

2003-03-27 Thread yi ru
My question is different from the thread before in the mail list I am trying to run the make file for J2ME (Java 2 Micro Edition). When the make file runs I get the following error: Recursively making ../../tools/preverifier/build/win32 all... make[1]: Entering Directory '/cygdrive/d/j2me//j2m