From owner-freebsd-java@FreeBSD.ORG Sun Dec 4 14:31:42 2005 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 9E48316A41F for ; Sun, 4 Dec 2005 14:31:42 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5E6F43D69 for ; Sun, 4 Dec 2005 14:31:41 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.3/8.13.3/NinthNine) with ESMTP id jB4EVO1U040355; Sun, 4 Dec 2005 23:31:24 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 4 Dec 2005 23:31:24 +0900 From: Norikatsu Shigemura To: fredericdelagoublaye@free.fr Message-Id: <20051204233124.46e6cdfc.nork@FreeBSD.org> In-Reply-To: <4392DC45.50402@ebs.gr> References: <001801c5f8c6$b89b3680$0400a8c0@iava> <4392DC45.50402@ebs.gr> X-Mailer: Sylpheed version 2.1.8 (GTK+ 2.8.8; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Sun__4_Dec_2005_23_31_24_+0900_F9Vg5c2uoxtLNonO" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (sakura.ninth-nine.com [219.127.74.121]); Sun, 04 Dec 2005 23:31:24 +0900 (JST) Cc: Panagiotis Astithas , freebsd-java@FreeBSD.org Subject: Re: java sqlite on FreeBSD 6.0 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: Sun, 04 Dec 2005 14:31:42 -0000 This is a multi-part message in MIME format. --Multipart=_Sun__4_Dec_2005_23_31_24_+0900_F9Vg5c2uoxtLNonO Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sun, 04 Dec 2005 14:08:37 +0200 Panagiotis Astithas wrote: > > configure: WARNING: setting generic JNI include file directives! > > setting JNI include file directives: -I/usr/local/include -I/usr/local/include/freebsd6.0 > This must be your problem. The configure script does not find the jdk > header files. For jdk14 you should have -I/usr/local/jdk1.4.2/include > -I/usr/local/jdk1.4.2/include/freebsd. Yes. Please configure with --with-jdk=/usr/local/jdk1.4.2 --without-sqlite, and apply attached patch. I considered to make javasqlite ports, but I give up:-). At least, there are 1 master port and 3 slave ports. I think that these relations have CONFLICT:-(. databases/javasqlite2-14 --with-jdk=/usr/local/jdk1.4.2 --without-sqlite3 databases/javasqlite2-15 --with-jdk=/usr/local/jdk1.4.2 --without-sqlite databases/javasqlite3-14 --with-jdk=/usr/local/jdk1.5.0 --without-sqlite3 databases/javasqlite3-15 --with-jdk=/usr/local/jdk1.5.0 --without-sqlite --Multipart=_Sun__4_Dec_2005_23_31_24_+0900_F9Vg5c2uoxtLNonO Content-Type: application/octet-stream; name="patch-configure" Content-Disposition: attachment; filename="patch-configure" Content-Transfer-Encoding: base64 LS0tIGNvbmZpZ3VyZS5vcmlnCU1vbiBNYXkgMTYgMTk6MDM6MzUgMjAwNQorKysgY29uZmlndXJl CVN1biBEZWMgIDQgMjM6MTg6MTMgMjAwNQpAQCAtNzQ4NSw2ICs3NDg1LDkgQEAKICAgICBsaW51 eCogKQogICAgICAgICBKTklJTkNMVURFPSItSSRKQVZBX0hPTUUvaW5jbHVkZSAtSSRKQVZBX0hP TUUvaW5jbHVkZS9saW51eCIKICAgICAgICAgOzsKKyAgICBmcmVlYnNkKiApCisgICAgICAgIEpO SUlOQ0xVREU9Ii1JJEpBVkFfSE9NRS9pbmNsdWRlIC1JJEpBVkFfSE9NRS9pbmNsdWRlL2ZyZWVi c2QiCisgICAgICAgIDs7CiAgICAgKikKICAgICAgICAgSk5JSU5DTFVERT0iLUkke0pBVkFfSE9N RX0vaW5jbHVkZSAtSSR7SkFWQV9IT01FfS9pbmNsdWRlLyR7YnVpbGRfb3N9IgogICAgICAgICB7 IGVjaG8gIiRhc19tZTokTElORU5POiBXQVJOSU5HOiBzZXR0aW5nIGdlbmVyaWMgSk5JIGluY2x1 ZGUgZmlsZSBkaXJlY3RpdmVzISIgPiY1Cg== --Multipart=_Sun__4_Dec_2005_23_31_24_+0900_F9Vg5c2uoxtLNonO--