Date: Wed, 6 Jun 2001 14:19:18 +0300 From: Panagiotis Astithas <past@netmode.ntua.gr> To: Ernst de Haan <ernst@jollem.com> Cc: java@FreeBSD.ORG Subject: Re: New port: java/jlint (jlint-2.0) Message-ID: <20010606141918.A99788@netmode.ece.ntua.gr> In-Reply-To: <20010606114658.A848@c187104187.telekabel.chello.nl>; from ernst@jollem.com on Wed, Jun 06, 2001 at 11:46:58AM %2B0200 References: <20010606114658.A848@c187104187.telekabel.chello.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010606141918.A99788>