delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-Id: | <200103171202.f2HC2vb86521@deborah.paradise.net.nz> |
Reply-To: | Steve Anderson <Steve_Anderson AT paradise DOT net DOT nz> |
From: | Steve_Anderson AT paradise DOT net DOT nz |
To: | cygwin AT sources DOT redhat DOT com |
Subject: | Make file for Java2 Micro Edition |
Date: | 18 Mar 2001 01:03:55 +1200 |
X-Mailer: | NeoPlanet Version: 5.2.0.1552 |
X-ID: | C96FFC20933B11D49307444553540000 |
X-Brand: | NeoPlanet |
X-Build: | 1552 |
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//j2me_cldc/tools/preverifier/build/win32/' cl -c -I../..src/ -DWIN32 -DJAVAVERIFY -DTRIMMED ../../src/check_class.c make[1]: cl: command not found make[1]: *** [check_class.obj] Error 127 make[1]: leaving directory '/cygdrive/d/j2me//j2me_cldc/tools/preverifier/build/win32/' make: *** [all] Error 1 What is the cl command? Below is a listing of the make file: BUILDDIR=$(shell pwd) TOP=../.. PLATFORM=win32 export PLATFORM SUBDIRS = \ $(TOP)/tools/preverifier/build/win32 \ $(TOP)/api \ $(TOP)/samples \ $(TOP)/samples/jam ifneq ($(ROMIZING), false) SUBDIRS += $(TOP)/tools/jcc endif SUBDIRS += $(TOP)/kvm/VmWin/build all clean : FORCE @for i in $(SUBDIRS) ; do \ echo ">>>Recursively making "$$i" "$@"..."; \ cd $$i; $(MAKE) $@ \ || exit 1; cd $(BUILDDIR); \ echo "<<<Finished Recursively making "$$i" "$@"." ; \ done FORCE: ; Thanks in advance Download NeoPlanet at http://www.neoplanet.com -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |