From owner-freebsd-java@FreeBSD.ORG Sat Apr 8 14:52:57 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2157F16A405 for ; Sat, 8 Apr 2006 14:52:57 +0000 (UTC) (envelope-from carlos.paniago@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9302F43D45 for ; Sat, 8 Apr 2006 14:52:56 +0000 (GMT) (envelope-from carlos.paniago@gmail.com) Received: by wproxy.gmail.com with SMTP id i6so589838wra for ; Sat, 08 Apr 2006 07:52:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:user-agent:mime-version:to:subject:content-type:content-transfer-encoding:from; b=Bbm1OFIj8+2/8Pz1ifQyNtLVaO6pwpR37B6NHElJ9Ac1NBg7luRHYLKAZJdYiCamEEn5Yp4VdVt62ssd4qhjLjoqJlrJRMLNF0H14o0R+RdPQ9qvL5FiAwkK8wZobJyNoZTFY4UvqujaiiAROEpPUu+HXUZC7Blp2Y++wue/6XU= Received: by 10.54.118.17 with SMTP id q17mr2811427wrc; Sat, 08 Apr 2006 07:52:55 -0700 (PDT) Received: from ?201.31.199.198? ( [201.31.199.198]) by mx.gmail.com with ESMTP id 7sm109133wrh.2006.04.08.07.52.54; Sat, 08 Apr 2006 07:52:55 -0700 (PDT) Message-ID: <4437CE43.9010805@panix.homeunix.org> Date: Sat, 08 Apr 2006 11:52:51 -0300 User-Agent: Thunderbird 1.5 (X11/20060402) MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: "Carlos F. A. Paniago" Subject: jdk 1.5 is compiling the mozilla plugin for amd64. X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Apr 2006 14:52:57 -0000 Hi? I have an amd64 system with FreeBSD 6.0 cvsup today and I try to compile the java/jdk15 commenting the lines: #.if ${MACHINE_ARCH} == "amd64" #WITHOUT_WEB= yes #.endif Now it compiles ok (in the machine in my office). I'm trying to do this at house and to test the /usr/local/jdk1.5.0/jre/plugin/amd64/ns7/libjavaplugin_oji.so to see if ir works with a plugin in firefox 1.5..... More news tomorrow..... Paniago