From owner-freebsd-questions@FreeBSD.ORG Tue Sep 27 03:48:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54EB316A41F for ; Tue, 27 Sep 2005 03:48:29 +0000 (GMT) (envelope-from murcielako@yahoo.com) Received: from web50101.mail.yahoo.com (web50101.mail.yahoo.com [206.190.38.29]) by mx1.FreeBSD.org (Postfix) with SMTP id D40F543D49 for ; Tue, 27 Sep 2005 03:48:28 +0000 (GMT) (envelope-from murcielako@yahoo.com) Received: (qmail 30480 invoked by uid 60001); 27 Sep 2005 03:48:28 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Iocaw6K0XXtPkuMhlXEGwihh/FeVDk/ZngZ2pvTpvcqKh898/uOxNR0GRKWsOOEb/P3plmo4TrvvaKttq04lG2Db8iiH0QJavy1eHAQMyMqzWWxXiJNixlabIPnzKgNfDi/xNQVGRDD/PDY542an376gkWbWl0rdmx5q+cukp2I= ; Message-ID: <20050927034828.30478.qmail@web50101.mail.yahoo.com> Received: from [200.116.162.73] by web50101.mail.yahoo.com via HTTP; Mon, 26 Sep 2005 22:48:27 CDT Date: Mon, 26 Sep 2005 22:48:27 -0500 (CDT) From: "Jorge Mario G. Mazo" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: errors compilling JDK15 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 03:48:29 -0000 Hi there I've had the following problem compiling the native jdk15. this is the FreeBSD version: FreeBSD verde.fish 5.4-STABLE FreeBSD 5.4-STABLE #0: Fri Aug 12 20:17:01 COT 2005 root@verde.fish:/usr/obj/usr/src/sys/VERDE i386 This are the files in my dist dir ./ java.txt ../ jdk-1_5_0-bin-scsl.zip bsd-jdk15-patches-2.tar.bz2 jdk-1_5_0-src-scsl.zip j2sdk-1_4_2_08-linux-i586.bin and I have the following line in my fstab linprocfs /compat/linux/proc linprocfs rw 0 0 ... gmake[3]: Entering directory `/usr/ports/java/jdk15/work/deploy/make/javaws' /bin/mkdir -p /usr/ports/java/jdk15/work/control/build/bsd-i586 /bin/mkdir -p /usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/deploy/common/lib /usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/deploy/common_g/lib /usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/deploy/deployClasses /usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/deploy/deployClasses_g /usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/deploy/deployClassHeaders /bin/mkdir -p /usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/deploy/deployObj /usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/deploy/deployObj_g /usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/deploy/common/lib /usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/deploy/common_g/lib /usr/bin/gcc -I/usr/local/linux-sun-jdk1.4.2/include -I/usr/local/linux-sun-jdk1.4.2/include/freebsd -c /usr/ports/java/jdk15/work/control/make/../../deploy/src/common/unix/native/config.c -o /usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/deploy/deployObj/config.o In file included from /usr/ports/java/jdk15/work/control/make/../../deploy/src/common/unix/native/config.c:10: /usr/local/linux-sun-jdk1.4.2/include/jni.h:27:20: jni_md.h: No such file or directory In file included from /usr/ports/java/jdk15/work/control/make/../../deploy/src/common/unix/native/config.c:10: /usr/local/linux-sun-jdk1.4.2/include/jni.h:45: error: syntax error before "jsize" /usr/local/linux-sun-jdk1.4.2/include/jni.h:45: warning: data definition has no type or storage class /usr/local/linux-sun-jdk1.4.2/include/jni.h:104: error: syntax error before "jbyte" /usr/local/linux-sun-jdk1.4.2/include/jni.h:107: error: syntax error before "jint" /usr/local/linux-sun-jdk1.4.2/include/jni.h:193: error: syntax error before "jint" /usr/local/linux-sun-jdk1.4.2/include/jni.h:195: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:198: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:201: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:203: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:206: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:209: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:211: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:214: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:221: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:223: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:225: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:227: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:232: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:235: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:237: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:239: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:241: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:243: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:248: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:250: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:252: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:254: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:257: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:259: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:262: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:265: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:267: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:269: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:272: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:274: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:276: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:286: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:288: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:290: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:293: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:295: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:297: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:314: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:316: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:318: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:321: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:323: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:325: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:328: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:330: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:332: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:335: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:337: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:340: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:344: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:346: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:349: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:362: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:364: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:367: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:371: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:373: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:376: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:398: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:400: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:403: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:407: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:409: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:412: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:416: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:418: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:421: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:425: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:428: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:430: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:434: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:436: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:442: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:444: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:447: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:449: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:451: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:453: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:455: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:457: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:459: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:461: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:463: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:466: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:469: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:471: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:473: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:476: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:478: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:480: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:490: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:492: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:494: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:497: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:499: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:501: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:518: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:520: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:522: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:525: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:527: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:529: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:532: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:534: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:536: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:539: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:541: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:543: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:547: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:549: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:555: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:557: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:560: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:562: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:564: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:566: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:568: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:570: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:572: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:574: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:576: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:579: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:583: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:585: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:588: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:592: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:594: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:601: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:603: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:605: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:608: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:610: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:612: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:614: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:616: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:618: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:620: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:622: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:625: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:629: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:631: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:637: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:639: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:642: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:644: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:646: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:648: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:650: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:652: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:654: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:656: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:659: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:661: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:663: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:665: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:667: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:669: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:671: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:673: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:676: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:678: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:680: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:682: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:684: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:686: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:688: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:690: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:707: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:709: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:712: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:714: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:717: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:719: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:722: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:724: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:727: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:730: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:732: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:1834: error: syntax error before "jint" /usr/local/linux-sun-jdk1.4.2/include/jni.h:1842: error: syntax error before "jint" /usr/local/linux-sun-jdk1.4.2/include/jni.h:1851: error: syntax error before "jint" /usr/local/linux-sun-jdk1.4.2/include/jni.h:1854: error: syntax error before "jint" /usr/local/linux-sun-jdk1.4.2/include/jni.h:1862: error: syntax error before "jint" /usr/local/linux-sun-jdk1.4.2/include/jni.h:1863: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:1864: error: syntax error before '*' token /usr/local/linux-sun-jdk1.4.2/include/jni.h:1871: error: syntax error before "jint" /usr/local/linux-sun-jdk1.4.2/include/jni.h:1888: error: syntax error before "jint" /usr/local/linux-sun-jdk1.4.2/include/jni.h:1927: error: syntax error before "jint" /usr/local/linux-sun-jdk1.4.2/include/jni.h:1928: warning: data definition has no type or storage class /usr/local/linux-sun-jdk1.4.2/include/jni.h:1930: error: syntax error before "jint" /usr/local/linux-sun-jdk1.4.2/include/jni.h:1931: warning: data definition has no type or storage class /usr/local/linux-sun-jdk1.4.2/include/jni.h:1933: error: syntax error before "jint" /usr/local/linux-sun-jdk1.4.2/include/jni.h:1934: error: syntax error before "jsize" /usr/local/linux-sun-jdk1.4.2/include/jni.h:1934: warning: data definition has no type or storage class /usr/local/linux-sun-jdk1.4.2/include/jni.h:1937: error: syntax error before "jint" /usr/local/linux-sun-jdk1.4.2/include/jni.h:1938: warning: data definition has no type or storage class /usr/local/linux-sun-jdk1.4.2/include/jni.h:1940: error: syntax error before "void" In file included from /usr/ports/java/jdk15/work/control/make/../../deploy/src/common/unix/native/config.c:11: /usr/ports/java/jdk15/work/control/make/../../deploy/src/common/unix/native/config.h:24: error: syntax error before "jstring" /usr/ports/java/jdk15/work/control/make/../../deploy/src/common/unix/native/config.c:13: error: syntax error before "jstring" /usr/ports/java/jdk15/work/control/make/../../deploy/src/common/unix/native/config.c:17: error: `nameStr' undeclared here (not in a function) /usr/ports/java/jdk15/work/control/make/../../deploy/src/common/unix/native/config.c:17: error: initializer element is not constant /usr/ports/java/jdk15/work/control/make/../../deploy/src/common/unix/native/config.c:18: error: syntax error before '->' token /usr/ports/java/jdk15/work/control/make/../../deploy/src/common/unix/native/config.c:18: warning: parameter names (without types) in function declaration /usr/ports/java/jdk15/work/control/make/../../deploy/src/common/unix/native/config.c:18: warning: data definition has no type or storage class /usr/ports/java/jdk15/work/control/make/../../deploy/src/common/unix/native/config.c:20: error: syntax error before "if" gmake[3]: *** [/usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/deploy/deployObj/config.o] Error 1 gmake[3]: Leaving directory `/usr/ports/java/jdk15/work/deploy/make/javaws' gmake[2]: *** [installer-int] Error 2 gmake[2]: Leaving directory `/usr/ports/java/jdk15/work/deploy/make/javaws' gmake[1]: *** [javaws-all] Error 2 gmake[1]: Leaving directory `/usr/ports/java/jdk15/work/deploy/make' gmake: *** [deploy-build] Error 2 *** Error code 2 Stop in /usr/ports/java/jdk15. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall649.0 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! java/jdk15 (missing header) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed [root@verde:~]# mount /mnt/camera ================================================================= Either write things worth reading, Or do things worth the writing. -Benjamin Franklin __________________________________________________ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/