Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 17981 invoked from network); 16 Nov 2005 19:47:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Nov 2005 19:47:17 -0000 Received: (qmail 4512 invoked by uid 500); 16 Nov 2005 19:47:13 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 4463 invoked by uid 500); 16 Nov 2005 19:47:12 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 4452 invoked by uid 99); 16 Nov 2005 19:47:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2005 11:47:12 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [213.4.129.135] (HELO telesmtp4.mail.isp) (213.4.129.135) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2005 11:48:46 -0800 Received: from [80.32.146.155] ([80.32.146.155]) by telesmtp4.mail.isp (terra.es) with ESMTP id IQ2CA000.0CW for ; Wed, 16 Nov 2005 20:46:48 +0100 Message-ID: <437B8CA8.3040607@telefonica.net> Date: Wed, 16 Nov 2005 20:46:48 +0100 From: Jean-frederic Clere Reply-To: jfclere@sinix.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041023 X-Accept-Language: en, fr MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: JCHEVM builds and runs References: <4377BAEC.70207@dellroad.org> In-Reply-To: <4377BAEC.70207@dellroad.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Archie Cobbs wrote: > For anyone who wants to play with the JCHEVM contribution, the code in > https://svn.apache.org/repos/asf/incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm > > should now be buildable and runnable (on x86 machines only). I have probably done something wrong: +++ gcc -DHAVE_CONFIG_H -I. -I. -I../include -I./native -I./arch -I/opt/SMAWPlus/openssl/include -I/opt/SMAWPlus/include -g -O2 -g -O3 -pipe -Wall -Waggregate-return -Wcast-align -Wchar-subscripts -Wcomment -Wformat -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wparentheses -Wpointer-arith -Wredundant-decls -Wreturn-type -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wwrite-strings -D_AC_INCLUDEDIR=\"/usr/local/include\" -D_AC_DATADIR=\"/usr/local/share\" -D_AC_LIBDIR=\"/usr/local/lib\" -D_AC_SYSCONFDIR=\"/usr/local/etc\" -D_JC_CLASSPATH_HOME=\"/usr/local/classpath\" -D_JC_BOOTSTRAP_JAVA=\"/home/jfclere/JAVA/j2sdk1.4.2_06/bin/java\" -D_JC_GNU_COMPILER=\"/usr/bin/gcc\" -g -O2 -MT vm.lo -MD -MP -MF .deps/vm.Tpo -c vm.c -fPIC -DPIC -o .libs/vm.o vm.c:22:30: java_lang_Thread.h: No such file or directory vm.c: In function `_jc_create_vm': vm.c:215: `java_lang_Thread_MIN_PRIORITY' undeclared (first use in this function) vm.c:215: (Each undeclared identifier is reported only once vm.c:215: for each function it appears in.) vm.c:216: `java_lang_Thread_MAX_PRIORITY' undeclared (first use in this function) vm.c:217: `java_lang_Thread_NORM_PRIORITY' undeclared (first use in this function) make[2]: *** [vm.lo] Error 1 make[2]: Leaving directory `/home/jfclere/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/libjc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jfclere/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/libjc' make: *** [all-recursive] Error 1 +++ Any hints? Cheers Jean-Frederic > > The file APACHE.README contains some general info as well as instructions > on how to build it. Please report any problems, questions, etc. to this > mailing list. > > Cheers, > -Archie > > __________________________________________________________________________ > > Archie Cobbs * CTO, Awarix * > http://www.awarix.com >