From owner-freebsd-java Wed Jun 6 4: 1:26 2001 Delivered-To: freebsd-java@freebsd.org Received: from ntua.gr (achilles.noc.ntua.gr [147.102.222.210]) by hub.freebsd.org (Postfix) with ESMTP id 265FB37B407 for ; Wed, 6 Jun 2001 04:01:22 -0700 (PDT) (envelope-from past@netmode.ntua.gr) Received: from netmode.ntua.gr (dolly.netmode.ece.ntua.gr [147.102.13.10]) by ntua.gr (8.11.3/8.11.3) with ESMTP id f56B1JR14309; Wed, 6 Jun 2001 14:01:19 +0300 (EET DST) Received: (from past@localhost) by netmode.ntua.gr (8.11.1/8.11.1) id f56BJIM02024; Wed, 6 Jun 2001 14:19:18 +0300 (EEST) (envelope-from past) Date: Wed, 6 Jun 2001 14:19:18 +0300 From: Panagiotis Astithas To: Ernst de Haan Cc: java@FreeBSD.ORG Subject: Re: New port: java/jlint (jlint-2.0) Message-ID: <20010606141918.A99788@netmode.ece.ntua.gr> Reply-To: past@netmode.ntua.gr References: <20010606114658.A848@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20010606114658.A848@c187104187.telekabel.chello.nl>; from ernst@jollem.com on Wed, Jun 06, 2001 at 11:46:58AM +0200 X-Organizational-Unit: Network Management and Optimal Design Laboratory X-Organization: National Technical University of Athens, GREECE X-Work-Phone: +30-1-772-1-450 X-Work-FAX: +30-1-772-1-452 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Jun 06, 2001 at 11:46:58AM +0200, Ernst de Haan wrote: > Hi all, > > > Here's a suggestion for a new port. It installs the program Jlint, a Java > program analyzer and checker. For more info see: > > * http://artho.com/jlint/ > > The current version is 2.0. > > I would really appreciate some testing. I will probably submit this port as a > PR sometime soon, but I'm changing my approach of submitting Java ports. I > intend to send any potential ports to the freebsd-java mailing list first, to > allow for testing and feedback, and *then* send a PR for them. I gave it a shot but I got this: g++ -c -Wall -O2 -g -DSLIST -DHASH_TABLE jlint.cc jlint.cc: In function `void format_message(int, const utf_string &, int, void *)': jlint.cc:141: ANSI C++ forbids using pointer of type `void *' in arithmetic jlint.cc:141: ANSI C++ forbids using pointer of type `void *' in arithmetic jlint.cc:201: ANSI C++ forbids using pointer of type `void *' in arithmetic jlint.cc:201: ANSI C++ forbids using pointer of type `void *' in arithmetic jlint.cc: In function `int parse_class_file(byte *)': jlint.cc:425: warning: unused variable `int desc_index' jlint.cc:490: warning: unused variable `int max_stack' jlint.cc:321: warning: unused variable `int major_version' jlint.cc:319: warning: unused variable `int minor_version' *** Error code 1 This is under 4.3-STABLE of two weeks ago. -past To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message