This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/27201] can't include cni.h and jni.h in the same file
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 20 Apr 2006 16:06:43 -0000
- Subject: [Bug libgcj/27201] can't include cni.h and jni.h in the same file
- References: <bug-27201-360@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from tromey at gcc dot gnu dot org 2006-04-20 16:06 -------
You can see it by compiling this short example
program with 'g++ --syntax-only':
#include <gcj/cni.h>
#include <jni.h>
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27201